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

/freebsd-13-stable/lib/msun/ld128/
H A Ds_logl.c122 #define F_hi(i) (T[(i)].F_hi) macro
124 #define ln2_hi F_hi(TSIZE - 1)
131 float F_hi; /* log(1 / G_i) rounded (see below) */ member in struct:__anon7762
136 * ln2_hi and each F_hi(i) are rounded to a number of bits that
137 * makes F_hi(i) + dk*ln2_hi exact for all i and all dk.
140 * and ln2_lo, to ensure that F_hi(i) and F_lo(i) cancel exactly
149 * of bits in F_hi(i) that works is very dependent on i but has
150 * a minimum of 93. We only need about 12 bits in F_hi(i) for
153 * We round F_hi(
[all...]
/freebsd-13-stable/lib/msun/ld80/
H A Ds_logl.c119 #define F_hi(i) (T[(i)].F_hi) macro
121 #define ln2_hi F_hi(TSIZE - 1)
128 float F_hi; /* log(1 / G_i) rounded (see below) */ member in struct:__anon7766
132 * ln2_hi and each F_hi(i) are rounded to a number of bits that
133 * makes F_hi(i) + dk*ln2_hi exact for all i and all dk.
136 * and ln2_lo, to ensure that F_hi(i) and F_lo(i) cancel exactly
148 * bits in F_hi(i) that works is very dependent on i but has
149 * a minimum of 33. We only need about 12 bits in F_hi(i) for
153 * We round F_hi(
[all...]

Completed in 29 milliseconds