Searched refs:neg_flt_hi (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/none/tests/ppc64/ |
D | round.c | 328 float neg_flt_hi = -67047424.0; in test_int_to_float_convert() local 341 status |= check_int_to_flt_round(TO_NEAREST, -int24_hi, &neg_flt_hi); in test_int_to_float_convert() 346 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_lo, &neg_flt_hi); in test_int_to_float_convert() 347 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_hi, &neg_flt_hi); in test_int_to_float_convert()
|
/external/valgrind/main/none/tests/ppc32/ |
D | round.c | 328 float neg_flt_hi = -67047424.0; in test_int_to_float_convert() local 341 status |= check_int_to_flt_round(TO_NEAREST, -int24_hi, &neg_flt_hi); in test_int_to_float_convert() 346 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_lo, &neg_flt_hi); in test_int_to_float_convert() 347 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_hi, &neg_flt_hi); in test_int_to_float_convert()
|