Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/math/generic/
H A Dlog2f.cpp56 static constexpr double LOG2_F[128] = { variable
158 double extra_factor = static_cast<double>(m) + LOG2_F[f_index];
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp537 RTLIBCASE(LOG2_F); in getRTLibDesc()