Searched refs:check_int_to_flt_round (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/none/tests/ppc64/ |
D | round.c | 250 int check_int_to_flt_round(round_mode_t mode, long L, float *expected) in check_int_to_flt_round() function 331 status |= check_int_to_flt_round(TO_NEAREST, int24_lo, &pos_flt_lo); in test_int_to_float_convert() 332 status |= check_int_to_flt_round(TO_NEAREST, int24_hi, &pos_flt_hi); in test_int_to_float_convert() 333 status |= check_int_to_flt_round(TO_ZERO, int24_lo, &pos_flt_lo); in test_int_to_float_convert() 334 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo); in test_int_to_float_convert() 335 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_lo, &pos_flt_hi); in test_int_to_float_convert() 336 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_hi, &pos_flt_hi); in test_int_to_float_convert() 337 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_lo, &pos_flt_lo); in test_int_to_float_convert() 338 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_hi, &pos_flt_lo); in test_int_to_float_convert() 340 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo); in test_int_to_float_convert() [all …]
|
/external/valgrind/main/none/tests/ppc32/ |
D | round.c | 250 int check_int_to_flt_round(round_mode_t mode, long L, float *expected) in check_int_to_flt_round() function 331 status |= check_int_to_flt_round(TO_NEAREST, int24_lo, &pos_flt_lo); in test_int_to_float_convert() 332 status |= check_int_to_flt_round(TO_NEAREST, int24_hi, &pos_flt_hi); in test_int_to_float_convert() 333 status |= check_int_to_flt_round(TO_ZERO, int24_lo, &pos_flt_lo); in test_int_to_float_convert() 334 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo); in test_int_to_float_convert() 335 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_lo, &pos_flt_hi); in test_int_to_float_convert() 336 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_hi, &pos_flt_hi); in test_int_to_float_convert() 337 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_lo, &pos_flt_lo); in test_int_to_float_convert() 338 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_hi, &pos_flt_lo); in test_int_to_float_convert() 340 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo); in test_int_to_float_convert() [all …]
|