Home
last modified time | relevance | path

Searched defs:double (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/external/llvm-project/clang/test/CodeGen/
Dattr-callback.c9 __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
Dlong_double_fp128.cpp19 void test(long, float, double, long double, long double _Complex) { } in test() argument
/external/clang/test/ARCMT/
Dobjcmt-protocol-conformance.m9 - (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/
Dobjcmt-protocol-conformance.m9 - (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/
Dtest_numpy_array.cpp248 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 …]
Dtest_docstring_options.cpp22 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/
Dxray-color-helper.cpp120 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/
DUmfPackSupport.h20 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/
Dmessages-2.m19 +(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
Dpredefined-expr.m33 - (void)instanceTest3:(int)a withB:(double)b { argument
58 + (void)classTest3:(int)a withB:(double)b { argument
/external/llvm-project/clang/test/CodeGenObjC/
Dmessages-2.m19 +(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
Dpredefined-expr.m33 - (void)instanceTest3:(int)a withB:(double)b { argument
58 + (void)classTest3:(int)a withB:(double)b { argument
/external/clang/test/CodeGen/
Dlong_double_fp128.cpp19 void test(long, float, double, long double, long double _Complex) { } in test() argument
/external/llvm-project/clang/test/SemaCXX/
Dlambda-conversion-op-cc.cpp10 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/
Dmethod-def-2.m8 -(void) brokenType: (int)x floatingPoint: (double)y; argument
14 {
/external/clang/test/SemaObjC/
Dmethod-def-2.m8 -(void) brokenType: (int)x floatingPoint: (double)y; argument
14 {
Dprotocol-implementing-class-methods.m8 - (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/
Dtrace-through-global.cu25 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/
Dast-dump-openmp-begin-declare-variant_template_1.cpp16 int also_after(double) { in also_after() argument
32 int also_after(double) { in also_after() argument
/external/llvm-project/clang/test/Rewriter/
Dobjc-modern-StretAPI-3.mm20 + (myPoint)foo : (int)Arg1 : (double)fArg; argument
38 + (myPoint)foo : (int)Arg1 : (double)fArg { argument
/external/clang/test/Rewriter/
Dobjc-modern-StretAPI-3.mm20 + (myPoint)foo : (int)Arg1 : (double)fArg; argument
38 + (myPoint)foo : (int)Arg1 : (double)fArg { argument
/external/clang/test/Index/
Dcomplete-method-decls.m46 - (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/
Dmatrix-type-operators.cpp60 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/
Dinstantiation-default-1.cpp96 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/
Dinstantiation-default-1.cpp96 Def6<bool, int[5], float(double, double), in test_Def6() argument
97 bool(*)(int*, float(*)(double, double))> *d6c) { in test_Def6()

12345678910>>...12