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

  /src/external/gpl3/gcc/dist/libgcc/
fp-bit.h 453 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
466 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
477 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
fp-bit.c 1477 Otherwise, we would get an undefined reference to __make_dp.
1491 return __make_dp (in.class, in.sign, in.normal_exp,
1520 __make_dp (fp_class_type class, unsigned int sign, int exp, UDItype frac)
1606 return __make_dp (in.class, in.sign, in.normal_exp, sffrac);
  /src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.h 453 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
466 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
477 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
fp-bit.c 1477 Otherwise, we would get an undefined reference to __make_dp.
1491 return __make_dp (in.class, in.sign, in.normal_exp,
1520 __make_dp (fp_class_type class, unsigned int sign, int exp, UDItype frac)
1606 return __make_dp (in.class, in.sign, in.normal_exp, sffrac);
  /src/external/gpl3/gdb/dist/sim/ppc/
dp-bit.c 1253 Otherwise, we would get an undefined reference to __make_dp.
1257 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype frac);
1265 return __make_dp (in.class, in.sign, in.normal_exp,
1277 __make_dp (fp_class_type class, unsigned int sign, int exp, UDItype frac) function
  /src/external/gpl3/gdb.old/dist/sim/ppc/
dp-bit.c 1253 Otherwise, we would get an undefined reference to __make_dp.
1257 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype frac);
1265 return __make_dp (in.class, in.sign, in.normal_exp,
1277 __make_dp (fp_class_type class, unsigned int sign, int exp, UDItype frac) function

Completed in 26 milliseconds