Searched refs:neg_dbl_hi (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/none/tests/ppc64/ |
D | round.c | 360 double neg_dbl_hi = -36012304344547328.0; in test_long_to_double_convert() local 373 status |= check_long_to_dbl_round(TO_NEAREST, -long55_hi, &neg_dbl_hi); in test_long_to_double_convert() 378 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, -long55_lo, &neg_dbl_hi); in test_long_to_double_convert() 379 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, -long55_hi, &neg_dbl_hi); in test_long_to_double_convert()
|
/external/valgrind/main/none/tests/ppc32/ |
D | round.c | 360 double neg_dbl_hi = -36012304344547328.0; in test_long_to_double_convert() local 373 status |= check_long_to_dbl_round(TO_NEAREST, -long55_hi, &neg_dbl_hi); in test_long_to_double_convert() 378 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, -long55_lo, &neg_dbl_hi); in test_long_to_double_convert() 379 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, -long55_hi, &neg_dbl_hi); in test_long_to_double_convert()
|