Home
last modified time | relevance | path

Searched refs:fiveToTheI (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libc/utils/mathtools/
H A DGenerateHPDConstants.py56 fiveToTheI = 5**i variable
59 outStr += str(ceil(log10(tenToTheI) - log10(fiveToTheI)))
62 outStr += str(fiveToTheI)