Searched refs:TCtype (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| D | quad-float128.h | 41 typedef __complex float TCtype __attribute__ ((mode (KC))); typedef 44 typedef __complex float TCtype __attribute__ ((mode (TC))); typedef 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);
|
| D | _mulkc3.c | 38 TCtype 42 TCtype res; in __mulkc3()
|
| D | _divkc3.c | 54 TCtype 58 TCtype res; in __divkc3()
|
| D | float128-ifunc.c | 357 TCtype __mulkc3 (TFtype, TFtype, TFtype, TFtype) 360 TCtype __divkc3 (TFtype, TFtype, TFtype, TFtype)
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | libgcc2.h | 160 typedef _Complex float TCtype __attribute__ ((mode (TC))); typedef 482 extern TCtype __divtc3 (TFtype, TFtype, TFtype, TFtype); 483 extern TCtype __multc3 (TFtype, TFtype, TFtype, TFtype);
|
| D | libgcc2.c | 1903 # define CTYPE TCtype
|
| D | ChangeLog | 3317 (TCtype): Define as either TCmode or KCmode, depending on whether
|