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

/freebsd-11.0-release/contrib/gcc/config/
H A Dfp-bit.h354 } fp_class_type; typedef in typeref:enum:__anon1231
363 fp_class_type class;
501 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
504 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
515 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
517 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
528 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
529 extern TFtype __make_tp (fp_class_type, unsigned int, int, UTItype);
H A Dfp-bit.c1503 __make_fp(fp_class_type class,
1560 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
1564 __make_dp (fp_class_type class, unsigned int sign, int exp, UDItype frac)
1617 __make_tp(fp_class_type class,

Completed in 121 milliseconds