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

  /external/valgrind/none/tests/ppc32/
round.c 333 int int24_hi = 0x03ff0fff; local
342 status |= check_int_to_flt_round(TO_NEAREST, int24_hi, &pos_flt_hi);
344 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo);
346 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_hi, &pos_flt_hi);
348 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_hi, &pos_flt_lo);
351 status |= check_int_to_flt_round(TO_NEAREST, -int24_hi, &neg_flt_hi);
353 status |= check_int_to_flt_round(TO_ZERO, -int24_hi, &neg_flt_lo);
355 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_hi, &neg_flt_lo);
357 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_hi, &neg_flt_hi);
  /external/valgrind/none/tests/ppc64/
round.c 333 int int24_hi = 0x03ff0fff; local
342 status |= check_int_to_flt_round(TO_NEAREST, int24_hi, &pos_flt_hi);
344 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo);
346 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_hi, &pos_flt_hi);
348 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_hi, &pos_flt_lo);
351 status |= check_int_to_flt_round(TO_NEAREST, -int24_hi, &neg_flt_hi);
353 status |= check_int_to_flt_round(TO_ZERO, -int24_hi, &neg_flt_lo);
355 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_hi, &neg_flt_lo);
357 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_hi, &neg_flt_hi);

Completed in 157 milliseconds