Searched refs:pos_flt_lo (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/none/tests/ppc64/ |
D | round.c | 335 float pos_flt_lo = 67047420.0; in test_int_to_float_convert() local 341 status |= check_int_to_flt_round(TO_NEAREST, int24_lo, &pos_flt_lo); in test_int_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() 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()
|
/external/valgrind/none/tests/ppc32/ |
D | round.c | 335 float pos_flt_lo = 67047420.0; in test_int_to_float_convert() local 341 status |= check_int_to_flt_round(TO_NEAREST, int24_lo, &pos_flt_lo); in test_int_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() 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()
|