Home
last modified time | relevance | path

Searched refs:carg (Results 1 – 19 of 19) sorted by relevance

/third_party/musl/libc-test/src/api/
Dtgmath.c41 #ifdef carg in f()
42 {double r = carg(x);} in f()
44 #error no carg(x) in f()
Dcomplex.c19 {double(*p)(double complex) = carg;} in f()
/third_party/musl/src/complex/
Dcarg.c3 double carg(double complex z) in carg() function
Dcargl.c6 return carg(z); in cargl()
Dclog.c12 phi = carg(z); in clog()
/third_party/python/Modules/_ctypes/
Dcallproc.c652 PyCArgObject *carg; in ConvParam() local
655 carg = dict->paramfunc((CDataObject *)obj); in ConvParam()
656 if (carg == NULL) in ConvParam()
658 pa->ffi_type = carg->pffi_type; in ConvParam()
659 memcpy(&pa->value, &carg->value, sizeof(pa->value)); in ConvParam()
660 pa->keep = (PyObject *)carg; in ConvParam()
665 PyCArgObject *carg = (PyCArgObject *)obj; in ConvParam() local
666 pa->ffi_type = carg->pffi_type; in ConvParam()
669 memcpy(&pa->value, &carg->value, sizeof(pa->value)); in ConvParam()
/third_party/musl/include/
Dtgmath.h153 #undef carg
216 #define carg(x) __tg_complex_retreal(carg, (x)) macro
Dcomplex.h84 double carg(double complex);
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h153 #undef carg
216 #define carg(x) __tg_complex_retreal(carg, (x)) macro
Dcomplex.h84 double carg(double complex);
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h153 #undef carg
216 #define carg(x) __tg_complex_retreal(carg, (x)) macro
Dcomplex.h84 double carg(double complex);
/third_party/musl/ndk_musl_include/
Dtgmath.h153 #undef carg
216 #define carg(x) __tg_complex_retreal(carg, (x)) macro
Dcomplex.h84 double carg(double complex);
/third_party/musl/porting/liteos_a/kernel/include/
Dcomplex.h84 double carg(double complex);
/third_party/mksh/
Dlex.c119 #define o_getsc_r(carg) \ argument
120 int cev = (carg); \
/third_party/musl/
Dlibc.map.txt382 carg;
Dmusl_src.gni220 "src/complex/carg.c",
/third_party/python/Lib/test/
Dcmath_testcases.txt2468 -- imaginary parts of polar (as cabs and carg, respectively, which in turn