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

  /external/valgrind/none/tests/mips64/
rounding_mode.h 3 TO_NEAREST=0,
14 case TO_NEAREST:
fpu_arithmetic.c 14 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
round.c 111 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
  /external/valgrind/none/tests/mips32/
FPUarithmetic.c 31 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t;
97 case TO_NEAREST:
133 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
round_fpu64.c 26 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t;
80 case TO_NEAREST:
116 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
round.c 19 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t;
136 case TO_NEAREST:
169 round_mode_t rm = TO_NEAREST;
230 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
  /external/valgrind/none/tests/ppc32/
round.c 37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t;
114 case TO_NEAREST:
214 status |= check_dbl_to_flt_round(TO_NEAREST, D_hi, &F_hi);
215 status |= check_dbl_to_flt_round(TO_NEAREST, D_lo, &F_lo);
341 status |= check_int_to_flt_round(TO_NEAREST, int24_lo, &pos_flt_lo);
342 status |= check_int_to_flt_round(TO_NEAREST, int24_hi, &pos_flt_hi);
350 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo);
351 status |= check_int_to_flt_round(TO_NEAREST, -int24_hi, &neg_flt_hi);
373 status |= check_long_to_dbl_round(TO_NEAREST, long55_lo, &pos_dbl_lo);
374 status |= check_long_to_dbl_round(TO_NEAREST, long55_hi, &pos_dbl_hi)
    [all...]
  /external/valgrind/none/tests/ppc64/
round.c 37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t;
114 case TO_NEAREST:
214 status |= check_dbl_to_flt_round(TO_NEAREST, D_hi, &F_hi);
215 status |= check_dbl_to_flt_round(TO_NEAREST, D_lo, &F_lo);
341 status |= check_int_to_flt_round(TO_NEAREST, int24_lo, &pos_flt_lo);
342 status |= check_int_to_flt_round(TO_NEAREST, int24_hi, &pos_flt_hi);
350 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo);
351 status |= check_int_to_flt_round(TO_NEAREST, -int24_hi, &neg_flt_hi);
373 status |= check_long_to_dbl_round(TO_NEAREST, long55_lo, &pos_dbl_lo);
374 status |= check_long_to_dbl_round(TO_NEAREST, long55_hi, &pos_dbl_hi)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 781 #define TO_NEAREST 0x00
809 case TO_NEAREST: printf("nearest"); break;
    [all...]

Completed in 467 milliseconds