Home
last modified time | relevance | path

Searched defs:real_format (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dreal.h116 struct real_format struct
119 void (*encode) (const struct real_format *, long *, argument
121 void (*decode) (const struct real_format *, REAL_VALUE_TYPE *, argument
125 int b;
128 int log2_b;
131 int p;
134 int pnan;
137 int emin;
140 int emax;
164 extern const struct real_format * argument
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dreal.h104 struct real_format struct
107 void (*encode) PARAMS ((const struct real_format *, long *, argument
109 void (*decode) PARAMS ((const struct real_format *, REAL_VALUE_TYPE *, argument
113 int b;
138 extern const struct real_format *real_format_for_mode[TFmode - QFmode + 1]; argument