Searched refs:pos_dbl_lo (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/none/tests/ppc64/ |
D | round.c | 357 double pos_dbl_lo = 36012304344547324.0; in test_long_to_double_convert() local 363 status |= check_long_to_dbl_round(TO_NEAREST, long55_lo, &pos_dbl_lo); in test_long_to_double_convert() 365 status |= check_long_to_dbl_round(TO_ZERO, long55_lo, &pos_dbl_lo); in test_long_to_double_convert() 366 status |= check_long_to_dbl_round(TO_ZERO, long55_hi, &pos_dbl_lo); in test_long_to_double_convert() 369 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_lo, &pos_dbl_lo); in test_long_to_double_convert() 370 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_hi, &pos_dbl_lo); in test_long_to_double_convert()
|
/external/valgrind/main/none/tests/ppc32/ |
D | round.c | 357 double pos_dbl_lo = 36012304344547324.0; in test_long_to_double_convert() local 363 status |= check_long_to_dbl_round(TO_NEAREST, long55_lo, &pos_dbl_lo); in test_long_to_double_convert() 365 status |= check_long_to_dbl_round(TO_ZERO, long55_lo, &pos_dbl_lo); in test_long_to_double_convert() 366 status |= check_long_to_dbl_round(TO_ZERO, long55_hi, &pos_dbl_lo); in test_long_to_double_convert() 369 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_lo, &pos_dbl_lo); in test_long_to_double_convert() 370 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_hi, &pos_dbl_lo); in test_long_to_double_convert()
|