Home
last modified time | relevance | path

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

123456

/external/valgrind/auxprogs/
Dppcfround.c263 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/
Dstring_cast.inl138 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/
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/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/CodeGen/
Dlong_double_fp128.cpp19 void test(long, float, double, long double, long double _Complex) { } in test() 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
Dwarn-superclass-method-mismatch.m15 - 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/
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/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/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_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/
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/mesa3d/src/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/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/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDBitrateTracker.m22 + (NSString *)bitrateStringForBitrate:(double)bitrate { argument
/external/skia/tests/
DPathOpsTestCommon.cpp39 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/
DBaseParameter.cpp133 bool CBaseParameter::access(double & /*bValue*/, bool /*bSet*/, in access() argument
139 bool CBaseParameter::access(std::vector<double> & /*abValues*/, bool /*bSet*/, in access()

123456