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

/freebsd-13-stable/lib/msun/ld128/
H A Ds_logl.c697 invln2_hi = 1.4426950402557850e0; /* 0x17154765000000.0p-52 */ variable
702 invln2_lo_plus_hi = invln2_lo + invln2_hi;
736 RETURN2PI(invln2_hi * hi,
/freebsd-13-stable/lib/msun/ld80/
H A Ds_logl.c680 #define invln2_hi 1.4426950408887933e0 /* 0x171547652b8000.0p-52 */ macro
684 static const double invln2_lo_plus_hi = invln2_lo + invln2_hi;
718 RETURN2PI(invln2_hi * hi,

Completed in 88 milliseconds