Searched refs:int24_lo (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A Dround.c321 int int24_lo = 0x03ff0ffd; 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);
332 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_lo, &pos_flt_hi);
334 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_lo, &pos_flt_lo);
337 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo);
339 status |= check_int_to_flt_round(TO_ZERO, -int24_lo, &neg_flt_lo);
341 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_lo, &neg_flt_lo);
343 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_lo, &neg_flt_hi);
/external/valgrind/main/none/tests/ppc64/
H A Dround.c321 int int24_lo = 0x03ff0ffd; 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);
332 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_lo, &pos_flt_hi);
334 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_lo, &pos_flt_lo);
337 status |= check_int_to_flt_round(TO_NEAREST, -int24_lo, &neg_flt_lo);
339 status |= check_int_to_flt_round(TO_ZERO, -int24_lo, &neg_flt_lo);
341 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_lo, &neg_flt_lo);
343 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_lo, &neg_flt_hi);

Completed in 102 milliseconds