Searched refs:fp_class_type (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libgcc/ |
H A D | fp-bit.h | 324 } fp_class_type; typedef 333 fp_class_type class; 465 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype); 468 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype); 479 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype); 481 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype); 492 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype); 493 extern TFtype __make_tp (fp_class_type, unsigned int, int, UTItype);
|
H A D | fp-bit.c | 1483 __make_fp(fp_class_type class, 1540 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype); 1544 __make_dp (fp_class_type class, unsigned int sign, int exp, UDItype frac) 1597 __make_tp(fp_class_type class,
|