Searched refs:pos_dbl_hi (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/none/tests/ppc64/ |
D | round.c | 358 double pos_dbl_hi = 36012304344547328.0; in test_long_to_double_convert() local 364 status |= check_long_to_dbl_round(TO_NEAREST, long55_hi, &pos_dbl_hi); in test_long_to_double_convert() 367 status |= check_long_to_dbl_round(TO_PLUS_INFINITY, long55_lo, &pos_dbl_hi); in test_long_to_double_convert() 368 status |= check_long_to_dbl_round(TO_PLUS_INFINITY, long55_hi, &pos_dbl_hi); in test_long_to_double_convert()
|
/external/valgrind/main/none/tests/ppc32/ |
D | round.c | 358 double pos_dbl_hi = 36012304344547328.0; in test_long_to_double_convert() local 364 status |= check_long_to_dbl_round(TO_NEAREST, long55_hi, &pos_dbl_hi); in test_long_to_double_convert() 367 status |= check_long_to_dbl_round(TO_PLUS_INFINITY, long55_lo, &pos_dbl_hi); in test_long_to_double_convert() 368 status |= check_long_to_dbl_round(TO_PLUS_INFINITY, long55_hi, &pos_dbl_hi); in test_long_to_double_convert()
|