Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp3464 APInt five_to_the_i(precision, 5); in toString() local
3466 if (texp & 1) significand *= five_to_the_i; in toString()
3470 five_to_the_i *= five_to_the_i; in toString()
/external/llvm/lib/Support/
DAPFloat.cpp3650 APInt five_to_the_i(precision, 5); in toString() local
3652 if (texp & 1) significand *= five_to_the_i; in toString()
3656 five_to_the_i *= five_to_the_i; in toString()