Home
last modified time | relevance | path

Searched refs:TO_PLUS_INFINITY (Results 1 – 12 of 12) sorted by relevance

/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/ppc64/
H A Dround.c37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator
120 case TO_PLUS_INFINITY: in set_rounding_mode()
222 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_hi, &F_hi); in test_dbl_to_float_convert()
223 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_lo, &F_hi); in test_dbl_to_float_convert()
345 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_lo, &pos_flt_hi); in test_int_to_float_convert()
346 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_hi, &pos_flt_hi); in test_int_to_float_convert()
354 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_lo, &neg_flt_lo); in test_int_to_float_convert()
355 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_hi, &neg_flt_lo); in test_int_to_float_convert()
460 case TO_PLUS_INFINITY: in check_single_arithmetic_op()
731 case TO_PLUS_INFINITY: in check_single_guarded_arithmetic_op()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/ppc32/
H A Dround.c37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator
120 case TO_PLUS_INFINITY: in set_rounding_mode()
222 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_hi, &F_hi); in test_dbl_to_float_convert()
223 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_lo, &F_hi); in test_dbl_to_float_convert()
345 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_lo, &pos_flt_hi); in test_int_to_float_convert()
346 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_hi, &pos_flt_hi); in test_int_to_float_convert()
354 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_lo, &neg_flt_lo); in test_int_to_float_convert()
355 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_hi, &neg_flt_lo); in test_int_to_float_convert()
460 case TO_PLUS_INFINITY: in check_single_arithmetic_op()
731 case TO_PLUS_INFINITY: in check_single_guarded_arithmetic_op()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/ppc64/
H A Dround.c37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator
120 case TO_PLUS_INFINITY: in set_rounding_mode()
222 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_hi, &F_hi); in test_dbl_to_float_convert()
223 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_lo, &F_hi); in test_dbl_to_float_convert()
345 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_lo, &pos_flt_hi); in test_int_to_float_convert()
346 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_hi, &pos_flt_hi); in test_int_to_float_convert()
354 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_lo, &neg_flt_lo); in test_int_to_float_convert()
355 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_hi, &neg_flt_lo); in test_int_to_float_convert()
460 case TO_PLUS_INFINITY: in check_single_arithmetic_op()
731 case TO_PLUS_INFINITY: in check_single_guarded_arithmetic_op()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/ppc32/
H A Dround.c37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator
120 case TO_PLUS_INFINITY: in set_rounding_mode()
222 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_hi, &F_hi); in test_dbl_to_float_convert()
223 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_lo, &F_hi); in test_dbl_to_float_convert()
345 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_lo, &pos_flt_hi); in test_int_to_float_convert()
346 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_hi, &pos_flt_hi); in test_int_to_float_convert()
354 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_lo, &neg_flt_lo); in test_int_to_float_convert()
355 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_hi, &neg_flt_lo); in test_int_to_float_convert()
460 case TO_PLUS_INFINITY: in check_single_arithmetic_op()
731 case TO_PLUS_INFINITY: in check_single_guarded_arithmetic_op()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/mips64/
H A Drounding_mode.h5 TO_PLUS_INFINITY, enumerator
37 case TO_PLUS_INFINITY: in set_rounding_mode()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/mips64/
H A Drounding_mode.h5 TO_PLUS_INFINITY, enumerator
37 case TO_PLUS_INFINITY: in set_rounding_mode()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/mips32/
H A Dround_fpu64.c34 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator
95 case TO_PLUS_INFINITY: in set_rounding_mode()
H A DFPUarithmetic.c31 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator
110 case TO_PLUS_INFINITY: in set_rounding_mode()
H A Dround.c29 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator
153 case TO_PLUS_INFINITY: in set_rounding_mode()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/mips32/
H A Dround_fpu64.c34 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator
95 case TO_PLUS_INFINITY: in set_rounding_mode()
H A DFPUarithmetic.c31 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator
110 case TO_PLUS_INFINITY: in set_rounding_mode()
H A Dround.c29 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator
153 case TO_PLUS_INFINITY: in set_rounding_mode()