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

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

Completed in 355 milliseconds