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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_carg.c 36 carg(double complex z) function
  /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/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/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/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...]
  /external/openssh/
sftp.c 1976 int argc, carg; local
    [all...]

Completed in 612 milliseconds