Searched refs:TO_PLUS_INFINITY (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/none/tests/mips64/ |
D | rounding_mode.h | 4 TO_PLUS_INFINITY, enumerator 36 case TO_PLUS_INFINITY: in set_rounding_mode()
|
/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 107 case TO_PLUS_INFINITY: in set_rounding_mode() 209 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_hi, &F_hi); in test_dbl_to_float_convert() 210 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_lo, &F_hi); in test_dbl_to_float_convert() 332 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_lo, &pos_flt_hi); in test_int_to_float_convert() 333 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_hi, &pos_flt_hi); in test_int_to_float_convert() 341 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_lo, &neg_flt_lo); in test_int_to_float_convert() 342 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_hi, &neg_flt_lo); in test_int_to_float_convert() 364 status |= check_long_to_dbl_round(TO_PLUS_INFINITY, long55_lo, &pos_dbl_hi); in test_long_to_double_convert() 365 status |= check_long_to_dbl_round(TO_PLUS_INFINITY, 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 107 case TO_PLUS_INFINITY: in set_rounding_mode() 209 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_hi, &F_hi); in test_dbl_to_float_convert() 210 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_lo, &F_hi); in test_dbl_to_float_convert() 332 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_lo, &pos_flt_hi); in test_int_to_float_convert() 333 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_hi, &pos_flt_hi); in test_int_to_float_convert() 341 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_lo, &neg_flt_lo); in test_int_to_float_convert() 342 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_hi, &neg_flt_lo); in test_int_to_float_convert() 364 status |= check_long_to_dbl_round(TO_PLUS_INFINITY, long55_lo, &pos_dbl_hi); in test_long_to_double_convert() 365 status |= check_long_to_dbl_round(TO_PLUS_INFINITY, long55_hi, &pos_dbl_hi); in test_long_to_double_convert() [all …]
|
/external/valgrind/main/none/tests/mips32/ |
D | round_fpu64.c | 24 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator 84 case TO_PLUS_INFINITY: in set_rounding_mode()
|
D | FPUarithmetic.c | 29 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator 108 case TO_PLUS_INFINITY: in set_rounding_mode()
|
D | round.c | 17 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator 141 case TO_PLUS_INFINITY: in set_rounding_mode()
|