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

  /external/valgrind/main/none/tests/ppc32/
round.c 247 int check_int_to_flt_round(round_mode_t mode, long L, float *expected) function
328 status |= check_int_to_flt_round(TO_NEAREST, int24_lo, &pos_flt_lo);
329 status |= check_int_to_flt_round(TO_NEAREST, int24_hi, &pos_flt_hi);
330 status |= check_int_to_flt_round(TO_ZERO, int24_lo, &pos_flt_lo);
331 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo);
332 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_lo, &pos_flt_hi);
333 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_hi, &pos_flt_hi);
334 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_lo, &pos_flt_lo);
335 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_hi, &pos_flt_lo);
337 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo)
    [all...]
  /external/valgrind/main/none/tests/ppc64/
round.c 247 int check_int_to_flt_round(round_mode_t mode, long L, float *expected) function
328 status |= check_int_to_flt_round(TO_NEAREST, int24_lo, &pos_flt_lo);
329 status |= check_int_to_flt_round(TO_NEAREST, int24_hi, &pos_flt_hi);
330 status |= check_int_to_flt_round(TO_ZERO, int24_lo, &pos_flt_lo);
331 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo);
332 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_lo, &pos_flt_hi);
333 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_hi, &pos_flt_hi);
334 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_lo, &pos_flt_lo);
335 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_hi, &pos_flt_lo);
337 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo)
    [all...]

Completed in 548 milliseconds