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

/freebsd-13-stable/lib/msun/ld128/
H A Ds_logl.c123 #define F_lo(i) (T[(i)].F_lo) macro
125 #define ln2_lo F_lo(TSIZE - 1)
133 long double F_lo; /* next 113 bits for log(1 / G_i) */ member in struct:__anon7762
140 * and ln2_lo, to ensure that F_hi(i) and F_lo(i) cancel exactly
530 * Our algorithm depends on exact cancellation of F_lo(i) and
555 dd * P14))))))))))) + (F_lo(i) + dk * ln2_lo) + d * d * P2;
664 dd * P14))))))))))) + (F_lo(i) + dk * ln2_lo + d_lo) + d * d * P2;
/freebsd-13-stable/lib/msun/ld80/
H A Ds_logl.c120 #define F_lo(i) (T[(i)].F_lo) macro
122 #define ln2_lo F_lo(TSIZE - 1)
129 double F_lo; /* next 53 bits for log(1 / G_i) */ member in struct:__anon7766
136 * and ln2_lo, to ensure that F_hi(i) and F_lo(i) cancel exactly
534 * Our algorithm depends on exact cancellation of F_lo(i) and
543 (F_lo(i) + dk * ln2_lo + z * d * (d * P4 + P3)) + z * P2;
653 (F_lo(i) + dk * ln2_lo + d_lo + z * d * (d * P4 + P3)) + z * P2;

Completed in 109 milliseconds