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

  /external/valgrind/none/tests/ppc32/
round.c 188 double D_hi = (double)*base + half + qtr;
198 ** D_hi
201 ** denorm_small distance apart. D_lo and D_hi are two numbers
208 print_double("D_hi", D_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 188 double D_hi = (double)*base + half + qtr;
198 ** D_hi
201 ** denorm_small distance apart. D_lo and D_hi are two numbers
208 print_double("D_hi", D_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...]

Completed in 59 milliseconds