Searched defs:log2_x_lo (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/llvm-libc/src/math/generic/ | ||
H A D | pow.cpp | 423 double log2_x_lo = variable |
H A D | powf.cpp | 455 DoubleDouble log2_x_lo = fputil::quick_mult(dx2, p); in powf_double_double() local |