/frameworks/base/graphics/java/android/renderscript/ |
Double4.java | 32 public Double4(double initX, double initY, double initZ, double initW) { 39 public double x; 40 public double y; 41 public double z; 42 public double w;
|
/ndk/sources/cxx-stl/stlport/src/ |
aligned_buffer.h | 9 struct { double a; double b; } padding;
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.cpp | 28 void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d) 30 double bp,bp2,cp,dp,q,r,srq; 31 double r2_min_q3,theta,bp_through3,theta_through3; 32 double cos_theta_through3,sin_theta_through3,min2_cos_theta_plu,min2_cos_theta_min; 33 double si_r_srq,A; 88 /*Double root* [all...] |
db_image_homography.h | 46 DB_API void db_StitchProjective2D_4Points(double H[9], 47 double x1[3],double x2[3],double x3[3],double x4[3], 48 double xp1[3],double xp2[3],double xp3[3],double xp4[3]); 61 DB_API void db_StitchAffine2D_3Points(double H[9] [all...] |
/external/stlport/stlport/stl/ |
_complex.h | 23 // are complex<float>, double-precision are complex<double>, and 24 // quad precision are complex<long double>. 174 // Explicit specializations for float, double, long double. The only 176 // from complex<float> to complex<double>, and complex<double> to 177 // complex<long double>. 190 inline explicit complex(const complex<double>& __z); 192 inline explicit complex(const complex<long double>& __z) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 23 // are complex<float>, double-precision are complex<double>, and 24 // quad precision are complex<long double>. 174 // Explicit specializations for float, double, long double. The only 176 // from complex<float> to complex<double>, and complex<double> to 177 // complex<long double>. 190 inline explicit complex(const complex<double>& __z); 192 inline explicit complex(const complex<long double>& __z) [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 23 // are complex<float>, double-precision are complex<double>, and 24 // quad precision are complex<long double>. 174 // Explicit specializations for float, double, long double. The only 176 // from complex<float> to complex<double>, and complex<double> to 177 // complex<long double>. 190 inline explicit complex(const complex<double>& __z); 192 inline explicit complex(const complex<long double>& __z) [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 23 // are complex<float>, double-precision are complex<double>, and 24 // quad precision are complex<long double>. 174 // Explicit specializations for float, double, long double. The only 176 // from complex<float> to complex<double>, and complex<double> to 177 // complex<long double>. 190 inline explicit complex(const complex<double>& __z); 192 inline explicit complex(const complex<long double>& __z) [all...] |
/external/llvm/test/CodeGen/CellSPU/ |
immed64.ll | 69 define double @f64_const_1() { 70 ret double 0x4005bf0a8b145769 ;; ILHU/IOHL via pattern 73 define double @f64_const_2() { 74 ret double 0x0010000000000000 77 define double @f64_const_3() { 78 ret double 0x7fefffffffffffff 81 define double @f64_const_4() { 82 ret double 0x400921fb54442d18 85 define double @f64_const_5() { 86 ret double 0xbff6a09e667f3bcd ;; ILHU/IOHL via patter [all...] |
/external/llvm/test/CodeGen/Generic/ |
vector-casts.ll | 4 define void @a(<2 x double>* %p, <2 x i8>* %q) { 5 %t = load <2 x double>* %p 6 %r = fptosi <2 x double> %t to <2 x i8> 10 define void @b(<2 x double>* %p, <2 x i8>* %q) { 11 %t = load <2 x double>* %p 12 %r = fptoui <2 x double> %t to <2 x i8> 16 define void @c(<2 x i8>* %p, <2 x double>* %q) { 18 %r = sitofp <2 x i8> %t to <2 x double> 19 store <2 x double> %r, <2 x double>* % [all...] |
/external/llvm/test/CodeGen/X86/ |
avx-intrinsics-x86_64.ll | 3 define i64 @test_x86_sse2_cvtsd2si64(<2 x double> %a0) { 5 %res = call i64 @llvm.x86.sse2.cvtsd2si64(<2 x double> %a0) ; <i64> [#uses=1] 8 declare i64 @llvm.x86.sse2.cvtsd2si64(<2 x double>) nounwind readnone 11 define <2 x double> @test_x86_sse2_cvtsi642sd(<2 x double> %a0, i64 %a1) { 13 %res = call <2 x double> @llvm.x86.sse2.cvtsi642sd(<2 x double> %a0, i64 %a1) ; <<2 x double>> [#uses=1] 14 ret <2 x double> %res 16 declare <2 x double> @llvm.x86.sse2.cvtsi642sd(<2 x double>, i64) nounwind readnon [all...] |
/external/webkit/Source/WebCore/dom/ |
DeviceMotionData.cpp | 31 PassRefPtr<DeviceMotionData::Acceleration> DeviceMotionData::Acceleration::create(bool canProvideX, double x, 32 bool canProvideY, double y, 33 bool canProvideZ, double z) 38 DeviceMotionData::Acceleration::Acceleration(bool canProvideX, double x, bool canProvideY, double y, bool canProvideZ, double z) 49 PassRefPtr<DeviceMotionData::RotationRate> DeviceMotionData::RotationRate::create(bool canProvideAlpha, double alpha, 50 bool canProvideBeta, double beta, 51 bool canProvideGamma, double gamma) 56 DeviceMotionData::RotationRate::RotationRate(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma [all...] |
/frameworks/compile/libbcc/runtime/lib/ppc/ |
gcc_qadd.c | 5 /* long double __gcc_qadd(long double x, long double y); 6 * This file implements the PowerPC 128-bit double-double add operation. 12 long double __gcc_qadd(long double x, long double y) 18 register double A = dst.s.hi, a = dst.s.lo, 40 const double testForOverflow = A + (B + (a + b)) [all...] |
gcc_qsub.c | 5 /* long double __gcc_qsub(long double x, long double y); 6 * This file implements the PowerPC 128-bit double-double add operation. 12 long double __gcc_qsub(long double x, long double y) 18 register double A = dst.s.hi, a = dst.s.lo, 40 const double testForOverflow = A + (B + (a + b)) [all...] |
/external/webkit/Source/WebCore/platform/audio/ |
FFTFrame.cpp | 55 PassOwnPtr<FFTFrame> FFTFrame::createInterpolatedFrame(const FFTFrame& frame1, const FFTFrame& frame2, double x) 73 void FFTFrame::interpolateFrequencyComponents(const FFTFrame& frame1, const FFTFrame& frame2, double interp) 88 double s1base = (1.0 - interp); 89 double s2base = interp; 91 double phaseAccum = 0.0; 92 double lastPhase1 = 0.0; 93 double lastPhase2 = 0.0; 104 double mag1 = abs(c1); 105 double mag2 = abs(c2); 108 double mag1db = 20.0 * log10(mag1) [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/dreturn/jm/ |
T_dreturn_6.java | 21 public double run() { 25 private static double test() { 26 double a = 1111d; 27 double b = 2222d; 28 double c = 3333d;
|
/cts/tools/vm-tests/src/dot/junit/opcodes/cmpg_double/ |
Test_cmpg_double.java | 50 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally, 51 * so this comparison of long and double makes no sense but shall not crash the VM. 62 * @title Arguments = Double.NaN, Double.MAX_VALUE 66 assertEquals(1, t.run(Double.NaN, Double.MAX_VALUE)); 78 * @title Arguments = Double.NEGATIVE_INFINITY, Double.MIN_VALUE 82 assertEquals(-1, t.run(Double.NEGATIVE_INFINITY, Double.MIN_VALUE)) [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/cmpl_double/ |
Test_cmpl_double.java | 50 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally, 51 * so this comparison of long and double makes no sense but shall not crash the VM. 62 * @title Arguments = Double.NaN, Double.MAX_VALUE 66 assertEquals(-1, t.run(Double.NaN, Double.MAX_VALUE)); 78 * @title Arguments = Double.NEGATIVE_INFINITY, Double.MIN_VALUE 82 assertEquals(-1, t.run(Double.NEGATIVE_INFINITY, Double.MIN_VALUE)) [all...] |
/dalvik/vm/mterp/arm-vfp/ |
fbinopWide.S | 2 * Generic 64-bit double-precision floating point binary operation. 6 * for: add-double, sub-double, mul-double, div-double
|
/external/iproute2/netem/ |
pareto.c | 13 static const double a=3.0; 21 double dvalue; 26 dvalue = (double)i/(double)65536; 29 dvalue *= (4.0/3.0)*(double)TABLEFACTOR;
|
/external/llvm/test/CodeGen/ARM/ |
2009-03-09-AddrModeBug.ll | 3 %struct.hit_t = type { %struct.v_t, double } 5 %struct.v_t = type { double, double, double } 7 define fastcc %struct.node_t* @_ZL6createP6node_tii3v_tS1_d(%struct.node_t* %n, i32 %lvl, i32 %dist, i64 %c.0.0, i64 %c.0.1, i64 %c.0.2, i64 %d.0.0, i64 %d.0.1, i64 %d.0.2, double %r) nounwind {
|
/external/llvm/test/CodeGen/Blackfin/ |
invalid-apint.ll | 8 define void @printArgsNoRet(i32 %a1, float %a2, i8 %a3, double %a4, i8* %a5, i32 %a6, float %a7, i8 %a8, double %a9, i8* %a10, i32 %a11, float %a12, i8 %a13, double %a14, i8* %a15) { 11 %tmp23 = call i32 (i8*, ...)* @printf(i8* getelementptr ([29 x i8]* @str2, i32 0, i64 0), i32 %a11, double 0.000000e+00, i32 %tmp17, double %a14, i32 0)
|
/external/llvm/test/CodeGen/CBackend/ |
2008-10-21-PPCLongDoubleConstant.ll | 7 %"struct.Quadrature<0>" = type { %struct.Subscriptor, i32, %"struct.std::vector<Point<0>,std::allocator<Point<0> > >", %"struct.std::vector<double,std::allocator<double> >" } 9 %"struct.Tensor<1,0>" = type { [1 x double] } 12 %"struct.std::_Vector_base<double,std::allocator<double> >" = type { %"struct.std::_Vector_base<double,std::allocator<double> >::_Vector_impl" } 13 %"struct.std::_Vector_base<double,std::allocator<double> >::_Vector_impl" = type { double*, double*, double* [all...] |
/external/llvm/test/CodeGen/PTX/ |
fdiv-sm10.ll | 10 define ptx_device double @t1_f64(double %x, double %y) { 13 %a = fdiv double %x, %y 14 ret double %a
|
fdiv-sm13.ll | 10 define ptx_device double @t1_f64(double %x, double %y) { 13 %a = fdiv double %x, %y 14 ret double %a
|