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

/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Ds_logl.c120 #define F_hi(i) (T[(i)].F_hi) macro
122 #define ln2_hi F_hi(TSIZE - 1)
129 float F_hi; /* log(1 / G_i) rounded (see below) */ member in struct:__anon2418
134 * ln2_hi and each F_hi(i) are rounded to a number of bits that
135 * makes F_hi(i) + dk*ln2_hi exact for all i and all dk.
138 * and ln2_lo, to ensure that F_hi(i) and F_lo(i) cancel exactly
147 * of bits in F_hi(i) that works is very dependent on i but has
148 * a minimum of 93. We only need about 12 bits in F_hi(i) for
151 * We round F_hi(
[all...]

Completed in 42 milliseconds