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

/freebsd-13-stable/lib/msun/ld128/
H A Ds_logl.c699 invln10_lo = 1.41498268538580090791605082294397000e-10L, /* 0x137287195355baaafad33dc323ee3.0p-145L */ variable
701 invln10_lo_plus_hi = invln10_lo + invln10_hi,
719 invln10_lo_plus_hi * lo + invln10_lo * hi);
/freebsd-13-stable/lib/msun/ld80/
H A Ds_logl.c679 #define invln10_lo 7.1842412889749798e-14 /* 0x1438ca9aadd558.0p-96 */ macro
683 static const double invln10_lo_plus_hi = invln10_lo + invln10_hi;
701 invln10_lo_plus_hi * lo + invln10_lo * hi);

Completed in 159 milliseconds