Home
last modified time | relevance | path

Searched refs:carg (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/libc-test/src/api/
H A Dtgmath.c41 #ifdef carg in f()
42 {double r = carg(x);} in f()
44 #error no carg(x) in f()
H A Dcomplex.c19 {double(*p)(double complex) = carg;} in f()
/third_party/musl/src/complex/
H A Dcarg.c3 double carg(double complex z) in carg() function
H A Dcargl.c6 return carg(z); in cargl()
H A Dclog.c12 phi = carg(z); in clog()
/third_party/python/Modules/_ctypes/
H A Dcallproc.c655 PyCArgObject *carg; in ConvParam() local
658 carg = dict->paramfunc((CDataObject *)obj); in ConvParam()
659 if (carg == NULL) in ConvParam()
661 pa->ffi_type = carg->pffi_type; in ConvParam()
662 memcpy(&pa->value, &carg->value, sizeof(pa->value)); in ConvParam()
663 pa->keep = (PyObject *)carg; in ConvParam()
668 PyCArgObject *carg = (PyCArgObject *)obj; in ConvParam() local
669 pa->ffi_type = carg->pffi_type; in ConvParam()
672 memcpy(&pa->value, &carg->value, sizeof(pa->value)); in ConvParam()
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h153 #undef carg macro
216 #define carg(x) __tg_complex_retreal(carg, (x)) macro
H A Dcomplex.h84 double carg(double complex);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h153 #undef carg macro
216 #define carg(x) __tg_complex_retreal(carg, (x)) macro
H A Dcomplex.h84 double carg(double complex);
/third_party/musl/include/
H A Dtgmath.h153 #undef carg macro
216 #define carg(x) __tg_complex_retreal(carg, (x)) macro
H A Dcomplex.h84 double carg(double complex);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dcomplex.h84 double carg(double complex);
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dcomplex_test.cpp119 * @tc.desc: Test whether the carg result is 0.0 when the parameter is 0.
124 EXPECT_EQ(0.0, carg(0)); in HWTEST_F()
/third_party/mksh/
H A Dlex.c119 #define o_getsc_r(carg) \
120 int cev = (carg); \

Completed in 10 milliseconds