HomeSort by: relevance | last modified time | path
    Searched defs:f_hi (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libm/ld80/
s_logl.c 114 #define F_hi(i) (T[(i)].F_hi)
116 #define ln2_hi F_hi(TSIZE - 1)
123 float F_hi; /* log(1 / G_i) rounded (see below) */
127 * ln2_hi and each F_hi(i) are rounded to a number of bits that
128 * makes F_hi(i) + dk*ln2_hi exact for all i and all dk.
131 * and ln2_lo, to ensure that F_hi(i) and F_lo(i) cancel exactly
143 * bits in F_hi(i) that works is very dependent on i but has
144 * a minimum of 33. We only need about 12 bits in F_hi(i) for
148 * We round F_hi(i) to 24 bits so that it can have type float
554 long double f_hi, twopminusk; local in function:log1pl
    [all...]
  /src/lib/libm/ld128/
s_logl.c 118 #define F_hi(i) (T[(i)].F_hi)
120 #define ln2_hi F_hi(TSIZE - 1)
127 float F_hi; /* log(1 / G_i) rounded (see below) */
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
145 * of bits in F_hi(i) that works is very dependent on i but has
146 * a minimum of 93. We only need about 12 bits in F_hi(i) for
149 * We round F_hi(i) to 24 bits so that it can have type float
566 long double f_hi, twopminusk; local in function:log1pl
    [all...]

Completed in 12 milliseconds