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

/external/valgrind/main/none/tests/ppc32/
H A Dround.c175 double D_hi = (double)*base + half + qtr; local
185 ** D_hi
188 ** denorm_small distance apart. D_lo and D_hi are two numbers
195 print_double("D_hi", D_hi);
201 status |= check_dbl_to_flt_round(TO_NEAREST, D_hi, &F_hi);
205 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi));
206 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi));
209 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_hi,
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c175 double D_hi = (double)*base + half + qtr; local
185 ** D_hi
188 ** denorm_small distance apart. D_lo and D_hi are two numbers
195 print_double("D_hi", D_hi);
201 status |= check_dbl_to_flt_round(TO_NEAREST, D_hi, &F_hi);
205 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi));
206 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi));
209 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_hi,
[all...]

Completed in 94 milliseconds