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

  /external/valgrind/main/none/tests/mips64/
rounding_mode.h 3 TO_ZERO,
24 case TO_ZERO:
  /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/
FPUarithmetic.c 29 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t;
101 case TO_ZERO:
round_fpu64.c 24 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t;
80 case TO_ZERO:
round.c 17 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t;
137 case TO_ZERO:

Completed in 149 milliseconds