Searched refs:real_format (Results 1 – 11 of 11) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | real.h | 116 struct real_format struct 119 void (*encode) (const struct real_format *, long *, argument 121 void (*decode) (const struct real_format *, REAL_VALUE_TYPE *, argument 164 extern const struct real_format * argument 234 const struct real_format *); 238 const struct real_format *); 254 extern const struct real_format ieee_single_format; 255 extern const struct real_format mips_single_format; 256 extern const struct real_format ieee_double_format; 257 extern const struct real_format mips_double_format; [all …]
|
| HD | 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 *); 37 void decimal_round_for_format (const struct real_format *, REAL_VALUE_TYPE *);
|
| HD | real.c | 125 static void round_for_format (const struct real_format *, REAL_VALUE_TYPE *); 2176 const struct real_format *fmt; in real_nan() 2267 const struct real_format *fmt; in real_maxval() 2319 round_for_format (const struct real_format *fmt, REAL_VALUE_TYPE *r) in round_for_format() 2471 const struct real_format *fmt; in real_convert() 2503 const struct real_format *fmt; in exact_real_truncate() 2528 const struct real_format *fmt) in real_to_target_fmt() 2548 const struct real_format *fmt; in real_to_target() 2562 const struct real_format *fmt) in real_from_target_fmt() 2572 const struct real_format *fmt; in real_from_target() [all …]
|
| HD | dfp.c | 146 encode_decimal32 (const struct real_format *fmt ATTRIBUTE_UNUSED, in encode_decimal32() 168 decode_decimal32 (const struct real_format *fmt ATTRIBUTE_UNUSED, in decode_decimal32() 190 encode_decimal64 (const struct real_format *fmt ATTRIBUTE_UNUSED, in encode_decimal64() 218 decode_decimal64 (const struct real_format *fmt ATTRIBUTE_UNUSED, in decode_decimal64() 246 encode_decimal128 (const struct real_format *fmt ATTRIBUTE_UNUSED, in encode_decimal128() 278 decode_decimal128 (const struct real_format *fmt ATTRIBUTE_UNUSED, in decode_decimal128() 383 decimal_round_for_format (const struct real_format *fmt, REAL_VALUE_TYPE *r) in decimal_round_for_format() 432 const struct real_format *fmt = REAL_MODE_FORMAT (mode); in decimal_real_convert()
|
| HD | c-cppbuiltin.c | 93 const struct real_format *fmt; in builtin_define_float_constants() 277 const struct real_format *fmt; in builtin_define_decimal_float_constants()
|
| HD | optabs.c | 2420 const struct real_format *fmt; in expand_absneg_bit() 3111 const struct real_format *fmt; in expand_copysign()
|
| HD | builtins.c | 5306 const struct real_format *fmt; in expand_builtin_signbit()
|
| HD | ChangeLog-2002 | 1214 * real.h (real_format): Add signbit field. 5093 * real.c (real_format): Likewise. 6722 * c-common.c (builtin_define_float_constants): Use real_format 6727 * real.c (struct real_format): Move to real.h. 6737 * real.h (struct real_format): Move from real.c.
|
| HD | ChangeLog-2005 | 2979 (real_format): Change table size, update documentation. 28711 * real.h (struct real_format): Split the signbit field into two 28722 real_format structure. 28724 field of the real_format structure.
|
| HD | ChangeLog-2003 | 28093 (struct real_format): Added pnan.
|
| HD | ChangeLog-2004 | 43382 (pdp11_f_format, pdp11_d_format): New real_format descriptors for
|