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

  /external/valgrind/none/tests/ppc32/
round.c 337 float neg_flt_lo = -67047420.0; local
350 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo);
352 status |= check_int_to_flt_round(TO_ZERO, -int24_lo, &neg_flt_lo);
353 status |= check_int_to_flt_round(TO_ZERO, -int24_hi, &neg_flt_lo);
354 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_lo, &neg_flt_lo);
355 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_hi, &neg_flt_lo);
  /external/valgrind/none/tests/ppc64/
round.c 337 float neg_flt_lo = -67047420.0; local
350 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo);
352 status |= check_int_to_flt_round(TO_ZERO, -int24_lo, &neg_flt_lo);
353 status |= check_int_to_flt_round(TO_ZERO, -int24_hi, &neg_flt_lo);
354 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_lo, &neg_flt_lo);
355 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_hi, &neg_flt_lo);

Completed in 70 milliseconds