Searched refs:TFtype (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libm/machine/powerpc/ |
D | complex128.c | 41 #define TFtype long double macro 44 __mulkc3_hw (TFtype a, TFtype b, TFtype c, TFtype d); 47 __mulkc3 (TFtype a, TFtype b, TFtype c, TFtype d); 50 __mulkc3 (TFtype a, TFtype b, TFtype c, TFtype d) in __mulkc3() 56 __divkc3_hw (TFtype a, TFtype b, TFtype c, TFtype d); 59 __divkc3 (TFtype a, TFtype b, TFtype c, TFtype d); 62 __divkc3 (TFtype a, TFtype b, TFtype c, TFtype d) in __divkc3()
|