/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/clang/test/CodeGen/ |
D | long_double_fp128.cpp | 19 void test(long, float, double, long double, long double _Complex) { } in test() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/ |
D | xray-color-helper.cpp | 121 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/ |
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/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/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/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/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
|
D | complete-synthesized.m | 17 @property double prop4; category
|
/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/clang/test/CodeGenCXX/ |
D | mangle-long-double.cpp | 7 void f(long double) {} in f()
|
/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/swiftshader/third_party/llvm-7.0/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/antlr/runtime/ObjC/Framework/ |
D | ACNumber.m | 25 { 77 {
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
D | ARDBitrateTracker.m | 22 + (NSString *)bitrateStringForBitrate:(double)bitrate { argument
|
/external/grpc-grpc/src/objective-c/tests/ |
D | GRPCClientTests.m | 551 - (void)testTimeoutBackoffWithTimeout:(double)timeout Backoff:(double)backoff { argument
|