Searched refs:TO_ZERO (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 104 case TO_ZERO: in set_rounding_mode() 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() 333 status |= check_int_to_flt_round(TO_ZERO, int24_lo, &pos_flt_lo); in test_int_to_float_convert() 334 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo); in test_int_to_float_convert() 342 status |= check_int_to_flt_round(TO_ZERO, -int24_lo, &neg_flt_lo); in test_int_to_float_convert() 343 status |= check_int_to_flt_round(TO_ZERO, -int24_hi, &neg_flt_lo); in test_int_to_float_convert() 365 status |= check_long_to_dbl_round(TO_ZERO, long55_lo, &pos_dbl_lo); in test_long_to_double_convert() 366 status |= check_long_to_dbl_round(TO_ZERO, long55_hi, &pos_dbl_lo); 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 104 case TO_ZERO: in set_rounding_mode() 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() 333 status |= check_int_to_flt_round(TO_ZERO, int24_lo, &pos_flt_lo); in test_int_to_float_convert() 334 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo); in test_int_to_float_convert() 342 status |= check_int_to_flt_round(TO_ZERO, -int24_lo, &neg_flt_lo); in test_int_to_float_convert() 343 status |= check_int_to_flt_round(TO_ZERO, -int24_hi, &neg_flt_lo); in test_int_to_float_convert() 365 status |= check_long_to_dbl_round(TO_ZERO, long55_lo, &pos_dbl_lo); in test_long_to_double_convert() 366 status |= check_long_to_dbl_round(TO_ZERO, long55_hi, &pos_dbl_lo); in test_long_to_double_convert() [all …]
|