Home
last modified time | relevance | path

Searched refs:complex (Results 1 - 2 of 2) sorted by relevance

/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dcomplex.h8 #define complex _Complex macro
16 double complex cacos(double complex);
17 float complex cacosf(float complex);
18 long double complex cacosl(long double complex);
20 double complex casin(double complex);
21 float complex casin
[all...]
H A Dtgmath.h6 otherwise they are long double or long double complex
14 #include <complex.h>
23 #define __FLTCX(x) (__IS_CX(x) && sizeof(x) == sizeof(float complex))
24 #define __DBLCX(x) (__IS_CX(x) && sizeof(x) == sizeof(double complex))
25 #define __LDBLCX(x) (__IS_CX(x) && sizeof(x) == sizeof(long double complex) && sizeof(long double) != sizeof(double))
34 double or long double complex except for integral functions)
52 /* 2 args case, should work for complex types (cpow) */
62 /* drop complex from the type of x */
65 __type2(__IS_FP(x) && sizeof((x)+I) == sizeof(float complex), float, \
66 __type2(sizeof((x)+1.0+I) == sizeof(double complex), doubl
[all...]

Completed in 2 milliseconds