Home
last modified time | relevance | path

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

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