Searched refs:TO_ZERO (Results 1 - 3 of 3) sorted by last modified time

/external/valgrind/main/none/tests/mips32/
H A Dround.c17 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator in enum:__anon28689
132 case TO_ZERO:
/external/valgrind/main/none/tests/ppc32/
H A Dround.c37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator in enum:__anon28696
104 case TO_ZERO:
205 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi));
206 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi));
330 status |= check_int_to_flt_round(TO_ZERO, int24_lo, &pos_flt_lo);
331 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo);
339 status |= check_int_to_flt_round(TO_ZERO, -int24_lo, &neg_flt_lo);
340 status |= check_int_to_flt_round(TO_ZERO, -int24_hi, &neg_flt_lo);
362 status |= check_long_to_dbl_round(TO_ZERO, long55_lo, &pos_dbl_lo);
363 status |= check_long_to_dbl_round(TO_ZERO, long55_h
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator in enum:__anon28739
104 case TO_ZERO:
205 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi));
206 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi));
330 status |= check_int_to_flt_round(TO_ZERO, int24_lo, &pos_flt_lo);
331 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo);
339 status |= check_int_to_flt_round(TO_ZERO, -int24_lo, &neg_flt_lo);
340 status |= check_int_to_flt_round(TO_ZERO, -int24_hi, &neg_flt_lo);
362 status |= check_long_to_dbl_round(TO_ZERO, long55_lo, &pos_dbl_lo);
363 status |= check_long_to_dbl_round(TO_ZERO, long55_h
[all...]

Completed in 119 milliseconds