| /openbsd/src/gnu/gcc/gcc/ |
| D | real.h | 66 #define REAL_VALUE_TYPE struct real_value macro 79 [sizeof(REAL_VALUE_TYPE) <= REAL_WIDTH*sizeof(HOST_WIDE_INT) ? 1 : -1]; 120 const REAL_VALUE_TYPE *); 121 void (*decode) (const struct real_format *, REAL_VALUE_TYPE *, 183 extern bool real_arithmetic (REAL_VALUE_TYPE *, int, const REAL_VALUE_TYPE *, 184 const REAL_VALUE_TYPE *); 187 extern bool real_compare (int, const REAL_VALUE_TYPE *, const REAL_VALUE_TYPE *); 190 extern bool real_isinf (const REAL_VALUE_TYPE *); 193 extern bool real_isnan (const REAL_VALUE_TYPE *); 196 extern bool real_isneg (const REAL_VALUE_TYPE *); [all …]
|
| D | dfp.h | 25 void encode_decimal32 (const struct real_format *fmt, long *, const REAL_VALUE_TYPE *); 26 void encode_decimal64 (const struct real_format *fmt, long *, const REAL_VALUE_TYPE *); 27 void decode_decimal128 (const struct real_format *, REAL_VALUE_TYPE *, const long *); 30 void decode_decimal32 (const struct real_format *, REAL_VALUE_TYPE *, const long *); 31 void decode_decimal64 (const struct real_format *, REAL_VALUE_TYPE *, const long *); 32 void encode_decimal128 (const struct real_format *fmt, long *, const REAL_VALUE_TYPE *); 35 int decimal_do_compare (const REAL_VALUE_TYPE *, const REAL_VALUE_TYPE *, int); 36 void decimal_real_from_string (REAL_VALUE_TYPE *, const char *); 37 void decimal_round_for_format (const struct real_format *, REAL_VALUE_TYPE *); 38 void decimal_real_convert (REAL_VALUE_TYPE *, enum machine_mode, const REAL_VALUE_TYPE *); [all …]
|
| D | real.c | 83 static void get_zero (REAL_VALUE_TYPE *, int); 84 static void get_canonical_qnan (REAL_VALUE_TYPE *, int); 85 static void get_canonical_snan (REAL_VALUE_TYPE *, int); 86 static void get_inf (REAL_VALUE_TYPE *, int); 87 static bool sticky_rshift_significand (REAL_VALUE_TYPE *, 88 const REAL_VALUE_TYPE *, unsigned int); 89 static void rshift_significand (REAL_VALUE_TYPE *, const REAL_VALUE_TYPE *, 91 static void lshift_significand (REAL_VALUE_TYPE *, const REAL_VALUE_TYPE *, 93 static void lshift_significand_1 (REAL_VALUE_TYPE *, const REAL_VALUE_TYPE *); 94 static bool add_significands (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *, [all …]
|
| D | dfp.c | 63 decimal_from_decnumber (REAL_VALUE_TYPE *r, decNumber *dn, decContext *context) in decimal_from_decnumber() 65 memset (r, 0, sizeof (REAL_VALUE_TYPE)); in decimal_from_decnumber() 92 decimal_real_from_string (REAL_VALUE_TYPE *r, const char *s) in decimal_real_from_string() 110 decimal_to_decnumber (const REAL_VALUE_TYPE *r, decNumber *dn) in decimal_to_decnumber() 147 long *buf, const REAL_VALUE_TYPE *r) in encode_decimal32() 169 REAL_VALUE_TYPE *r, const long *buf) in decode_decimal32() 191 long *buf, const REAL_VALUE_TYPE *r) in encode_decimal64() 219 REAL_VALUE_TYPE *r, const long *buf) in decode_decimal64() 247 long *buf, const REAL_VALUE_TYPE *r) in encode_decimal128() 279 REAL_VALUE_TYPE *r, const long *buf) in decode_decimal128() [all …]
|
| D | builtins.c | 2537 REAL_VALUE_TYPE cint; in expand_builtin_pow() 2538 REAL_VALUE_TYPE c; in expand_builtin_pow() 6708 REAL_VALUE_TYPE real; in fold_builtin_inf() 6729 REAL_VALUE_TYPE real; in fold_builtin_nan() 6780 REAL_VALUE_TYPE c, cint; in integer_valued_real_p() 6961 REAL_VALUE_TYPE r, i; in fold_builtin_cabs() 7039 REAL_VALUE_TYPE r, x; in fold_builtin_sqrt() 7069 REAL_VALUE_TYPE dconstroot = in fold_builtin_sqrt() 7125 const REAL_VALUE_TYPE third_trunc = in fold_builtin_cbrt() 7143 REAL_VALUE_TYPE dconstroot = dconstthird; in fold_builtin_cbrt() [all …]
|
| D | emit-rtl.c | 99 REAL_VALUE_TYPE dconst0; 100 REAL_VALUE_TYPE dconst1; 101 REAL_VALUE_TYPE dconst2; 102 REAL_VALUE_TYPE dconst3; 103 REAL_VALUE_TYPE dconst10; 104 REAL_VALUE_TYPE dconstm1; 105 REAL_VALUE_TYPE dconstm2; 106 REAL_VALUE_TYPE dconsthalf; 107 REAL_VALUE_TYPE dconstthird; 108 REAL_VALUE_TYPE dconstpi; [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | real.h | 54 #define REAL_VALUE_TYPE struct real_value macro 67 [sizeof(REAL_VALUE_TYPE) <= REAL_WIDTH*sizeof(HOST_WIDE_INT) ? 1 : -1]; 108 const REAL_VALUE_TYPE *)); 109 void (*decode) PARAMS ((const struct real_format *, REAL_VALUE_TYPE *, 144 extern void real_arithmetic PARAMS ((REAL_VALUE_TYPE *, int, 145 const REAL_VALUE_TYPE *, 146 const REAL_VALUE_TYPE *)); 149 extern bool real_compare PARAMS ((int, const REAL_VALUE_TYPE *, 150 const REAL_VALUE_TYPE *)); 153 extern bool real_isinf PARAMS ((const REAL_VALUE_TYPE *)); [all …]
|
| D | real.c | 80 static void get_zero PARAMS ((REAL_VALUE_TYPE *, int)); 81 static void get_canonical_qnan PARAMS ((REAL_VALUE_TYPE *, int)); 82 static void get_canonical_snan PARAMS ((REAL_VALUE_TYPE *, int)); 83 static void get_inf PARAMS ((REAL_VALUE_TYPE *, int)); 84 static bool sticky_rshift_significand PARAMS ((REAL_VALUE_TYPE *, 85 const REAL_VALUE_TYPE *, 87 static void rshift_significand PARAMS ((REAL_VALUE_TYPE *, 88 const REAL_VALUE_TYPE *, 90 static void lshift_significand PARAMS ((REAL_VALUE_TYPE *, 91 const REAL_VALUE_TYPE *, [all …]
|
| D | predict.c | 56 static REAL_VALUE_TYPE real_zero, real_one, real_almost_one, real_br_prob_base, 892 REAL_VALUE_TYPE frequency; 910 REAL_VALUE_TYPE back_edge_prob; 955 REAL_VALUE_TYPE cyclic_probability, frequency; 981 REAL_VALUE_TYPE tmp; 1018 REAL_VALUE_TYPE tmp; 1147 REAL_VALUE_TYPE freq_max; 1225 REAL_VALUE_TYPE tmp;
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/f/ |
| D | target.h | 338 ({ REAL_VALUE_TYPE _rv; \ 351 ({ REAL_VALUE_TYPE _rv; long _tmp[2]; \ 803 ({ REAL_VALUE_TYPE lr, li, rr, ri, resr, resi; \ 814 ({ REAL_VALUE_TYPE lr, li, rr, ri, resr, resi; \ 829 ({ REAL_VALUE_TYPE lr, rr, resr; \ 836 ({ REAL_VALUE_TYPE lr, rr, resr; \ 886 ({ REAL_VALUE_TYPE lr, li; \ 893 ({ REAL_VALUE_TYPE resi, resr; \ 909 ({ REAL_VALUE_TYPE lr; \ 921 ({ REAL_VALUE_TYPE lr, li; \ [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/vax/ |
| D | vax-protos.h | 39 #ifdef REAL_VALUE_TYPE 40 extern int check_float_value (enum machine_mode, REAL_VALUE_TYPE *, int);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/vax/ |
| D | vax-protos.h | 33 #ifdef REAL_VALUE_TYPE 34 extern int check_float_value PARAMS ((enum machine_mode, REAL_VALUE_TYPE *, int));
|
| /openbsd/src/gnu/gcc/gcc/config/pdp11/ |
| D | pdp11.c | 56 long *, const REAL_VALUE_TYPE *); 58 REAL_VALUE_TYPE *, const long *); 60 long *, const REAL_VALUE_TYPE *); 62 REAL_VALUE_TYPE *, const long *); 104 const REAL_VALUE_TYPE *r) in encode_pdp11_f() 112 REAL_VALUE_TYPE *r, const long *buf) in decode_pdp11_f() 121 const REAL_VALUE_TYPE *r) in encode_pdp11_d() 130 REAL_VALUE_TYPE *r, const long *buf) in decode_pdp11_d() 718 REAL_VALUE_TYPE r; in output_move_quad() 784 REAL_VALUE_TYPE r; in output_move_quad() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/ip2k/ |
| D | ip2k-protos.h | 93 #ifdef REAL_VALUE_TYPE 94 extern void asm_output_float PARAMS ((FILE *, REAL_VALUE_TYPE));
|
| /openbsd/src/gnu/gcc/gcc/config/alpha/ |
| D | alpha-protos.h | 96 #ifdef REAL_VALUE_TYPE 97 extern int check_float_value (enum machine_mode, REAL_VALUE_TYPE *, int);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/ |
| D | crds.h | 284 { REAL_VALUE_TYPE r; long l; \ 292 { REAL_VALUE_TYPE r; \ 296 { REAL_VALUE_TYPE r; \
|
| D | tower-as.h | 300 { REAL_VALUE_TYPE r; long l; \ 305 { REAL_VALUE_TYPE r; int i[2]; \ 310 { REAL_VALUE_TYPE r; \
|
| D | m68k.c | 2157 REAL_VALUE_TYPE r; 2698 REAL_VALUE_TYPE values_68881[7]; 2707 REAL_VALUE_TYPE r; in init_68881_table() 2725 REAL_VALUE_TYPE r; 2768 REAL_VALUE_TYPE r, r1; 2881 REAL_VALUE_TYPE values_FPA[38]; 2891 REAL_VALUE_TYPE r; in init_FPA_table() 2909 REAL_VALUE_TYPE r; 3115 REAL_VALUE_TYPE r; 3121 REAL_VALUE_TYPE r; [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/avr/ |
| D | avr-protos.h | 133 #ifdef REAL_VALUE_TYPE 134 extern void asm_output_float (FILE *file, REAL_VALUE_TYPE n);
|
| /openbsd/src/gnu/gcc/gcc/config/crx/ |
| D | crx.c | 888 REAL_VALUE_TYPE r; in crx_const_double_ok() 898 REAL_VALUE_TYPE r; in crx_const_double_ok() 964 REAL_VALUE_TYPE r; in crx_print_operand() 1014 REAL_VALUE_TYPE r; in crx_print_operand() 1062 REAL_VALUE_TYPE r; in crx_print_operand()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/avr/ |
| D | avr-protos.h | 155 #ifdef REAL_VALUE_TYPE 157 extern void asm_output_float PARAMS ((FILE *file, REAL_VALUE_TYPE n));
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/ |
| D | alpha-protos.h | 147 #ifdef REAL_VALUE_TYPE 149 REAL_VALUE_TYPE *, int));
|
| /openbsd/src/gnu/usr.bin/gcc/contrib/ |
| D | paranoia.cc | 200 = (sizeof (REAL_VALUE_TYPE) + sizeof (long) + 1) / sizeof (long); 257 REAL_VALUE_TYPE f; in from_long() 266 REAL_VALUE_TYPE f; in from_str() 288 REAL_VALUE_TYPE ai, bi, ri; in binop() 333 REAL_VALUE_TYPE ai, ri; in unop() 370 REAL_VALUE_TYPE ai, bi; in cmp() 421 REAL_VALUE_TYPE f; in str() 435 REAL_VALUE_TYPE f; in hex() 449 REAL_VALUE_TYPE f; in integer() 457 REAL_VALUE_TYPE f; in exp() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/mn10200/ |
| D | mn10200.c | 179 REAL_VALUE_TYPE rv; 188 REAL_VALUE_TYPE rv; 238 REAL_VALUE_TYPE rv; 248 REAL_VALUE_TYPE rv;
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/mn10300/ |
| D | mn10300.c | 162 REAL_VALUE_TYPE rv; 222 REAL_VALUE_TYPE rv; 315 REAL_VALUE_TYPE rv; 1354 REAL_VALUE_TYPE rv;
|