Searched refs:TO_NEAREST (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/none/tests/ppc64/ |
D | round.c | 37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator 101 case TO_NEAREST: in set_rounding_mode() 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() 331 status |= check_int_to_flt_round(TO_NEAREST, int24_lo, &pos_flt_lo); in test_int_to_float_convert() 332 status |= check_int_to_flt_round(TO_NEAREST, int24_hi, &pos_flt_hi); in test_int_to_float_convert() 340 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo); in test_int_to_float_convert() 341 status |= check_int_to_flt_round(TO_NEAREST, -int24_hi, &neg_flt_hi); in test_int_to_float_convert() 363 status |= check_long_to_dbl_round(TO_NEAREST, long55_lo, &pos_dbl_lo); in test_long_to_double_convert() 364 status |= check_long_to_dbl_round(TO_NEAREST, long55_hi, &pos_dbl_hi); in test_long_to_double_convert() [all …]
|
/external/valgrind/main/none/tests/ppc32/ |
D | round.c | 37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator 101 case TO_NEAREST: in set_rounding_mode() 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() 331 status |= check_int_to_flt_round(TO_NEAREST, int24_lo, &pos_flt_lo); in test_int_to_float_convert() 332 status |= check_int_to_flt_round(TO_NEAREST, int24_hi, &pos_flt_hi); in test_int_to_float_convert() 340 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo); in test_int_to_float_convert() 341 status |= check_int_to_flt_round(TO_NEAREST, -int24_hi, &neg_flt_hi); in test_int_to_float_convert() 363 status |= check_long_to_dbl_round(TO_NEAREST, long55_lo, &pos_dbl_lo); in test_long_to_double_convert() 364 status |= check_long_to_dbl_round(TO_NEAREST, long55_hi, &pos_dbl_hi); in test_long_to_double_convert() [all …]
|