Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dreal.h111 struct real_format struct
114 void (*encode) (const struct real_format *, long *, argument
116 void (*decode) (const struct real_format *, REAL_VALUE_TYPE *, argument
120 int b;
123 int p;
126 int pnan;
129 int emin;
132 int emax;
136 int signbit_ro;
140 int signbit_rw;
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dreal.h115 struct real_format struct
118 void (*encode) (const struct real_format *, long *, argument
120 void (*decode) (const struct real_format *, REAL_VALUE_TYPE *, argument
124 int b;
127 int p;
130 int pnan;
133 int emin;
136 int emax;
140 int signbit_ro;
165 extern const struct real_format * argument