Searched defs:TO_MINUS_INFINITY (Results 1 - 6 of 6) sorted by relevance
/external/valgrind/none/tests/mips64/ |
H A D | rounding_mode.h | 6 TO_MINUS_INFINITY enumerator in enum:__anon16660 49 case TO_MINUS_INFINITY:
|
/external/valgrind/none/tests/mips32/ |
H A D | round_fpu64.c | 24 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator in enum:__anon16651 88 case TO_MINUS_INFINITY: 113 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
|
H A D | FPUarithmetic.c | 29 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator in enum:__anon16646 115 case TO_MINUS_INFINITY: 131 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
|
H A D | round.c | 17 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator in enum:__anon16649 145 case TO_MINUS_INFINITY: 216 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
|
/external/valgrind/none/tests/ppc32/ |
H A D | round.c | 37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator in enum:__anon16668 123 case TO_MINUS_INFINITY: 226 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_hi, &F_lo); 227 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_lo, &F_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); 356 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_lo, &neg_flt_hi); 357 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_hi, &neg_flt_hi); 379 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_lo, &pos_dbl_lo); 380 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_h [all...] |
/external/valgrind/none/tests/ppc64/ |
H A D | round.c | 37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; enumerator in enum:__anon16716 123 case TO_MINUS_INFINITY: 226 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_hi, &F_lo); 227 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_lo, &F_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); 356 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_lo, &neg_flt_hi); 357 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_hi, &neg_flt_hi); 379 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_lo, &pos_dbl_lo); 380 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_h [all...] |
Completed in 201 milliseconds