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

  /external/valgrind/none/tests/mips64/
rounding_mode.h 4 TO_ZERO,
25 case TO_ZERO:
  /external/valgrind/none/tests/ppc32/
round.c 37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t;
117 case TO_ZERO:
218 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi));
219 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi));
343 status |= check_int_to_flt_round(TO_ZERO, int24_lo, &pos_flt_lo);
344 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo);
352 status |= check_int_to_flt_round(TO_ZERO, -int24_lo, &neg_flt_lo);
353 status |= check_int_to_flt_round(TO_ZERO, -int24_hi, &neg_flt_lo);
375 status |= check_long_to_dbl_round(TO_ZERO, long55_lo, &pos_dbl_lo);
376 status |= check_long_to_dbl_round(TO_ZERO, long55_hi, &pos_dbl_lo)
    [all...]
  /external/valgrind/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:
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 556 TO_ZERO = 3,
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]

Completed in 480 milliseconds