Searched refs:TO_ZERO (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/none/tests/mips64/
H A Drounding_mode.h4 TO_ZERO, enumerator in enum:__anon29713
25 case TO_ZERO:
/external/valgrind/none/tests/ppc32/
H A Dround.c37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator in enum:__anon29721
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_h
[all...]
/external/valgrind/none/tests/ppc64/
H A Dround.c37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator in enum:__anon29770
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_h
[all...]
/external/valgrind/none/tests/mips32/
H A DFPUarithmetic.c31 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator in enum:__anon29699
103 case TO_ZERO:
H A Dround_fpu64.c26 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator in enum:__anon29704
83 case TO_ZERO:
H A Dround.c19 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator in enum:__anon29702
139 case TO_ZERO:
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h51 TO_ZERO = 3, enumerator in enum:llvm::X86::STATIC_ROUNDING
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1576 .Case("rz", X86::STATIC_ROUNDING::TO_ZERO)

Completed in 165 milliseconds