Searched refs:TO_ZERO (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/none/tests/mips64/
H A Drounding_mode.h3 TO_ZERO, enumerator in enum:__anon33135
24 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:__anon33143
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:__anon33191
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/mips32/
H A DFPUarithmetic.c29 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator in enum:__anon33122
101 case TO_ZERO:
H A Dround_fpu64.c24 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator in enum:__anon33127
80 case TO_ZERO:
H A Dround.c17 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator in enum:__anon33125
137 case TO_ZERO:

Completed in 216 milliseconds