Searched refs:carg (Results 1 – 19 of 19) sorted by relevance
/third_party/musl/libc-test/src/api/ |
D | tgmath.c | 41 #ifdef carg in f() 42 {double r = carg(x);} in f() 44 #error no carg(x) in f()
|
D | complex.c | 19 {double(*p)(double complex) = carg;} in f()
|
/third_party/musl/src/complex/ |
D | carg.c | 3 double carg(double complex z) in carg() function
|
D | cargl.c | 6 return carg(z); in cargl()
|
D | clog.c | 12 phi = carg(z); in clog()
|
/third_party/python/Modules/_ctypes/ |
D | callproc.c | 652 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/ |
D | tgmath.h | 153 #undef carg 216 #define carg(x) __tg_complex_retreal(carg, (x)) macro
|
D | complex.h | 84 double carg(double complex);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 153 #undef carg 216 #define carg(x) __tg_complex_retreal(carg, (x)) macro
|
D | complex.h | 84 double carg(double complex);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 153 #undef carg 216 #define carg(x) __tg_complex_retreal(carg, (x)) macro
|
D | complex.h | 84 double carg(double complex);
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 153 #undef carg 216 #define carg(x) __tg_complex_retreal(carg, (x)) macro
|
D | complex.h | 84 double carg(double complex);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | complex.h | 84 double carg(double complex);
|
/third_party/mksh/ |
D | lex.c | 119 #define o_getsc_r(carg) \ argument 120 int cev = (carg); \
|
/third_party/musl/ |
D | libc.map.txt | 382 carg;
|
D | musl_src.gni | 220 "src/complex/carg.c",
|
/third_party/python/Lib/test/ |
D | cmath_testcases.txt | 2468 -- imaginary parts of polar (as cabs and carg, respectively, which in turn
|