Searched refs:TO_ZERO (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/none/tests/ppc32/ |
D | round.c | 37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator 117 case TO_ZERO: in set_rounding_mode() 218 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi)); in test_dbl_to_float_convert() 219 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi)); in test_dbl_to_float_convert() 343 status |= check_int_to_flt_round(TO_ZERO, int24_lo, &pos_flt_lo); in test_int_to_float_convert() 344 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo); in test_int_to_float_convert() 352 status |= check_int_to_flt_round(TO_ZERO, -int24_lo, &neg_flt_lo); in test_int_to_float_convert() 353 status |= check_int_to_flt_round(TO_ZERO, -int24_hi, &neg_flt_lo); in test_int_to_float_convert() 375 status |= check_long_to_dbl_round(TO_ZERO, long55_lo, &pos_dbl_lo); in test_long_to_double_convert() 376 status |= check_long_to_dbl_round(TO_ZERO, long55_hi, &pos_dbl_lo); in test_long_to_double_convert() [all …]
|
/external/valgrind/none/tests/ppc64/ |
D | round.c | 37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator 117 case TO_ZERO: in set_rounding_mode() 218 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi)); in test_dbl_to_float_convert() 219 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi)); in test_dbl_to_float_convert() 343 status |= check_int_to_flt_round(TO_ZERO, int24_lo, &pos_flt_lo); in test_int_to_float_convert() 344 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo); in test_int_to_float_convert() 352 status |= check_int_to_flt_round(TO_ZERO, -int24_lo, &neg_flt_lo); in test_int_to_float_convert() 353 status |= check_int_to_flt_round(TO_ZERO, -int24_hi, &neg_flt_lo); in test_int_to_float_convert() 375 status |= check_long_to_dbl_round(TO_ZERO, long55_lo, &pos_dbl_lo); in test_long_to_double_convert() 376 status |= check_long_to_dbl_round(TO_ZERO, long55_hi, &pos_dbl_lo); in test_long_to_double_convert() [all …]
|
/external/valgrind/none/tests/mips64/ |
D | rounding_mode.h | 4 TO_ZERO, enumerator 25 case TO_ZERO: in set_rounding_mode()
|
/external/valgrind/none/tests/mips32/ |
D | round_fpu64.c | 26 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator 83 case TO_ZERO: in set_rounding_mode()
|
D | FPUarithmetic.c | 31 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator 103 case TO_ZERO: in set_rounding_mode()
|
D | round.c | 19 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator 139 case TO_ZERO: in set_rounding_mode()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 51 TO_ZERO = 3, enumerator
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1576 .Case("rz", X86::STATIC_ROUNDING::TO_ZERO) in ParseRoundingModeOp()
|