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

  /external/valgrind/main/none/tests/ppc32/
round.c 325 float neg_flt_hi = -67047424.0; local
338 status |= check_int_to_flt_round(TO_NEAREST, -int24_hi, &neg_flt_hi);
343 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_lo, &neg_flt_hi);
344 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_hi, &neg_flt_hi);
  /external/valgrind/main/none/tests/ppc64/
round.c 325 float neg_flt_hi = -67047424.0; local
338 status |= check_int_to_flt_round(TO_NEAREST, -int24_hi, &neg_flt_hi);
343 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_lo, &neg_flt_hi);
344 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_hi, &neg_flt_hi);

Completed in 278 milliseconds