Searched refs:TO_MINUS_INFINITY (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/main/none/tests/mips64/
H A Drounding_mode.h5 TO_MINUS_INFINITY enumerator in enum:__anon33135
48 case TO_MINUS_INFINITY:
H A Dfpu_arithmetic.c13 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
H A Dround.c109 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
/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
115 case TO_MINUS_INFINITY:
131 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
H A Dround_fpu64.c24 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator in enum:__anon33127
88 case TO_MINUS_INFINITY:
113 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
H A Dround.c17 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator in enum:__anon33125
145 case TO_MINUS_INFINITY:
216 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
/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
110 case TO_MINUS_INFINITY:
213 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_hi, &F_lo);
214 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_lo, &F_lo);
334 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_lo, &pos_flt_lo);
335 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_hi, &pos_flt_lo);
343 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_lo, &neg_flt_hi);
344 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_hi, &neg_flt_hi);
366 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_lo, &pos_dbl_lo);
367 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, 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
110 case TO_MINUS_INFINITY:
213 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_hi, &F_lo);
214 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_lo, &F_lo);
334 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_lo, &pos_flt_lo);
335 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_hi, &pos_flt_lo);
343 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_lo, &neg_flt_hi);
344 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_hi, &neg_flt_hi);
366 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_lo, &pos_dbl_lo);
367 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_h
[all...]

Completed in 5996 milliseconds