Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/CodeGen/X86/
Dfp-stack-retcopy.ll8 define double @carg({ double, double }* byval({ double, double }) %z) nounwind {
9 ; CHECK-LABEL: carg:
/external/llvm/test/CodeGen/X86/
Dfp-stack-retcopy.ll7 define double @carg({ double, double }* byval %z) nounwind {
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c667 PyCArgObject *carg; in ConvParam() local
670 carg = dict->paramfunc((CDataObject *)obj); in ConvParam()
671 if (carg == NULL) in ConvParam()
673 pa->ffi_type = carg->pffi_type; in ConvParam()
674 memcpy(&pa->value, &carg->value, sizeof(pa->value)); in ConvParam()
675 pa->keep = (PyObject *)carg; in ConvParam()
680 PyCArgObject *carg = (PyCArgObject *)obj; in ConvParam() local
681 pa->ffi_type = carg->pffi_type; in ConvParam()
684 memcpy(&pa->value, &carg->value, sizeof(pa->value)); in ConvParam()
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c628 PyCArgObject *carg; in ConvParam() local
631 carg = dict->paramfunc((CDataObject *)obj); in ConvParam()
632 pa->ffi_type = carg->pffi_type; in ConvParam()
633 memcpy(&pa->value, &carg->value, sizeof(pa->value)); in ConvParam()
634 pa->keep = (PyObject *)carg; in ConvParam()
639 PyCArgObject *carg = (PyCArgObject *)obj; in ConvParam() local
640 pa->ffi_type = carg->pffi_type; in ConvParam()
643 memcpy(&pa->value, &carg->value, sizeof(pa->value)); in ConvParam()
/external/iproute2/tc/
Dm_ematch.c256 int em_parse_error(int err, struct bstr *args, struct bstr *carg, in em_parse_error() argument
284 fprintf(stderr, "%s", args == carg ? ">>" : ""); in em_parse_error()
286 fprintf(stderr, "%s%s", args == carg ? "<<" : "", in em_parse_error()
Dm_ematch.h107 extern int em_parse_error(int err, struct bstr *args, struct bstr *carg,
/external/llvm-project/clang/test/CodeGen/
Dcomplex-libcalls.c34 carg(f); cargf(f); cargl(f); in foo()
Dlibcall-declarations.c190 double carg(double _Complex);
300 F(carg), F(cargf), F(cargl), F(casin), F(casinf),
/external/openssh/
Dsftp.c2097 int argc, carg; in complete() local
2111 argv = makeargv(line, &carg, 1, &quote, &terminated); in complete()
2128 if (carg == 0) { in complete()
2130 complete_cmd_parse(el, NULL, argc == carg, '\0', 1); in complete()
2132 } else if (carg == 1 && cursor > 0 && line[cursor - 1] != ' ') { in complete()
2134 if (complete_cmd_parse(el, argv[0], argc == carg, in complete()
2137 } else if (carg >= 1) { in complete()
2142 if (carg > 1 && line[cursor-1] != ' ') in complete()
2143 filematch = argv[carg - 1]; in complete()
2148 remote, carg == argc, quote, terminated) != 0) in complete()
/external/clang/test/CodeGen/
Dlibcall-declarations.c190 double carg(double _Complex);
300 F(carg), F(cargf), F(cargl), F(casin), F(casinf),
/external/clang/lib/Headers/
Dtgmath.h1245 __tg_carg(double _Complex __x) {return carg(__x);} in __tg_carg()
1251 #undef carg
1252 #define carg(__x) __tg_carg(__tg_promote1((__x))(__x)) macro
/external/llvm-project/clang/lib/Headers/
Dtgmath.h1238 __tg_carg(double _Complex __x) {return carg(__x);} in __tg_carg()
1244 #undef carg
1245 #define carg(__x) __tg_carg(__tg_promote1((__x))(__x)) macro
/external/mksh/src/
Dlex.c119 #define o_getsc_r(carg) \ argument
120 int cev = (carg); \
/external/ImageMagick/MagickCore/
Dfourier.c74 #define carg(z) (atan2(cimag(z),creal(z))) macro
834 phase_pixels[i]=carg(forward_pixels[i]); in ForwardFourierTransform()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtf-ops.mlir2072 ^bb0(%carg: tensor<i32>):
2088 //^bb0(%carg: tensor<i32>):
2106 ^bb0(%carg: tensor<f32>):
2124 ^bb0(%carg: tensor<i32>):
2143 ^bb0(%carg: tensor<i32>):
2163 ^bb0(%carg: tensor<i32>):
2181 ^bb0(%carg: tensor<i32>):
2199 ^bb0(%carg: tensor<i32>):
2217 ^bb0(%carg: tensor<i32>):
2234 ^bb0(%carg: tensor<i32>):
[all …]
Dside-effect-analysis-test.mlir548 ^bb0(%carg: tensor<i1>):
554 tf_executor.yield %carg : tensor<i1>
/external/ImageMagick/config/
Dconfig.h.in103 /* Define to 1 if you have the `carg' function. */
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc328 SYMBOL(carg, None, <complex.h>)
/external/clang/include/clang/Basic/
DBuiltins.def1133 LIBBUILTIN(carg, "dXd", "fnc", "complex.h", ALL_LANGUAGES)
/external/llvm-project/clang/include/clang/Basic/
DBuiltins.def1410 LIBBUILTIN(carg, "dXd", "fne", "complex.h", ALL_LANGUAGES)
/external/python/cpython2/Lib/test/
Dcmath_testcases.txt2322 -- imaginary parts of polar (as cabs and carg, respectively, which in turn
/external/python/cpython3/Lib/test/
Dcmath_testcases.txt2468 -- imaginary parts of polar (as cabs and carg, respectively, which in turn
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1417 fun:carg=uninstrumented
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1417 fun:carg=uninstrumented
/external/ImageMagick/
Dconfigure.ac2982 AC_CHECK_FUNCS([acosh _aligned_malloc aligned_malloc asinh atanh atoll atexit cabs carg cimag creal…

12