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

  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
quad-float128.h 71 #define IBM128_TYPE __ibm128
117 extern IBM128_TYPE __extendkftf2_sw (TFtype);
118 extern TFtype __trunctfkf2_sw (IBM128_TYPE);
163 extern IBM128_TYPE __extendkftf2_hw (TFtype);
164 extern TFtype __trunctfkf2_hw (IBM128_TYPE);
203 extern IBM128_TYPE __extendkftf2 (TFtype);
204 extern TFtype __trunctfkf2 (IBM128_TYPE);
222 IBM128_TYPE ibm128;
ibm-ldouble.c 64 #define IBM128_TYPE __ibm128
66 #define IBM128_TYPE long double
78 IBM128_TYPE __gcc_qadd (double, double, double, double);
79 IBM128_TYPE __gcc_qsub (double, double, double, double);
80 IBM128_TYPE __gcc_qmul (double, double, double, double);
81 IBM128_TYPE __gcc_qdiv (double, double, double, double);
101 /* Combine two 'double' values into one 'IBM128_TYPE' and return the result. */
102 static inline IBM128_TYPE
111 IBM128_TYPE ldval;
120 /* Add two 'IBM128_TYPE' values and return the result. *
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
quad-float128.h 55 #define IBM128_TYPE __ibm128
101 extern IBM128_TYPE __extendkftf2_sw (TFtype);
102 extern TFtype __trunctfkf2_sw (IBM128_TYPE);
147 extern IBM128_TYPE __extendkftf2_hw (TFtype);
148 extern TFtype __trunctfkf2_hw (IBM128_TYPE);
187 extern IBM128_TYPE __extendkftf2 (TFtype);
188 extern TFtype __trunctfkf2 (IBM128_TYPE);
206 IBM128_TYPE ibm128;
ibm-ldouble.c 64 #define IBM128_TYPE __ibm128
66 #define IBM128_TYPE long double
78 IBM128_TYPE __gcc_qadd (double, double, double, double);
79 IBM128_TYPE __gcc_qsub (double, double, double, double);
80 IBM128_TYPE __gcc_qmul (double, double, double, double);
81 IBM128_TYPE __gcc_qdiv (double, double, double, double);
101 /* Combine two 'double' values into one 'IBM128_TYPE' and return the result. */
102 static inline IBM128_TYPE
111 IBM128_TYPE ldval;
120 /* Add two 'IBM128_TYPE' values and return the result. *
    [all...]

Completed in 17 milliseconds