Searched defs:Exp10Base (Results 1 – 1 of 1) sorted by relevance
74 struct Exp10Base : public ExpBase { struct76 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