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

  /external/valgrind/main/none/tests/mips64/
rounding_mode.h 2 TO_NEAREST=0,
13 case TO_NEAREST:
fpu_arithmetic.c 13 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
round.c 109 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
  /external/valgrind/main/none/tests/mips32/
FPUarithmetic.c 29 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t;
95 case TO_NEAREST:
131 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
round_fpu64.c 24 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t;
77 case TO_NEAREST:
113 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
round.c 17 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t;
134 case TO_NEAREST:
156 round_mode_t rm = TO_NEAREST;
216 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
  /external/valgrind/main/none/tests/ppc32/
round.c 37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t;
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_hi, &pos_dbl_hi)
    [all...]
  /external/valgrind/main/none/tests/ppc64/
round.c 37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t;
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_hi, &pos_dbl_hi)
    [all...]

Completed in 296 milliseconds