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

/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:__anon14762
104 case TO_ZERO:
208 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi));
209 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi));
333 status |= check_int_to_flt_round(TO_ZERO, int24_lo, &pos_flt_lo);
334 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo);
342 status |= check_int_to_flt_round(TO_ZERO, -int24_lo, &neg_flt_lo);
343 status |= check_int_to_flt_round(TO_ZERO, -int24_hi, &neg_flt_lo);
365 status |= check_long_to_dbl_round(TO_ZERO, long55_lo, &pos_dbl_lo);
366 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:__anon14789
104 case TO_ZERO:
208 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi));
209 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi));
333 status |= check_int_to_flt_round(TO_ZERO, int24_lo, &pos_flt_lo);
334 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo);
342 status |= check_int_to_flt_round(TO_ZERO, -int24_lo, &neg_flt_lo);
343 status |= check_int_to_flt_round(TO_ZERO, -int24_hi, &neg_flt_lo);
365 status |= check_long_to_dbl_round(TO_ZERO, long55_lo, &pos_dbl_lo);
366 status |= check_long_to_dbl_round(TO_ZERO, long55_h
[all...]

Completed in 97 milliseconds