Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Common/
Dreal.h109 static constexpr int LogBaseTwoToLogBaseTen(int logb2) { in LogBaseTwoToLogBaseTen() argument
113 (logb2 * LogBaseTenOfTwoTimesTenToThe12th) / TenToThe12th}; in LogBaseTwoToLogBaseTen()