Searched refs:TO_NEAREST (Results 1 - 3 of 3) sorted by relevance

/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
125 case TO_NEAREST:
208 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:__anon28696
101 case TO_NEAREST:
201 status |= check_dbl_to_flt_round(TO_NEAREST, D_hi, &F_hi);
202 status |= check_dbl_to_flt_round(TO_NEAREST, D_lo, &F_lo);
328 status |= check_int_to_flt_round(TO_NEAREST, int24_lo, &pos_flt_lo);
329 status |= check_int_to_flt_round(TO_NEAREST, int24_hi, &pos_flt_hi);
337 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo);
338 status |= check_int_to_flt_round(TO_NEAREST, -int24_hi, &neg_flt_hi);
360 status |= check_long_to_dbl_round(TO_NEAREST, long55_lo, &pos_dbl_lo);
361 status |= check_long_to_dbl_round(TO_NEAREST, 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
101 case TO_NEAREST:
201 status |= check_dbl_to_flt_round(TO_NEAREST, D_hi, &F_hi);
202 status |= check_dbl_to_flt_round(TO_NEAREST, D_lo, &F_lo);
328 status |= check_int_to_flt_round(TO_NEAREST, int24_lo, &pos_flt_lo);
329 status |= check_int_to_flt_round(TO_NEAREST, int24_hi, &pos_flt_hi);
337 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo);
338 status |= check_int_to_flt_round(TO_NEAREST, -int24_hi, &neg_flt_hi);
360 status |= check_long_to_dbl_round(TO_NEAREST, long55_lo, &pos_dbl_lo);
361 status |= check_long_to_dbl_round(TO_NEAREST, long55_h
[all...]

Completed in 450 milliseconds