Home
last modified time | relevance | path

Searched defs:Exp10Base (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/math/generic/
H A Dexplogxf.h74 struct Exp10Base : public ExpBase { struct
76 static constexpr double LOG2_B = 0x1.a934f0979a371p1 * (1 << MID_BITS);
102 double c0 = multiply_add(dx, Exp10Base::COEFFS[0], 1.0); in powb_lo() argument