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

  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
quad-float128.h 56 #define TCtype _Complex long double
60 #define TCtype _Complex _Float128
119 extern TCtype __mulkc3_sw (TFtype, TFtype, TFtype, TFtype);
120 extern TCtype __divkc3_sw (TFtype, TFtype, TFtype, TFtype);
165 extern TCtype __mulkc3_hw (TFtype, TFtype, TFtype, TFtype);
166 extern TCtype __divkc3_hw (TFtype, TFtype, TFtype, TFtype);
207 extern TCtype __mulkc3 (TFtype, TFtype, TFtype, TFtype);
208 extern TCtype __divkc3 (TFtype, TFtype, TFtype, TFtype);
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
quad-float128.h 39 /* We also need TCtype to represent complex ieee 128-bit float for
41 typedef __complex float TCtype __attribute__ ((mode (KC)));
44 typedef __complex float TCtype __attribute__ ((mode (TC)));
103 extern TCtype __mulkc3_sw (TFtype, TFtype, TFtype, TFtype);
104 extern TCtype __divkc3_sw (TFtype, TFtype, TFtype, TFtype);
149 extern TCtype __mulkc3_hw (TFtype, TFtype, TFtype, TFtype);
150 extern TCtype __divkc3_hw (TFtype, TFtype, TFtype, TFtype);
191 extern TCtype __mulkc3 (TFtype, TFtype, TFtype, TFtype);
192 extern TCtype __divkc3 (TFtype, TFtype, TFtype, TFtype);
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.h 165 #ifndef TCtype
166 typedef _Complex float TCtype __attribute__ ((mode (TC)));
506 extern TCtype __divtc3 (TFtype, TFtype, TFtype, TFtype);
507 extern TCtype __multc3 (TFtype, TFtype, TFtype, TFtype);
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.h 160 typedef _Complex float TCtype __attribute__ ((mode (TC)));
482 extern TCtype __divtc3 (TFtype, TFtype, TFtype, TFtype);
483 extern TCtype __multc3 (TFtype, TFtype, TFtype, TFtype);

Completed in 26 milliseconds