Searched refs:neg_dbl_lo (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/none/tests/ppc64/ |
D | round.c | 359 double neg_dbl_lo = -36012304344547324.0; in test_long_to_double_convert() local 372 status |= check_long_to_dbl_round(TO_NEAREST, -long55_lo, &neg_dbl_lo); in test_long_to_double_convert() 374 status |= check_long_to_dbl_round(TO_ZERO, -long55_lo, &neg_dbl_lo); in test_long_to_double_convert() 375 status |= check_long_to_dbl_round(TO_ZERO, -long55_hi, &neg_dbl_lo); in test_long_to_double_convert() 376 status |= check_long_to_dbl_round(TO_PLUS_INFINITY, -long55_lo, &neg_dbl_lo); in test_long_to_double_convert() 377 status |= check_long_to_dbl_round(TO_PLUS_INFINITY, -long55_hi, &neg_dbl_lo); in test_long_to_double_convert()
|
/external/valgrind/main/none/tests/ppc32/ |
D | round.c | 359 double neg_dbl_lo = -36012304344547324.0; in test_long_to_double_convert() local 372 status |= check_long_to_dbl_round(TO_NEAREST, -long55_lo, &neg_dbl_lo); in test_long_to_double_convert() 374 status |= check_long_to_dbl_round(TO_ZERO, -long55_lo, &neg_dbl_lo); in test_long_to_double_convert() 375 status |= check_long_to_dbl_round(TO_ZERO, -long55_hi, &neg_dbl_lo); in test_long_to_double_convert() 376 status |= check_long_to_dbl_round(TO_PLUS_INFINITY, -long55_lo, &neg_dbl_lo); in test_long_to_double_convert() 377 status |= check_long_to_dbl_round(TO_PLUS_INFINITY, -long55_hi, &neg_dbl_lo); in test_long_to_double_convert()
|