Searched defs:check_int_to_flt_round (Results 1 - 2 of 2) sorted by relevance
/external/valgrind/none/tests/ppc32/ |
H A D | 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_NEARES [all...] |
/external/valgrind/none/tests/ppc64/ |
H A D | 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_NEARES [all...] |
Completed in 40 milliseconds