HomeSort by relevance Sort by last modified time
    Searched refs:carg (Results 1 - 15 of 15) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_carg.c 36 carg(double complex z) function
s_cpow.c 66 arga = carg (a);
  /external/iproute2/tc/
m_ematch.h 107 extern int em_parse_error(int err, struct bstr *args, struct bstr *carg,
m_ematch.c 256 int em_parse_error(int err, struct bstr *args, struct bstr *carg,
284 fprintf(stderr, "%s", args == carg ? ">>" : "");
286 fprintf(stderr, "%s%s", args == carg ? "<<" : "",
  /bionic/libc/include/
complex.h 131 /* 7.3.9.1 The carg functions */
132 double carg(double complex __z) __INTRODUCED_IN(23);
134 long double cargl(long double complex __z) __RENAME_LDBL(carg, 23, 23);
  /external/python/cpython3/Modules/_ctypes/
callproc.c 639 PyCArgObject *carg; local
642 carg = dict->paramfunc((CDataObject *)obj);
643 if (carg == NULL)
645 pa->ffi_type = carg->pffi_type;
646 memcpy(&pa->value, &carg->value, sizeof(pa->value));
647 pa->keep = (PyObject *)carg;
652 PyCArgObject *carg = (PyCArgObject *)obj; local
653 pa->ffi_type = carg->pffi_type;
656 memcpy(&pa->value, &carg->value, sizeof(pa->value));
    [all...]
  /bionic/tests/headers/posix/
tgmath_h.c 113 TGMATHCONLY(carg);
complex_h.c 66 FUNCTION(carg, double (*f)(double complex));
  /bionic/tests/
complex_test.cpp 101 TEST(COMPLEX_TEST, carg) {
102 ASSERT_EQ(0.0, carg(0));
  /external/python/cpython2/Modules/_ctypes/
callproc.c 628 PyCArgObject *carg; local
631 carg = dict->paramfunc((CDataObject *)obj);
632 pa->ffi_type = carg->pffi_type;
633 memcpy(&pa->value, &carg->value, sizeof(pa->value));
634 pa->keep = (PyObject *)carg;
639 PyCArgObject *carg = (PyCArgObject *)obj; local
640 pa->ffi_type = carg->pffi_type;
643 memcpy(&pa->value, &carg->value, sizeof(pa->value));
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 190 double carg(double _Complex);
300 F(carg), F(cargf), F(cargl), F(casin), F(casinf),
486 // CHECK-NOERRNO: declare double @carg(double, double) [[NUW]]
575 // CHECK-ERRNO: declare double @carg(double, double) [[NUW]]
  /external/clang/lib/Headers/
tgmath.h 1225 // carg
1245 __tg_carg(double _Complex __x) {return carg(__x);}
1251 #undef carg macro
1252 #define carg(__x) __tg_carg(__tg_promote1((__x))(__x)) macro
  /external/mksh/src/
lex.c 119 #define o_getsc_r(carg) \
120 int cev = (carg); \
    [all...]
  /external/ImageMagick/MagickCore/
fourier.c 75 #define carg(z) (atan2(cimag(z),creal(z)))
820 phase_pixels[i]=carg(forward_pixels[i]);
74 #define carg macro
    [all...]
  /external/ImageMagick/
configure     [all...]

Completed in 1491 milliseconds