Searched refs:TO_NEAREST (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/none/tests/ppc64/ |
D | round.c | 37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator 114 case TO_NEAREST: in set_rounding_mode() 214 status |= check_dbl_to_flt_round(TO_NEAREST, D_hi, &F_hi); in test_dbl_to_float_convert() 215 status |= check_dbl_to_flt_round(TO_NEAREST, D_lo, &F_lo); in test_dbl_to_float_convert() 341 status |= check_int_to_flt_round(TO_NEAREST, int24_lo, &pos_flt_lo); in test_int_to_float_convert() 342 status |= check_int_to_flt_round(TO_NEAREST, int24_hi, &pos_flt_hi); in test_int_to_float_convert() 350 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo); in test_int_to_float_convert() 351 status |= check_int_to_flt_round(TO_NEAREST, -int24_hi, &neg_flt_hi); in test_int_to_float_convert() 373 status |= check_long_to_dbl_round(TO_NEAREST, long55_lo, &pos_dbl_lo); in test_long_to_double_convert() 374 status |= check_long_to_dbl_round(TO_NEAREST, long55_hi, &pos_dbl_hi); in test_long_to_double_convert() [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | round.c | 37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator 114 case TO_NEAREST: in set_rounding_mode() 214 status |= check_dbl_to_flt_round(TO_NEAREST, D_hi, &F_hi); in test_dbl_to_float_convert() 215 status |= check_dbl_to_flt_round(TO_NEAREST, D_lo, &F_lo); in test_dbl_to_float_convert() 341 status |= check_int_to_flt_round(TO_NEAREST, int24_lo, &pos_flt_lo); in test_int_to_float_convert() 342 status |= check_int_to_flt_round(TO_NEAREST, int24_hi, &pos_flt_hi); in test_int_to_float_convert() 350 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo); in test_int_to_float_convert() 351 status |= check_int_to_flt_round(TO_NEAREST, -int24_hi, &neg_flt_hi); in test_int_to_float_convert() 373 status |= check_long_to_dbl_round(TO_NEAREST, long55_lo, &pos_dbl_lo); in test_long_to_double_convert() 374 status |= check_long_to_dbl_round(TO_NEAREST, long55_hi, &pos_dbl_hi); in test_long_to_double_convert() [all …]
|
/external/valgrind/none/tests/mips64/ |
D | rounding_mode.h | 3 TO_NEAREST=0, enumerator 14 case TO_NEAREST: in set_rounding_mode()
|
D | fpu_arithmetic.c | 14 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) { in arithmeticOperations()
|
D | round.c | 111 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) { in FCSRRoundingMode()
|
/external/valgrind/none/tests/mips32/ |
D | round.c | 19 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator 136 case TO_NEAREST: in set_rounding_mode() 169 round_mode_t rm = TO_NEAREST; in directedRoundingMode() 230 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) { in FCSRRoundingMode()
|
D | round_fpu64.c | 26 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator 80 case TO_NEAREST: in set_rounding_mode() 116 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) { in FCSRRoundingMode()
|
D | FPUarithmetic.c | 31 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator 97 case TO_NEAREST: in set_rounding_mode() 133 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) { in arithmeticOperations()
|