Searched refs:invln2_lo (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/msun/ld128/
H A Ds_logl.c700 invln2_lo = 6.33178418956604368501892137426645911e-10L, /* 0x15c17f0bbbe87fed0691d3e88eb57.0p-143L */ variable
702 invln2_lo_plus_hi = invln2_lo + invln2_hi;
737 invln2_lo_plus_hi * lo + invln2_lo * hi);
/freebsd-13-stable/lib/msun/ld80/
H A Ds_logl.c681 #define invln2_lo 1.7010652264631490e-13 /* 0x17f0bbbe87fed0.0p-95 */ macro
684 static const double invln2_lo_plus_hi = invln2_lo + invln2_hi;
719 invln2_lo_plus_hi * lo + invln2_lo * hi);

Completed in 99 milliseconds