/external/llvm-project/clang/test/CodeGen/ |
D | attr-callback.c | 9 __attribute__((callback(1, 2, 3))) void args_1(void (*callback)(int, double), int a, double b) { no… in args_1() argument 17 __attribute__((callback(2, -1, -1))) void args_3a(int a, void (*callback)(double, double), double b… in args_3a() argument 19 __attribute__((callback(callback, __, __))) void args_3b(int a, void (*callback)(double, double), d… in args_3b() argument
|
D | long_double_fp128.cpp | 19 void test(long, float, double, long double, long double _Complex) { } in test() argument
|
/external/clang/test/ARCMT/ |
D | objcmt-protocol-conformance.m | 9 - (id) Meth1: (double) arg; argument 16 - (id) Meth1: (double) arg { return 0; } argument 30 - (id) Meth1: (double) arg { return 0; } argument 39 - (id) Meth1: (double) arg { return 0; } argument 46 - (id) Meth1: (double) arg { return 0; } argument 122 - (id) Meth1: (double) arg; argument 129 - (id) Meth15515206: (double) arg { return 0; } argument
|
/external/llvm-project/clang/test/ARCMT/ |
D | objcmt-protocol-conformance.m | 9 - (id) Meth1: (double) arg; argument 16 - (id) Meth1: (double) arg { return 0; } argument 30 - (id) Meth1: (double) arg { return 0; } argument 39 - (id) Meth1: (double) arg { return 0; } argument 46 - (id) Meth1: (double) arg { return 0; } argument 122 - (id) Meth1: (double) arg; argument 129 - (id) Meth15515206: (double) arg { return 0; } argument
|
/external/python/pybind11/tests/ |
D | test_numpy_array.cpp | 248 sm.def("overloaded", [](py::array_t<double>) { return "double"; }); in TEST_SUBMODULE() 253 sm.def("overloaded", [](py::array_t<std::complex<double>>) { return "double complex"; }); in TEST_SUBMODULE() 256 sm.def("overloaded2", [](py::array_t<std::complex<double>>) { return "double complex"; }); in TEST_SUBMODULE() 257 sm.def("overloaded2", [](py::array_t<double>) { return "double"; }); in TEST_SUBMODULE() 265 sm.def("overloaded3", [](py::array_t<double>) { return "double"; }, py::arg{}.noconvert()); in TEST_SUBMODULE() 270 sm.def("overloaded4", [](py::array_t<double, 0>) { return "double"; }); in TEST_SUBMODULE() 275 sm.def("overloaded5", [](py::array_t<double>) { return "double"; }); in TEST_SUBMODULE() 405 [](py::array_t<double, 0>) {}, in TEST_SUBMODULE() 408 [](py::array_t<double, py::array::forcecast>) {}, in TEST_SUBMODULE() 411 [](py::array_t<double, py::array::c_style>) {}, in TEST_SUBMODULE() [all …]
|
D | test_docstring_options.cpp | 22 m.def("test_overloaded1", [](double) {}, py::arg("d")); in TEST_SUBMODULE() argument 25 m.def("test_overloaded2", [](double) {}, py::arg("d"), "overload docstring 2"); in TEST_SUBMODULE() argument 28 m.def("test_overloaded3", [](double) {}, py::arg("d"), "Overload docstr"); in TEST_SUBMODULE() argument
|
/external/llvm-project/llvm/tools/llvm-xray/ |
D | xray-color-helper.cpp | 120 convertToRGB(const std::tuple<double, double, double> &Color) { in convertToRGB() 171 interpolateHSV(const std::tuple<double, double, double> &C0, in interpolateHSV()
|
/external/eigen/Eigen/src/UmfPackSupport/ |
D | UmfPackSupport.h | 20 inline void umfpack_defaults(double control[UMFPACK_CONTROL], double) in umfpack_defaults() argument 23 inline void umfpack_defaults(double control[UMFPACK_CONTROL], std::complex<double>) in umfpack_defaults() 26 inline void umfpack_report_info(double control[UMFPACK_CONTROL], double info[UMFPACK_INFO], double) in umfpack_report_info() argument 29 …fpack_report_info(double control[UMFPACK_CONTROL], double info[UMFPACK_INFO], std::complex<double>) in umfpack_report_info() 32 inline void umfpack_report_status(double control[UMFPACK_CONTROL], int status, double) in umfpack_report_status() argument 35 inline void umfpack_report_status(double control[UMFPACK_CONTROL], int status, std::complex<double>) in umfpack_report_status() 38 inline void umfpack_report_control(double control[UMFPACK_CONTROL], double) in umfpack_report_control() argument 41 inline void umfpack_report_control(double control[UMFPACK_CONTROL], std::complex<double>) in umfpack_report_control() 44 inline void umfpack_free_numeric(void **Numeric, double) in umfpack_free_numeric() argument 47 inline void umfpack_free_numeric(void **Numeric, std::complex<double>) in umfpack_free_numeric() [all …]
|
/external/clang/test/CodeGenObjC/ |
D | messages-2.m | 19 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument 26 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument 37 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument 60 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument 85 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument 114 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
|
D | predefined-expr.m | 33 - (void)instanceTest3:(int)a withB:(double)b { argument 58 + (void)classTest3:(int)a withB:(double)b { argument
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | messages-2.m | 19 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument 26 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument 37 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument 60 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument 85 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument 114 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
|
D | predefined-expr.m | 33 - (void)instanceTest3:(int)a withB:(double)b { argument 58 + (void)classTest3:(int)a withB:(double)b { argument
|
/external/clang/test/CodeGen/ |
D | long_double_fp128.cpp | 19 void test(long, float, double, long double, long double _Complex) { } in test() argument
|
/external/llvm-project/clang/test/SemaCXX/ |
D | lambda-conversion-op-cc.cpp | 10 auto normal = [](int, float, double) {}; // #1 in useage() argument 11 auto vectorcall = [](int, float, double) __attribute__((vectorcall)){}; // #2 in useage() argument 13 auto thiscall = [](int, float, double) __attribute__((thiscall)){}; // #3 in useage() argument 15 auto cdecl = [](int, float, double) __attribute__((cdecl)){}; in useage() argument
|
/external/llvm-project/clang/test/SemaObjC/ |
D | method-def-2.m | 8 -(void) brokenType: (int)x floatingPoint: (double)y; argument 14 {
|
/external/clang/test/SemaObjC/ |
D | method-def-2.m | 8 -(void) brokenType: (int)x floatingPoint: (double)y; argument 14 {
|
D | protocol-implementing-class-methods.m | 8 - (void) : (double) arg; // expected-note {{method ':' declared here}} argument 26 - (void) : (double) arg{}; // expected-warning {{category is implementing a method which will also … argument
|
/external/llvm-project/clang/test/SemaCUDA/ |
D | trace-through-global.cu | 25 inline __host__ __device__ void hd3(double) {} in hd3() argument 28 inline __host__ __device__ void hd4(double) { in hd4() argument
|
/external/llvm-project/clang/test/AST/ |
D | ast-dump-openmp-begin-declare-variant_template_1.cpp | 16 int also_after(double) { in also_after() argument 32 int also_after(double) { in also_after() argument
|
/external/llvm-project/clang/test/Rewriter/ |
D | objc-modern-StretAPI-3.mm | 20 + (myPoint)foo : (int)Arg1 : (double)fArg; argument 38 + (myPoint)foo : (int)Arg1 : (double)fArg { argument
|
/external/clang/test/Rewriter/ |
D | objc-modern-StretAPI-3.mm | 20 + (myPoint)foo : (int)Arg1 : (double)fArg; argument 38 + (myPoint)foo : (int)Arg1 : (double)fArg { argument
|
/external/clang/test/Index/ |
D | complete-method-decls.m | 46 - (int)first:(int)x second:(float)y third:(double)z; argument 47 - (id)first:(int)xx second2:(float)y2 third:(double)z; argument 48 - (void*)first:(int)xxx second3:(float)y3 third:(double)z; argument 52 - (int)first:(int)x second2:(float)y third:(double)z; argument 56 - (int)first:(int)x second2:(float)y third:(double)z { } argument
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | matrix-type-operators.cpp | 60 void test_DoubleWrapper1_Sub1(MyMatrix<double, 10, 9> &m) { in test_DoubleWrapper1_Sub1() 74 void test_DoubleWrapper1_Sub2(MyMatrix<double, 10, 9> &m) { in test_DoubleWrapper1_Sub2() 95 void test_DoubleWrapper2_Add1(MyMatrix<double, 10, 9> &m) { in test_DoubleWrapper2_Add1() 109 void test_DoubleWrapper2_Add2(MyMatrix<double, 10, 9> &m) { in test_DoubleWrapper2_Add2() 130 void test_IntWrapper_Add(MyMatrix<double, 10, 9> &m) { in test_IntWrapper_Add() 145 void test_IntWrapper_Sub(MyMatrix<double, 10, 9> &m) { in test_IntWrapper_Sub() 186 void test_IntWrapper_Multiply(MyMatrix<double, 10, 9> &m, IntWrapper &w3) { in test_IntWrapper_Multiply()
|
/external/clang/test/SemaTemplate/ |
D | instantiation-default-1.cpp | 96 Def6<bool, int[5], float(double, double), in test_Def6() argument 97 bool(*)(int*, float(*)(double, double))> *d6c) { in test_Def6()
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiation-default-1.cpp | 96 Def6<bool, int[5], float(double, double), in test_Def6() argument 97 bool(*)(int*, float(*)(double, double))> *d6c) { in test_Def6()
|