/external/valgrind/none/tests/mips64/ |
rounding_mode.h | 7 } round_mode_t; typedef in typeref:enum:__anon26254 11 void set_rounding_mode(round_mode_t mode)
|
fpu_arithmetic.c | 13 round_mode_t rm;
|
round.c | 109 round_mode_t rm;
|
/external/valgrind/none/tests/mips32/ |
FPUarithmetic.c | 29 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; typedef in typeref:enum:__anon26240 92 void set_rounding_mode(round_mode_t mode) 130 round_mode_t rm;
|
round_fpu64.c | 24 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; typedef in typeref:enum:__anon26245 74 void set_rounding_mode(round_mode_t mode) 112 round_mode_t rm;
|
round.c | 17 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; typedef in typeref:enum:__anon26243 131 void set_rounding_mode(round_mode_t mode) 156 round_mode_t rm = TO_NEAREST; 215 round_mode_t rm;
|
/external/valgrind/none/tests/ppc32/ |
round.c | 37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t; typedef in typeref:enum:__anon26262 111 void set_rounding_mode(round_mode_t mode) 153 int check_dbl_to_flt_round(round_mode_t mode, double dbl, float *expected) 260 int check_int_to_flt_round(round_mode_t mode, long L, float *expected) 300 int check_long_to_dbl_round(round_mode_t mode, long L, double *expected) 400 round_mode_t mode; 546 round_mode_t mode; 858 round_mode_t mode;
|