HomeSort by: relevance | last modified time | path
    Searched refs:__make_fp (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
fp-bit.h 450 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
464 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
fp-bit.c 1459 __make_fp(fp_class_type class,
1516 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
1550 return __make_fp (in.class, in.sign, in.normal_exp, sffrac);
1628 return __make_fp (in.class, in.sign, in.normal_exp, sffrac);
  /src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.h 450 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
464 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
fp-bit.c 1459 __make_fp(fp_class_type class,
1516 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
1550 return __make_fp (in.class, in.sign, in.normal_exp, sffrac);
1628 return __make_fp (in.class, in.sign, in.normal_exp, sffrac);
  /src/external/gpl3/gdb/dist/sim/ppc/
dp-bit.c 1236 __make_fp(fp_class_type class, function
1274 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
1294 return __make_fp (in.class, in.sign, in.normal_exp,
  /src/external/gpl3/gdb.old/dist/sim/ppc/
dp-bit.c 1236 __make_fp(fp_class_type class, function
1274 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
1294 return __make_fp (in.class, in.sign, in.normal_exp,

Completed in 37 milliseconds