Searched refs:real_format (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Ddfp.h25 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 *);
H A Dreal.h116 struct real_format struct
119 void (*encode) (const struct real_format *, long *,
121 void (*decode) (const struct real_format *, REAL_VALUE_TYPE *,
164 extern const struct real_format *
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_forma
[all...]
H A Dreal.c125 static void round_for_format (const struct real_format *, REAL_VALUE_TYPE *);
2180 const struct real_format *fmt;
2271 const struct real_format *fmt;
2324 round_for_format (const struct real_format *fmt, REAL_VALUE_TYPE *r)
2476 const struct real_format *fmt;
2508 const struct real_format *fmt;
2533 const struct real_format *fmt)
2553 const struct real_format *fmt;
2567 const struct real_format *fmt)
2577 const struct real_format *fm
[all...]
H A Ddfp.c146 encode_decimal32 (const struct real_format *fmt ATTRIBUTE_UNUSED,
168 decode_decimal32 (const struct real_format *fmt ATTRIBUTE_UNUSED,
190 encode_decimal64 (const struct real_format *fmt ATTRIBUTE_UNUSED,
218 decode_decimal64 (const struct real_format *fmt ATTRIBUTE_UNUSED,
246 encode_decimal128 (const struct real_format *fmt ATTRIBUTE_UNUSED,
278 decode_decimal128 (const struct real_format *fmt ATTRIBUTE_UNUSED,
383 decimal_round_for_format (const struct real_format *fmt, REAL_VALUE_TYPE *r)
432 const struct real_format *fmt = REAL_MODE_FORMAT (mode);
H A Dc-cppbuiltin.c93 const struct real_format *fmt;
277 const struct real_format *fmt;
H A Doptabs.c2430 const struct real_format *fmt;
3122 const struct real_format *fmt;
H A Dbuiltins.c5307 const struct real_format *fmt;

Completed in 113 milliseconds