/external/skia/src/sksl/ir/ |
D | SkSLFunctionCall.cpp | 346 double coalesce_length(double a, double b, double) { return a + (b * b); } in coalesce_length() argument 353 double coalesce_any(double a, double b, double) { return a || b; } in coalesce_any() argument 354 double coalesce_all(double a, double b, double) { return a && b; } in coalesce_all() argument 363 double evaluate_radians(double a, double, double) { return a * 0.0174532925; } in evaluate_radians() argument 364 double evaluate_degrees(double a, double, double) { return a * 57.2957795; } in evaluate_degrees() argument 365 double evaluate_sin(double a, double, double) { return std::sin(a); } in evaluate_sin() argument 366 double evaluate_cos(double a, double, double) { return std::cos(a); } in evaluate_cos() argument 367 double evaluate_tan(double a, double, double) { return std::tan(a); } in evaluate_tan() argument 368 double evaluate_asin(double a, double, double) { return std::asin(a); } in evaluate_asin() argument 369 double evaluate_acos(double a, double, double) { return std::acos(a); } in evaluate_acos() argument [all …]
|
/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/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/eigen/Eigen/src/UmfPackSupport/ |
D | UmfPackSupport.h | 31 inline void umfpack_defaults(double control[UMFPACK_CONTROL], double, int) in umfpack_defaults() argument 34 inline void umfpack_defaults(double control[UMFPACK_CONTROL], std::complex<double>, int) in umfpack_defaults() 37 inline void umfpack_defaults(double control[UMFPACK_CONTROL], double, SuiteSparse_long) in umfpack_defaults() argument 40 inline void umfpack_defaults(double control[UMFPACK_CONTROL], std::complex<double>, SuiteSparse_lon… in umfpack_defaults() 44 inline void umfpack_report_info(double control[UMFPACK_CONTROL], double info[UMFPACK_INFO], double,… in umfpack_report_info() argument 47 …_report_info(double control[UMFPACK_CONTROL], double info[UMFPACK_INFO], std::complex<double>, int) in umfpack_report_info() 50 inline void umfpack_report_info(double control[UMFPACK_CONTROL], double info[UMFPACK_INFO], double,… in umfpack_report_info() argument 53 …_info(double control[UMFPACK_CONTROL], double info[UMFPACK_INFO], std::complex<double>, SuiteSpars… in umfpack_report_info() 57 inline void umfpack_report_status(double control[UMFPACK_CONTROL], int status, double, int) in umfpack_report_status() argument 60 inline void umfpack_report_status(double control[UMFPACK_CONTROL], int status, std::complex<double>… in umfpack_report_status() [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
|
D | encode-test-6.m | 9 -(void)foo:(Z)a : (char*)b : (Z)c : (double) d; argument 14 -(void)foo:(Z)a: (char*)b : (Z)c : (double) d {} 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/eigen/Eigen/src/KLUSupport/ |
D | KLUSupport.h | 34 inline int klu_solve(klu_symbolic *Symbolic, klu_numeric *Numeric, Index ldim, Index nrhs, double B… in klu_solve() argument 38 …symbolic *Symbolic, klu_numeric *Numeric, Index ldim, Index nrhs, std::complex<double>B[], klu_com… in klu_solve() 42 inline int klu_tsolve(klu_symbolic *Symbolic, klu_numeric *Numeric, Index ldim, Index nrhs, double … in klu_tsolve() argument 46 …symbolic *Symbolic, klu_numeric *Numeric, Index ldim, Index nrhs, std::complex<double>B[], klu_com… in klu_tsolve() 50 inline klu_numeric* klu_factor(int Ap [ ], int Ai [ ], double Ax [ ], klu_symbolic *Symbolic, klu_c… in klu_factor() argument 54 inline klu_numeric* klu_factor(int Ap[], int Ai[], std::complex<double> Ax[], klu_symbolic *Symboli… in klu_factor()
|
/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
|
D | method-typecheck-1.m | 6 - (int) setOk : (int) x : (double) d; argument 12 - (int) setOk : (int) x : (double) d { return 0; } 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/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
|
D | method-encoding-1.m | 9 - (char *) MyMeth : (double) arg1 : (char *[12]) arg2; argument 14 - (char *) MyMeth : (double) arg1 : (char *[12]) arg2{ return 0; } argument
|
/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/antlr/runtime/ObjC/Framework/ |
D | ACNumber.m | 25 { 77 {
|
/external/grpc-grpc/src/objective-c/tests/ |
D | GRPCClientTests.m | 551 - (void)testTimeoutBackoffWithTimeout:(double)timeout Backoff:(double)backoff { argument
|
/external/llvm/test/MC/AsmParser/ |
D | macros-argument-parsing-diagnostics.s | 3 .macro double first = -1, second = -1 macro
|
D | macros-argument-parsing.s | 11 .macro double first = -1, second = -1 macro
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 069-repeated-argument.c | 1 #define double(x) x x macro
|
D | 060-left-paren-in-macro-right-paren-in-text.c | 1 #define double(a) a*2 macro
|
/external/clang/test/CodeGenCXX/ |
D | mangle-long-double.cpp | 7 void f(long double) {} in f()
|
/external/tensorflow/tensorflow/lite/python/testdata/ |
D | double_op.py | 30 def double(input_tensor): function
|