Searched refs:fp_number_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/gcc/config/
H A Dfp-bit.c128 const fp_number_type __thenan_sf = { CLASS_SNAN, 0, 0, {(fractype) 0} };
130 const fp_number_type __thenan_df = { CLASS_SNAN, 0, 0, {(fractype) 0} };
132 const fp_number_type __thenan_tf = { CLASS_SNAN, 0, 0, {(fractype) 0} };
134 extern const fp_number_type __thenan_tf;
136 extern const fp_number_type __thenan_sf;
138 extern const fp_number_type __thenan_df;
142 static fp_number_type *
147 return (fp_number_type *) (& __thenan_tf);
149 return (fp_number_type *) (& __thenan_sf);
151 return (fp_number_type *) (
[all...]
H A Dfp-bit.h373 } fp_number_type; typedef in typeref:struct:__anon1232
421 extern FLO_type pack_d (fp_number_type *);
424 extern void unpack_d (FLO_union_type *, fp_number_type *);
439 extern int __fpcmp_parts (fp_number_type *, fp_number_type *);

Completed in 172 milliseconds