/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fp-stack-retcopy.ll | 8 define double @carg({ double, double }* byval({ double, double }) %z) nounwind { 9 ; CHECK-LABEL: carg:
|
/external/llvm/test/CodeGen/X86/ |
D | fp-stack-retcopy.ll | 7 define double @carg({ double, double }* byval %z) nounwind {
|
/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 667 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/ |
D | callproc.c | 628 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/ |
D | m_ematch.c | 256 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()
|
D | m_ematch.h | 107 extern int em_parse_error(int err, struct bstr *args, struct bstr *carg,
|
/external/llvm-project/clang/test/CodeGen/ |
D | complex-libcalls.c | 34 carg(f); cargf(f); cargl(f); in foo()
|
D | libcall-declarations.c | 190 double carg(double _Complex); 300 F(carg), F(cargf), F(cargl), F(casin), F(casinf),
|
/external/openssh/ |
D | sftp.c | 2097 int argc, carg; in complete() local 2111 argv = makeargv(line, &carg, 1, "e, &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/ |
D | libcall-declarations.c | 190 double carg(double _Complex); 300 F(carg), F(cargf), F(cargl), F(casin), F(casinf),
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1245 __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/ |
D | tgmath.h | 1238 __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/ |
D | lex.c | 119 #define o_getsc_r(carg) \ argument 120 int cev = (carg); \
|
/external/ImageMagick/MagickCore/ |
D | fourier.c | 74 #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/ |
D | tf-ops.mlir | 2072 ^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 …]
|
D | side-effect-analysis-test.mlir | 548 ^bb0(%carg: tensor<i1>): 554 tf_executor.yield %carg : tensor<i1>
|
/external/ImageMagick/config/ |
D | config.h.in | 103 /* Define to 1 if you have the `carg' function. */
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CSymbolMap.inc | 328 SYMBOL(carg, None, <complex.h>)
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1133 LIBBUILTIN(carg, "dXd", "fnc", "complex.h", ALL_LANGUAGES)
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Builtins.def | 1410 LIBBUILTIN(carg, "dXd", "fne", "complex.h", ALL_LANGUAGES)
|
/external/python/cpython2/Lib/test/ |
D | cmath_testcases.txt | 2322 -- imaginary parts of polar (as cabs and carg, respectively, which in turn
|
/external/python/cpython3/Lib/test/ |
D | cmath_testcases.txt | 2468 -- imaginary parts of polar (as cabs and carg, respectively, which in turn
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1417 fun:carg=uninstrumented
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1417 fun:carg=uninstrumented
|
/external/ImageMagick/ |
D | configure.ac | 2982 AC_CHECK_FUNCS([acosh _aligned_malloc aligned_malloc asinh atanh atoll atexit cabs carg cimag creal…
|