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

  /external/valgrind/main/none/tests/ppc32/
round.c 37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t;
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_hi, &pos_dbl_lo)
    [all...]
  /external/valgrind/main/none/tests/ppc64/
round.c 37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t;
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_hi, &pos_dbl_lo)
    [all...]
  /external/valgrind/main/none/tests/mips32/
round.c 17 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t;
132 case TO_ZERO:

Completed in 36 milliseconds