HomeSort by relevance Sort by last modified time
    Searched refs:F_hi (Results 1 - 3 of 3) sorted by null

  /external/valgrind/none/tests/ppc32/
round.c 191 float F_hi = F_lo + denorm_small;
199 ** F_hi
200 ** F_lo and F_hi are two consecutive single float model numbers
203 ** and will be rounded to either F_lo or F_hi.
210 print_single("F_hi", &F_hi);
214 status |= check_dbl_to_flt_round(TO_NEAREST, D_hi, &F_hi);
218 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi));
219 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi));
222 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_hi, &F_hi);
    [all...]
  /external/valgrind/none/tests/ppc64/
round.c 191 float F_hi = F_lo + denorm_small;
199 ** F_hi
200 ** F_lo and F_hi are two consecutive single float model numbers
203 ** and will be rounded to either F_lo or F_hi.
210 print_single("F_hi", &F_hi);
214 status |= check_dbl_to_flt_round(TO_NEAREST, D_hi, &F_hi);
218 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi));
219 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi));
222 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_hi, &F_hi);
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_logl.c 120 #define F_hi(i) (T[(i)].F_hi)
122 #define ln2_hi F_hi(TSIZE - 1)
129 float F_hi; /* log(1 / G_i) rounded (see below) */
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(i) to 24 bits so that it can have type float
567 long double f_hi, twopminusk; local
    [all...]

Completed in 120 milliseconds