Home
last modified time | relevance | path

Searched refs:TO_MINUS_INFINITY (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/none/tests/ppc64/
Dround.c37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator
123 case TO_MINUS_INFINITY: in set_rounding_mode()
226 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_hi, &F_lo); in test_dbl_to_float_convert()
227 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_lo, &F_lo); in test_dbl_to_float_convert()
347 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_lo, &pos_flt_lo); in test_int_to_float_convert()
348 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_hi, &pos_flt_lo); in test_int_to_float_convert()
356 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_lo, &neg_flt_hi); in test_int_to_float_convert()
357 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_hi, &neg_flt_hi); in test_int_to_float_convert()
379 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_lo, &pos_dbl_lo); in test_long_to_double_convert()
380 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_hi, &pos_dbl_lo); in test_long_to_double_convert()
[all …]
/external/valgrind/none/tests/ppc32/
Dround.c37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator
123 case TO_MINUS_INFINITY: in set_rounding_mode()
226 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_hi, &F_lo); in test_dbl_to_float_convert()
227 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_lo, &F_lo); in test_dbl_to_float_convert()
347 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_lo, &pos_flt_lo); in test_int_to_float_convert()
348 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_hi, &pos_flt_lo); in test_int_to_float_convert()
356 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_lo, &neg_flt_hi); in test_int_to_float_convert()
357 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_hi, &neg_flt_hi); in test_int_to_float_convert()
379 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_lo, &pos_dbl_lo); in test_long_to_double_convert()
380 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_hi, &pos_dbl_lo); in test_long_to_double_convert()
[all …]
/external/valgrind/none/tests/mips64/
Drounding_mode.h6 TO_MINUS_INFINITY enumerator
49 case TO_MINUS_INFINITY: in set_rounding_mode()
Dround.c110 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) { in FCSRRoundingMode()
Dfpu_arithmetic.c14 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) { in arithmeticOperations()
/external/valgrind/none/tests/mips32/
Dround_fpu64.c24 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator
88 case TO_MINUS_INFINITY: in set_rounding_mode()
113 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) { in FCSRRoundingMode()
DFPUarithmetic.c29 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator
115 case TO_MINUS_INFINITY: in set_rounding_mode()
131 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) { in arithmeticOperations()
Dround.c17 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator
145 case TO_MINUS_INFINITY: in set_rounding_mode()
216 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) { in FCSRRoundingMode()