/external/libffi/testsuite/libffi.call/ |
closure_fn2.c | 16 (int)*(double *)args[0] +(int)(*(double *)args[1]) + 17 (int)(*(double *)args[2]) + (int)*(double *)args[3] + 18 (int)(*(signed short *)args[4]) + (int)(*(double *)args[5]) + 19 (int)*(double *)args[6] + (int)(*(int *)args[7]) + 20 (int)(*(double *)args[8]) + (int)*(int *)args[9] + 26 (int)*(double *)args[0], (int)(*(double *)args[1]), 27 (int)(*(double *)args[2]), (int)*(double *)args[3] [all...] |
cls_double.c | 2 Purpose: Check return value double. 13 *(double *)resp = *(double *)args[0]; 15 printf("%f: %f\n",*(double *)args[0], 16 *(double *)resp); 18 typedef double (*cls_ret_double)(double); 28 double res;
|
float4.c | 2 Purpose: Check denorm double value. 15 double d; 16 unsigned char c[sizeof (double)]; 21 static double dblit(double d) 31 double d; 46 memset(result[1].c, CANARY, sizeof (double)); 57 for (i = 0; i < sizeof (double); ++i)
|
/external/llvm/test/CodeGen/PowerPC/ |
2007-09-08-unaligned.ll | 10 @u = global <{ i8, double }> <{ i8 3, double 5.100000e+00 }> ; <<{ i8, double }>*> [#uses=1] 12 @v = weak global <{ i8, double }> zeroinitializer ; <<{ i8, double }>*> [#uses=2] 23 %tmp3 = getelementptr <{ i8, double }>* @u, i32 0, i32 1 ; <double*> [#uses=1] 24 %tmp4 = load double* %tmp3, align 1 ; <double> [#uses=1] 25 %tmp5 = getelementptr <{ i8, double }>* @v, i32 0, i32 1 ; <double*> [#uses=1 [all...] |
fsqrt.ll | 13 declare double @llvm.sqrt.f64(double) 15 define double @X(double %Y) { 16 %Z = call double @llvm.sqrt.f64( double %Y ) ; <double> [#uses=1] 17 ret double %Z
|
/external/llvm/test/CodeGen/X86/ |
sse-align-12.ll | 38 define <2 x double> @c(<2 x double>* %y) nounwind { 39 %x = load <2 x double>* %y, align 8 40 %a = extractelement <2 x double> %x, i32 0 41 %c = extractelement <2 x double> %x, i32 1 42 %p = insertelement <2 x double> undef, double %c, i32 0 43 %r = insertelement <2 x double> %p, double %a, i32 1 44 ret <2 x double> % [all...] |
/external/stlport/src/ |
complex.cpp | 43 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>& __z) 48 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>& __z) 59 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>& __z) 64 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>& __z) 73 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
WebPerformance.cpp | 40 static double millisecondsToSeconds(unsigned long long milliseconds) 42 return static_cast<double>(milliseconds / 1000.0); 71 double WebPerformance::navigationStart() const 76 double WebPerformance::unloadEventEnd() const 81 double WebPerformance::redirectStart() const 86 double WebPerformance::redirectEnd() const 96 double WebPerformance::fetchStart() const 101 double WebPerformance::domainLookupStart() const 106 double WebPerformance::domainLookupEnd() const 111 double WebPerformance::connectStart() cons [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
complex.cpp | 43 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>& __z) 48 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>& __z) 59 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>& __z) 64 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>& __z) 73 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_indexing.h | 35 inline void db_SetupMatrixRefs(double **ar,long rows,long cols,double *a) 41 inline void db_SymmetricExtendUpperToLower(double **A,int rows,int cols) 47 void inline db_MultiplyMatrixVectorAtb(double *c,const double * const *At,const double *b,int arows,int acols) 50 double acc; 60 inline void db_MultiplyMatricesAB(double **C,const double * const *A,const double * const *B,int arows,int acols,int bcols [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_indexing.h | 35 inline void db_SetupMatrixRefs(double **ar,long rows,long cols,double *a) 41 inline void db_SymmetricExtendUpperToLower(double **A,int rows,int cols) 47 void inline db_MultiplyMatrixVectorAtb(double *c,const double * const *At,const double *b,int arows,int acols) 50 double acc; 60 inline void db_MultiplyMatricesAB(double **C,const double * const *A,const double * const *B,int arows,int acols,int bcols [all...] |
/dalvik/tests/003-omnibus-opcodes/src/ |
UnresStuff.java | 12 public double wideInstField; 13 public static double wideStaticField;
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
p5-examples.cpp | 5 double d = 2.0; 6 // CHECK: double &rd = 8 double &rd = d; 9 // CHECK: const double &rcd = 10 // CHECK-NEXT: ImplicitCastExpr{{.*}}'const double' lvalue <NoOp> 11 const double &rcd = d; 50 // CHECK: const double &rcd2 = 52 const double& rcd2 = 2;
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
p9.cpp | 7 template<> class Y<double>; 12 template<> class N::Y<double> {
|
/external/clang/test/CodeGen/ |
2002-02-18-StaticData.c | 4 double FOO = 17; 5 double BAR = 12.0;
|
2006-05-19-SingleEltReturn.c | 1 // Test returning a single element aggregate value containing a double. 5 double D;
|
varargs.c | 5 typedef double gdouble; 8 double mfloat;
|
x86_64-arguments-darwin.c | 4 // CHECK: declare void @func(i64, double) 7 long double a;
|
/external/clang/test/Sema/ |
format-strings-size_t.c | 7 printf("%zu", (double)42); // expected-warning {{format specifies type 'size_t' (aka 'unsigned long') but the argument has type 'double'}} 10 printf("%jd", (double)42); // expected-warning {{format specifies type 'intmax_t' (aka 'long') but the argument has type 'double'}} 11 printf("%ju", (double)42); // expected-warning {{format specifies type 'uintmax_t' (aka 'unsigned long') but the argument has type 'double'}} 14 printf("%td", (double)42); // expected-warning {{format specifies type 'ptrdiff_t' (aka 'long') but the argument has type 'double'}}
|
/external/dbus/test/data/valid-messages/ |
opposite-endian.message | 25 TYPE DOUBLE 26 DOUBLE 3.14159
|
/external/guava/guava/src/com/google/common/math/ |
DoubleUtils.java | 26 * Utilities for {@code double} primitives. Some of these are exposed in JDK 6, 37 static double next(double x, boolean up) { 40 return up ? Double.MIN_VALUE : -Double.MIN_VALUE; 42 long bits = Double.doubleToRawLongBits(x); 48 return Double.longBitsToDouble(bits); 52 // Double#doubleToRawLongBits(double)} spec. 56 // Double#doubleToRawLongBits(double)} spec [all...] |
/external/llvm/test/Bitcode/ |
shuffle.ll | 8 define <4 x float> @test(<2 x double> %d2) { 10 %call20.i = tail call <4 x float> @cmp(<2 x double> %d2, 11 <2 x double> bitcast ( 17 i128 bitcast (<2 x double> bitcast ( 18 <4 x i32> <i32 0, i32 0, i32 0, i32 undef> to <2 x double>) 27 to <2 x double>)) 31 declare <4 x float> @cmp(<2 x double>, <2 x double>)
|
/external/llvm/test/CodeGen/ARM/ |
fpconsts.ll | 11 define double @t2(double %x) nounwind readnone optsize { 15 %0 = fadd double %x, 3.000000e+00 16 ret double %0 19 define double @t3(double %x) nounwind readnone optsize { 23 %0 = fmul double %x, -1.300000e+01 24 ret double %0
|
/external/llvm/test/CodeGen/Mips/ |
2008-08-07-FPRound.ll | 3 define float @round2float(double %a) nounwind { 6 fptrunc double %a to float ; <float>:0 [#uses=1]
|
double2int.ll | 3 define i32 @f1(double %d) nounwind readnone { 6 %conv = fptosi double %d to i32
|