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

  /external/valgrind/main/none/tests/ppc32/
round.c 322 float pos_flt_lo = 67047420.0; local
328 status |= check_int_to_flt_round(TO_NEAREST, int24_lo, &pos_flt_lo);
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);
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);
  /external/valgrind/main/none/tests/ppc64/
round.c 322 float pos_flt_lo = 67047420.0; local
328 status |= check_int_to_flt_round(TO_NEAREST, int24_lo, &pos_flt_lo);
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);
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);

Completed in 36 milliseconds