Home
last modified time | relevance | path

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

1234567

/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/clang/test/CodeGen/
Dlong_double_fp128.cpp19 void test(long, float, double, long double, long double _Complex) { } in test() argument
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-color-helper.cpp121 convertToRGB(const std::tuple<double, double, double> &Color) { in convertToRGB()
172 interpolateHSV(const std::tuple<double, double, double> &C0, in interpolateHSV()
/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
Dencode-test-6.m9 -(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/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
Dmethod-typecheck-1.m6 - (int) setOk : (int) x : (double) d; argument
12 - (int) setOk : (int) x : (double) d { return 0; } argument
/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/Rewriter/
Dobjc-modern-StretAPI-3.mm20 + (myPoint)foo : (int)Arg1 : (double)fArg; argument
38 + (myPoint)foo : (int)Arg1 : (double)fArg { argument
Dmethod-encoding-1.m9 - (char *) MyMeth : (double) arg1 : (char *[12]) arg2; argument
14 - (char *) MyMeth : (double) arg1 : (char *[12]) arg2{ return 0; } 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
Dcomplete-synthesized.m17 @property double prop4; category
/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/clang/test/CodeGenCXX/
Dmangle-long-double.cpp7 void f(long double) {} in f()
/external/llvm/test/MC/AsmParser/
Dmacros-argument-parsing-diagnostics.s3 .macro double first = -1, second = -1 macro
Dmacros-argument-parsing.s11 .macro double first = -1, second = -1 macro
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D069-repeated-argument.c1 #define double(x) x x macro
D060-left-paren-in-macro-right-paren-in-text.c1 #define double(a) a*2 macro
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Dmacros-argument-parsing-diagnostics.s3 .macro double first = -1, second = -1 macro
Dmacros-argument-parsing.s11 .macro double first = -1, second = -1 macro
/external/antlr/runtime/ObjC/Framework/
DACNumber.m25 {
77 {
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDBitrateTracker.m22 + (NSString *)bitrateStringForBitrate:(double)bitrate { argument
/external/grpc-grpc/src/objective-c/tests/
DGRPCClientTests.m551 - (void)testTimeoutBackoffWithTimeout:(double)timeout Backoff:(double)backoff { argument

1234567