Searched refs:D_hi (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/none/tests/ppc32/ |
D | round.c | 175 double D_hi = (double)*base + half + qtr; in test_dbl_to_float_convert() local 195 print_double("D_hi", D_hi); in test_dbl_to_float_convert() 201 status |= check_dbl_to_flt_round(TO_NEAREST, D_hi, &F_hi); in test_dbl_to_float_convert() 205 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi)); in test_dbl_to_float_convert() 206 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi)); in test_dbl_to_float_convert() 209 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_hi, &F_hi); in test_dbl_to_float_convert() 213 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_hi, &F_lo); in test_dbl_to_float_convert()
|
/external/valgrind/main/none/tests/ppc64/ |
D | round.c | 175 double D_hi = (double)*base + half + qtr; in test_dbl_to_float_convert() local 195 print_double("D_hi", D_hi); in test_dbl_to_float_convert() 201 status |= check_dbl_to_flt_round(TO_NEAREST, D_hi, &F_hi); in test_dbl_to_float_convert() 205 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi)); in test_dbl_to_float_convert() 206 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi)); in test_dbl_to_float_convert() 209 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_hi, &F_hi); in test_dbl_to_float_convert() 213 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_hi, &F_lo); in test_dbl_to_float_convert()
|