HomeSort by relevance Sort by last modified time
    Searched refs:long55_hi (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/none/tests/ppc32/
round.c 352 long long55_hi = 0x07ff0ffffffffff; local
361 status |= check_long_to_dbl_round(TO_NEAREST, long55_hi, &pos_dbl_hi);
363 status |= check_long_to_dbl_round(TO_ZERO, long55_hi, &pos_dbl_lo);
365 status |= check_long_to_dbl_round(TO_PLUS_INFINITY, long55_hi, &pos_dbl_hi);
367 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_hi, &pos_dbl_lo);
370 status |= check_long_to_dbl_round(TO_NEAREST, -long55_hi, &neg_dbl_hi);
372 status |= check_long_to_dbl_round(TO_ZERO, -long55_hi, &neg_dbl_lo);
374 status |= check_long_to_dbl_round(TO_PLUS_INFINITY, -long55_hi, &neg_dbl_lo);
376 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, -long55_hi, &neg_dbl_hi);
  /external/valgrind/main/none/tests/ppc64/
round.c 352 long long55_hi = 0x07ff0ffffffffff; local
361 status |= check_long_to_dbl_round(TO_NEAREST, long55_hi, &pos_dbl_hi);
363 status |= check_long_to_dbl_round(TO_ZERO, long55_hi, &pos_dbl_lo);
365 status |= check_long_to_dbl_round(TO_PLUS_INFINITY, long55_hi, &pos_dbl_hi);
367 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_hi, &pos_dbl_lo);
370 status |= check_long_to_dbl_round(TO_NEAREST, -long55_hi, &neg_dbl_hi);
372 status |= check_long_to_dbl_round(TO_ZERO, -long55_hi, &neg_dbl_lo);
374 status |= check_long_to_dbl_round(TO_PLUS_INFINITY, -long55_hi, &neg_dbl_lo);
376 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, -long55_hi, &neg_dbl_hi);

Completed in 628 milliseconds