Searched refs:long55_hi (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/none/tests/ppc64/ |
D | round.c | 355 long long55_hi = 0x07ff0ffffffffff; 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() 366 status |= check_long_to_dbl_round(TO_ZERO, long55_hi, &pos_dbl_lo); 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() 370 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_hi, &pos_dbl_lo); in test_long_to_double_convert() 373 status |= check_long_to_dbl_round(TO_NEAREST, -long55_hi, &neg_dbl_hi); 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() 377 status |= check_long_to_dbl_round(TO_PLUS_INFINITY, -long55_hi, &neg_dbl_lo); 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 | 355 long long55_hi = 0x07ff0ffffffffff; 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() 366 status |= check_long_to_dbl_round(TO_ZERO, long55_hi, &pos_dbl_lo); 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() 370 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_hi, &pos_dbl_lo); in test_long_to_double_convert() 373 status |= check_long_to_dbl_round(TO_NEAREST, -long55_hi, &neg_dbl_hi); 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() 377 status |= check_long_to_dbl_round(TO_PLUS_INFINITY, -long55_hi, &neg_dbl_lo); 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()
|