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

  /external/valgrind/main/none/tests/ppc32/
round.c 324 float neg_flt_lo = -67047420.0; local
337 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo);
339 status |= check_int_to_flt_round(TO_ZERO, -int24_lo, &neg_flt_lo);
340 status |= check_int_to_flt_round(TO_ZERO, -int24_hi, &neg_flt_lo);
341 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_lo, &neg_flt_lo);
342 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_hi, &neg_flt_lo);
  /external/valgrind/main/none/tests/ppc64/
round.c 324 float neg_flt_lo = -67047420.0; local
337 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo);
339 status |= check_int_to_flt_round(TO_ZERO, -int24_lo, &neg_flt_lo);
340 status |= check_int_to_flt_round(TO_ZERO, -int24_hi, &neg_flt_lo);
341 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_lo, &neg_flt_lo);
342 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_hi, &neg_flt_lo);

Completed in 730 milliseconds