Searched refs:TO_MINUS_INFINITY (Results 1 – 3 of 3) sorted by relevance
/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 110 case TO_MINUS_INFINITY: in set_rounding_mode() 213 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_hi, &F_lo); in test_dbl_to_float_convert() 214 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_lo, &F_lo); in test_dbl_to_float_convert() 334 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_lo, &pos_flt_lo); in test_int_to_float_convert() 335 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_hi, &pos_flt_lo); in test_int_to_float_convert() 343 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_lo, &neg_flt_hi); in test_int_to_float_convert() 344 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_hi, &neg_flt_hi); in test_int_to_float_convert() 366 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_lo, &pos_dbl_lo); in test_long_to_double_convert() 367 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_hi, &pos_dbl_lo); in test_long_to_double_convert() [all …]
|
/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 110 case TO_MINUS_INFINITY: in set_rounding_mode() 213 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_hi, &F_lo); in test_dbl_to_float_convert() 214 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_lo, &F_lo); in test_dbl_to_float_convert() 334 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_lo, &pos_flt_lo); in test_int_to_float_convert() 335 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_hi, &pos_flt_lo); in test_int_to_float_convert() 343 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_lo, &neg_flt_hi); in test_int_to_float_convert() 344 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_hi, &neg_flt_hi); in test_int_to_float_convert() 366 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_lo, &pos_dbl_lo); in test_long_to_double_convert() 367 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_hi, &pos_dbl_lo); in test_long_to_double_convert() [all …]
|
/external/valgrind/main/none/tests/mips32/ |
D | round.c | 17 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator 146 case TO_MINUS_INFINITY: in set_rounding_mode() 208 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) in FCSRRoundingMode()
|