/external/llvm/test/Integer/ |
fold-fpcast_bt.ll | 12 ret i64 bitcast (double 0x400921FB4D12D84A to i64) 15 define double @test4() { 16 ret double bitcast (i64 42 to double) 28 ret i64 bitcast (double 0x400921FB4D12D84A to i64) 31 define double @test8() { 32 ret double bitcast (i64 42 to double)
|
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
dbstabsmooth.cpp | 25 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out); 70 MXX(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXX(f_motLF) + (1.0-f_smoothFactor)* (double) MXX(*inmot)); 71 MXY(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXY(f_motLF) + (1.0-f_smoothFactor)* (double) MXY(*inmot)); 72 MXZ(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXZ(f_motLF) + (1.0-f_smoothFactor)* (double) MXZ(*inmot)); 73 MXW(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXW(f_motLF) + (1.0-f_smoothFactor)* (double) MXW(*inmot)); 75 MYX(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MYX(f_motLF) + (1.0-f_smoothFactor)* (double) MYX(*inmot)) [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
dbstabsmooth.cpp | 25 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out); 70 MXX(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXX(f_motLF) + (1.0-f_smoothFactor)* (double) MXX(*inmot)); 71 MXY(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXY(f_motLF) + (1.0-f_smoothFactor)* (double) MXY(*inmot)); 72 MXZ(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXZ(f_motLF) + (1.0-f_smoothFactor)* (double) MXZ(*inmot)); 73 MXW(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MXW(f_motLF) + (1.0-f_smoothFactor)* (double) MXW(*inmot)); 75 MYX(f_motLF) = (VP_PAR) (f_smoothFactor*(double) MYX(f_motLF) + (1.0-f_smoothFactor)* (double) MYX(*inmot)) [all...] |
/external/llvm/test/Transforms/SimplifyLibCalls/ |
exp2.ll | 7 define double @t1(i32 %x) nounwind { 9 %tmp12 = sitofp i32 %x to double ; <double> [#uses=1] 10 %exp2 = tail call double @exp2( double %tmp12 ) ; <double> [#uses=1] 11 ret double %exp2 23 define double @t3(i16 zeroext %x) nounwind { 25 %tmp12 = uitofp i16 %x to double ; <double> [#uses=1 [all...] |
/external/llvm/test/CodeGen/X86/ |
2009-01-13-DoubleUpdate.ll | 3 declare <2 x double> @llvm.x86.sse2.min.pd(<2 x double>, <2 x double>) nounwind readnone 5 define void @__mindd16(<16 x double>* sret %vec.result, <16 x double> %x, double %y) nounwind { 7 %tmp3.i = shufflevector <16 x double> zeroinitializer, <16 x double> undef, <8 x i32> < i32 0, i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7 > ; <<8 x double>> [#uses=1] 8 %tmp10.i.i = shufflevector <8 x double> %tmp3.i, <8 x double> undef, <4 x i32> < i32 4, i32 5, i32 6, i32 7 > ; <<4 x double>> [#uses=1 [all...] |
sibcall-5.ll | 8 define double @foo(double %a) nounwind readonly ssp { 15 %0 = tail call double @sin(double %a) nounwind readonly 16 ret double %0 32 declare double @sin(double) nounwind readonly 39 define hidden { double, double } @foo2(%0* %self, i8* nocapture %_cmd) uwtable optsize ssp { 46 %3 = tail call { double, double } bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to { double, double } (i8*, i8*)*)(i8* %2, i (…) [all...] |
stack-align.ll | 3 ; The double argument is at 4(esp) which is 16-byte aligned, allowing us to 8 @G = external global double 10 define void @test({ double, double }* byval %z, double* %P) nounwind { 12 %tmp3 = load double* @G, align 16 ; <double> [#uses=1] 13 %tmp4 = tail call double @fabs( double %tmp3 ) readnone ; <double> [#uses=1 [all...] |
2009-02-25-CommuteBug.ll | 4 define <2 x double> @t(<2 x double> %A, <2 x double> %B, <2 x double> %C) nounwind readnone { 6 %tmp.i2 = bitcast <2 x double> %B to <2 x i64> ; <<2 x i64>> [#uses=1] 8 %tmp3.i = bitcast <2 x i64> %tmp2.i to <2 x double> ; <<2 x double>> [#uses=1] 9 %0 = tail call <2 x double> @llvm.x86.sse2.add.sd(<2 x double> %A, <2 x double> %tmp3.i) nounwind readnone ; <<2 x double>> [#uses=1 [all...] |
2008-10-16-VecUnaryOp.ll | 3 define void @foo(<4 x i32>* %p, <4 x double>* %q) { 5 %z = sitofp <4 x i32> %n to <4 x double> 6 store <4 x double> %z, <4 x double>* %q
|
2009-03-26-NoImplicitFPBug.ll | 3 define double @t(double %x) nounwind ssp noimplicitfloat { 8 ret double 0.000000e+00 11 ret double undef
|
2011-09-21-setcc-bug.ll | 5 define void @load_4_i8(<4 x i8>* %k, <4 x i8>* %y, <4 x double>* %A1, <4 x double>* %A0) { 8 %C = load <4 x double>* %A0 9 %D= load <4 x double>* %A1 11 %T = select <4 x i1> %M, <4 x double> %C, <4 x double> %D 12 store <4 x double> %T, <4 x double>* undef 17 define void @load_256_i8(<256 x i8>* %k, <256 x i8>* %y, <256 x double>* %A1, <256 x double>* %A0) [all...] |
fp-stack-direct-ret.ll | 4 declare double @foo() 6 define double @bar() { 8 %tmp5 = tail call double @foo() 9 ret double %tmp5
|
fp-stack-ret.ll | 9 define double @test1(double *%P) { 10 %A = load double* %P 11 ret double %A 18 define fastcc double @test2(<2 x double> %A) { 19 %B = extractelement <2 x double> %A, i32 0 20 ret double %B 26 define fastcc double @test3(<4 x float> %A) { 27 %B = bitcast <4 x float> %A to <2 x double> [all...] |
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
SunCalculator.java | 32 static final double ZENITH_ASTRONOMICAL = 108; 35 static final double ZENITH_NAUTICAL = 102; 38 static final double ZENITH_CIVIL = 96; 41 static final double ZENITH_OFFICIAL = 90.8333; 64 public double computeSunriseTime(double solarZenith, Calendar date) { 77 public double computeSunsetTime(double solarZenith, Calendar date) { 81 public static int timeToHours(double time) { 90 public static int timeToMinutes(double time) [all...] |
/external/llvm/test/Transforms/BBVectorize/ |
simple-sel.ll | 6 define double @test1(double %A1, double %A2, double %B1, double %B2, i1 %C1, i1 %C2) { 8 ; CHECK: %X1.v.i1.1 = insertelement <2 x double> undef, double %B1, i32 0 9 ; CHECK: %X1.v.i0.1 = insertelement <2 x double> undef, double %A1, i32 0 10 ; CHECK: %X1.v.i1.2 = insertelement <2 x double> %X1.v.i1.1, double %B2, i32 [all...] |
search-limit.ll | 5 define double @test1(double %A1, double %A2, double %B1, double %B2) { 8 ; CHECK-SL4-NOT: <2 x double> 9 ; CHECK: %X1.v.i1.1 = insertelement <2 x double> undef, double %B1, i32 0 10 ; CHECK: %X1.v.i0.1 = insertelement <2 x double> undef, double %A1, i32 [all...] |
simple-ldstr.ll | 6 define void @test1(double* %a, double* %b, double* %c) nounwind uwtable readonly { 8 %i0 = load double* %a, align 8 9 %i1 = load double* %b, align 8 10 %mul = fmul double %i0, %i1 11 %arrayidx3 = getelementptr inbounds double* %a, i64 1 12 %i3 = load double* %arrayidx3, align 8 13 %arrayidx4 = getelementptr inbounds double* %b, i64 1 14 %i4 = load double* %arrayidx4, align [all...] |
/external/llvm/test/CodeGen/ARM/ |
fp.ll | 13 define double @g(i32 %a) { 19 %tmp = sitofp i32 %a to double ; <double> [#uses=1] 20 ret double %tmp 23 define double @uint_to_double(i32 %a) { 29 %tmp = uitofp i32 %a to double ; <double> [#uses=1] 30 ret double %tmp 43 define double @h(double* %v) [all...] |
2009-09-28-LdStOptiBug.ll | 4 %0 = type { double, double } 6 define void @foo(%0* noalias nocapture sret %agg.result, double %x.0, double %y.0) nounwind { 11 %x76 = fmul double %y.0, 0.000000e+00 ; <double> [#uses=1] 12 %x77 = fadd double %y.0, 0.000000e+00 ; <double> [#uses=1] 13 %tmpr = fadd double %x.0, %x76 ; <double> [#uses=1 [all...] |
arguments5.ll | 4 define double @f(i32 %a, i128 %b) { 5 %tmp = call double @g(i128 %b) 6 ret double %tmp 9 declare double @g(i128)
|
/external/llvm/test/Transforms/InstCombine/ |
sqrt.ll | 10 %conv = fpext float %x to double ; <double> [#uses=1] 11 %call = tail call double @sqrt(double %conv) readnone nounwind ; <double> [#uses=1] 12 %conv1 = fptrunc double %call to float ; <float> [#uses=1] 25 %conv = fpext float %x to double ; <double> [#uses=1] 26 %call = tail call double @sqrt(double %conv) nounwind ; <double> [#uses=1 [all...] |
/external/llvm/test/CodeGen/Generic/ |
storetrunc-fp.ll | 3 define void @foo(double %a, double %b, float* %fp) { 4 %c = fadd double %a, %b 5 %d = fptrunc double %c to float
|
/external/llvm/test/CodeGen/MSP430/ |
2009-05-19-DoubleSplit.ll | 3 define i16 @test(double %d) nounwind { 5 %add = fadd double %d, 1.000000e+00 6 %call = tail call i16 @funct(double %add) nounwind 10 declare i16 @funct(double)
|
/external/llvm/test/CodeGen/Mips/ |
2008-07-07-FPExtend.ll | 3 define double @dofloat(float %a) nounwind { 6 fpext float %a to double ; <double>:0 [#uses=1] 7 ret double %0
|
/external/llvm/test/CodeGen/PowerPC/ |
fpcopy.ll | 3 define double @test(float %F) { 4 %F.upgrd.1 = fpext float %F to double ; <double> [#uses=1] 5 ret double %F.upgrd.1
|