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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
gcc_qdiv.c 5 /* long double __gcc_qdiv(long double x, long double y);
12 long double __gcc_qdiv(long double a, long double b) function
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
ibm-ldouble.c 29 implemented: __gcc_qadd, __gcc_qsub, __gcc_qmul, and __gcc_qdiv.
81 IBM128_TYPE __gcc_qdiv (double, double, double, double);
94 ".symver __gcc_qdiv,_xlqdiv@GCC_3.4\n\t"
98 ".symver .__gcc_qdiv,._xlqdiv@GCC_3.4");
209 __gcc_qdiv (double a, double b, double c, double d) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
ibm-ldouble.c 29 implemented: __gcc_qadd, __gcc_qsub, __gcc_qmul, and __gcc_qdiv.
81 IBM128_TYPE __gcc_qdiv (double, double, double, double);
94 ".symver __gcc_qdiv,_xlqdiv@GCC_3.4\n\t"
98 ".symver .__gcc_qdiv,._xlqdiv@GCC_3.4");
209 __gcc_qdiv (double a, double b, double c, double d) function

Completed in 75 milliseconds