/external/valgrind/auxprogs/ |
D | ppcfround.c | 263 Result(*f)(double,double,double), in do_1_unary() argument 284 Result(*f)(double,double,double), in do_1_binary() argument 306 Result(*f)(double,double,double), in do_1_ternary() argument 329 Result(*f)(double,double,double), in do_N_unary() argument 341 Result(*f)(double,double,double), in do_N_binary() argument 355 Result(*f)(double,double,double), in do_N_ternary() argument
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | string_cast.inl | 138 detail::tvec2<double, P> const & v 147 detail::tvec3<double, P> const & v 156 detail::tvec4<double, P> const & v 339 detail::tmat2x2<double, P> const & x 350 detail::tmat2x3<double, P> const & x 361 detail::tmat2x4<double, P> const & x 372 detail::tmat3x2<double, P> const & x 384 detail::tmat3x3<double, P> const & x 396 detail::tmat3x4<double, P> const & x 408 detail::tmat4x2<double, P> const & x [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/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/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
|
D | warn-superclass-method-mismatch.m | 15 - method5: (int) x : (double) d; // expected-note {{previous declaration is here}} argument 31 - method6: (int) x : (double) d; // expected-warning {{method parameter type 'double' does not matc… 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/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/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_free_numeric(void **Numeric, double) in umfpack_free_numeric() argument 29 inline void umfpack_free_numeric(void **Numeric, std::complex<double>) in umfpack_free_numeric() 32 inline void umfpack_free_symbolic(void **Symbolic, double) in umfpack_free_symbolic() argument 35 inline void umfpack_free_symbolic(void **Symbolic, std::complex<double>) in umfpack_free_symbolic() 80 … umfpack_get_lunz(int *lnz, int *unz, int *n_row, int *n_col, int *nz_udiag, void *Numeric, double) in umfpack_get_lunz() argument 85 …unz(int *lnz, int *unz, int *n_row, int *n_col, int *nz_udiag, void *Numeric, std::complex<double>) in umfpack_get_lunz()
|
/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/mesa3d/src/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/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/webrtc/webrtc/examples/objc/AppRTCDemo/ |
D | ARDBitrateTracker.m | 22 + (NSString *)bitrateStringForBitrate:(double)bitrate { argument
|
/external/skia/tests/ |
D | PathOpsTestCommon.cpp | 39 static bool add_simple_ts(const SkDCubic& cubic, double precision, SkTArray<double, true>* ts) { in add_simple_ts() 52 SkTArray<double, true>* ts) { in addTs() 63 static void toQuadraticTs(const SkDCubic* cubic, double precision, SkTArray<double, true>* ts) { in toQuadraticTs()
|
/external/parameter-framework/upstream/parameter/ |
D | BaseParameter.cpp | 133 bool CBaseParameter::access(double & /*bValue*/, bool /*bSet*/, in access() argument 139 bool CBaseParameter::access(std::vector<double> & /*abValues*/, bool /*bSet*/, in access()
|