Searched refs:check_dbl_to_flt_round (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/none/tests/ppc64/ |
D | round.c | 140 int check_dbl_to_flt_round(round_mode_t mode, double dbl, float *expected) in check_dbl_to_flt_round() function 204 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_NEAREST, D_lo, &F_lo); in test_dbl_to_float_convert() 208 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi)); in test_dbl_to_float_convert() 209 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi)); in test_dbl_to_float_convert() 212 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_PLUS_INFINITY, D_lo, &F_hi); in test_dbl_to_float_convert() 216 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_hi, &F_lo); in test_dbl_to_float_convert() 217 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_lo, &F_lo); in test_dbl_to_float_convert()
|
/external/valgrind/main/none/tests/ppc32/ |
D | round.c | 140 int check_dbl_to_flt_round(round_mode_t mode, double dbl, float *expected) in check_dbl_to_flt_round() function 204 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_NEAREST, D_lo, &F_lo); in test_dbl_to_float_convert() 208 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi)); in test_dbl_to_float_convert() 209 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi)); in test_dbl_to_float_convert() 212 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_PLUS_INFINITY, D_lo, &F_hi); in test_dbl_to_float_convert() 216 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_hi, &F_lo); in test_dbl_to_float_convert() 217 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_lo, &F_lo); in test_dbl_to_float_convert()
|