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

/external/valgrind/main/none/tests/ppc32/
H A Dround.c320 int int24_hi = 0x03ff0fff; local
329 status |= check_int_to_flt_round(TO_NEAREST, int24_hi, &pos_flt_hi);
331 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo);
333 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_hi, &pos_flt_hi);
335 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_hi, &pos_flt_lo);
338 status |= check_int_to_flt_round(TO_NEAREST, -int24_hi, &neg_flt_hi);
340 status |= check_int_to_flt_round(TO_ZERO, -int24_hi, &neg_flt_lo);
342 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_hi, &neg_flt_lo);
344 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_hi, &neg_flt_hi);
/external/valgrind/main/none/tests/ppc64/
H A Dround.c320 int int24_hi = 0x03ff0fff; local
329 status |= check_int_to_flt_round(TO_NEAREST, int24_hi, &pos_flt_hi);
331 status |= check_int_to_flt_round(TO_ZERO, int24_hi, &pos_flt_lo);
333 status |= check_int_to_flt_round(TO_PLUS_INFINITY, int24_hi, &pos_flt_hi);
335 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_hi, &pos_flt_lo);
338 status |= check_int_to_flt_round(TO_NEAREST, -int24_hi, &neg_flt_hi);
340 status |= check_int_to_flt_round(TO_ZERO, -int24_hi, &neg_flt_lo);
342 status |= check_int_to_flt_round(TO_PLUS_INFINITY, -int24_hi, &neg_flt_lo);
344 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_hi, &neg_flt_hi);

Completed in 104 milliseconds