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

  /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 29 milliseconds