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/none/tests/ppc32/
round.c 260 int check_int_to_flt_round(round_mode_t mode, long L, float *expected) function
341 status |= check_int_to_flt_round(TO_NEAREST, int24_lo, &pos_flt_lo);
342 status |= check_int_to_flt_round(TO_NEAREST, int24_hi, &pos_flt_hi);
343 status |= check_int_to_flt_round(TO_ZERO, int24_lo, &pos_flt_lo);
344 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo);
345 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_lo, &pos_flt_hi);
346 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_hi, &pos_flt_hi);
347 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_lo, &pos_flt_lo);
348 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_hi, &pos_flt_lo);
350 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo)
    [all...]
  /external/valgrind/none/tests/ppc64/
round.c 260 int check_int_to_flt_round(round_mode_t mode, long L, float *expected) function
341 status |= check_int_to_flt_round(TO_NEAREST, int24_lo, &pos_flt_lo);
342 status |= check_int_to_flt_round(TO_NEAREST, int24_hi, &pos_flt_hi);
343 status |= check_int_to_flt_round(TO_ZERO, int24_lo, &pos_flt_lo);
344 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo);
345 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_lo, &pos_flt_hi);
346 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_hi, &pos_flt_hi);
347 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_lo, &pos_flt_lo);
348 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_hi, &pos_flt_lo);
350 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo)
    [all...]

Completed in 170 milliseconds