/external/llvm/test/CodeGen/X86/ |
bitcast2.ll | 4 define i64 @test1(double %A) { 5 %B = bitcast double %A to i64 9 define double @test2(i64 %A) { 10 %B = bitcast i64 %A to double 11 ret double %B
|
compare_folding.ll | 5 declare i1 @llvm.isunordered.f64(double, double) 7 define i1 @test1(double %X, double %Y) { 8 %COM = fcmp uno double %X, %Y ; <i1> [#uses=1]
|
phys_subreg_coalesce.ll | 3 %struct.dpoint = type { double, double } 8 %1 = sitofp i32 %0 to double ; <double> [#uses=1] 10 %3 = sitofp i32 %2 to double ; <double> [#uses=1] 11 %4 = fadd double %1, %3 ; <double> [#uses=1] 12 %5 = fmul double %4, 5.000000e-01 ; <double> [#uses=1 [all...] |
fma3-intrinsics.ll | 78 define <2 x double> @test_x86_fmadd_sd(<2 x double> %a0, <2 x double> %a1, <2 x double> %a2) { 80 %res = call <2 x double> @llvm.x86.fma.vfmadd.sd(<2 x double> %a0, <2 x double> %a1, <2 x double> %a2) nounwind 81 ret <2 x double> %res 83 declare <2 x double> @llvm.x86.fma.vfmadd.sd(<2 x double>, <2 x double>, <2 x double>) nounwind readnon [all...] |
pr11334.ll | 4 define <2 x double> @v2f2d_ext_vec(<2 x float> %v1) nounwind { 10 %f1 = fpext <2 x float> %v1 to <2 x double> 11 ret <2 x double> %f1 14 define <3 x double> @v3f2d_ext_vec(<3 x float> %v1) nounwind { 23 %f1 = fpext <3 x float> %v1 to <3 x double> 24 ret <3 x double> %f1 27 define <4 x double> @v4f2d_ext_vec(<4 x float> %v1) nounwind { 36 %f1 = fpext <4 x float> %v1 to <4 x double> 37 ret <4 x double> %f1 40 define <8 x double> @v8f2d_ext_vec(<8 x float> %v1) nounwind [all...] |
vec_shuffle-17.ll | 10 %tmp717 = bitcast i64 %x to double ; <double> [#uses=1] 11 %tmp8 = insertelement <2 x double> undef, double %tmp717, i32 0 ; <<2 x double>> [#uses=1] 12 %tmp9 = insertelement <2 x double> %tmp8, double 0.000000e+00, i32 1 ; <<2 x double>> [#uses=1] 13 %tmp11 = bitcast <2 x double> %tmp9 to <2 x i64> ; <<2 x i64>> [#uses=1]
|
2012-07-10-shufnorm.ll | 6 %vext = shufflevector <2 x double> zeroinitializer, <2 x double> undef, <8 x i32> <i32 0, i32 1, i32 undef, i32 undef, i32 undef, i32 undef, i32 undef, i32 undef> 7 %vecinit = shufflevector <8 x double> %vext, <8 x double> undef, <8 x i32> <i32 0, i32 1, i32 undef, i32 undef, i32 undef, i32 undef, i32 undef, i32 undef> 8 %vecinit1 = insertelement <8 x double> %vecinit, double undef, i32 2 9 %vecinit3 = insertelement <8 x double> %vecinit1, double undef, i32 3 10 %vecinit5 = insertelement <8 x double> %vecinit3, double 0.000000e+00, i32 [all...] |
tail-call-got.ll | 6 define double @test1(double %x) nounwind readnone { 10 %1 = tail call double @foo(double %x) nounwind readnone 11 ret double %1 14 declare double @foo(double) readnone 16 define double @test2(double %x) nounwind readnone { 20 %1 = tail call double @sin(double %x) nounwind readnon [all...] |
vec_fabs.ll | 4 define <2 x double> @fabs_v2f64(<2 x double> %p) 8 %t = call <2 x double> @llvm.fabs.v2f64(<2 x double> %p) 9 ret <2 x double> %t 11 declare <2 x double> @llvm.fabs.v2f64(<2 x double> %p) 22 define <4 x double> @fabs_v4f64(<4 x double> %p) 26 %t = call <4 x double> @llvm.fabs.v4f64(<4 x double> %p [all...] |
/external/valgrind/main/none/tests/s390x/ |
stfle.stdout.exp | 1 the value of cc is 0 and #double words is 2 2 the value of cc is 0 and #double words is 2 4 the value of cc is 0 and #double words is 2 6 the value of cc is 3 and #double words is 2 7 the value of cc is 3 and #double words is 2
|
/external/llvm/test/Transforms/InstCombine/ |
fcmp-special.ll | 7 define i1 @inf0(double %arg) nounwind readnone { 8 %tmp = fcmp ogt double %arg, 0x7FF0000000000000 14 define i1 @inf1(double %arg) nounwind readnone { 15 %tmp = fcmp ule double %arg, 0x7FF0000000000000 23 define i1 @ninf0(double %arg) nounwind readnone { 24 %tmp = fcmp olt double %arg, 0xFFF0000000000000 30 define i1 @ninf1(double %arg) nounwind readnone { 31 %tmp = fcmp uge double %arg, 0xFFF0000000000000 39 define i1 @nan0(double %arg) nounwind readnone { 40 %tmp = fcmp ord double %arg, 0x7FF00000FFFFFFF [all...] |
sitofp.ll | 4 %B = sitofp i8 %A to double 5 %C = fcmp ult double %B, 128.0 9 %B = sitofp i8 %A to double 10 %C = fcmp ugt double %B, -128.1 15 %B = sitofp i8 %A to double 16 %C = fcmp ule double %B, 127.0 21 %B = sitofp i8 %A to double 22 %C = fcmp ult double %B, 127.0 27 %B = sitofp i32 %A to double 28 %C = fptosi double %B to i3 [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
OldDoubleTest.java | 24 Double d = new Double(Byte.MAX_VALUE); 26 d= new Double(Byte.MIN_VALUE); 28 d= new Double(Double.MAX_VALUE); 33 assertEquals(0x7ff8000000000000L, Double.doubleToLongBits(Double.NaN)); 34 assertEquals(0x7ff0000000000000L, Double.doubleToLongBits(Double.POSITIVE_INFINITY)); 35 assertEquals(0xfff0000000000000L, Double.doubleToLongBits(Double.NEGATIVE_INFINITY)) [all...] |
OldAndroidMathTest.java | 25 private static final double HYP = Math.sqrt(2.0); 27 private static final double OPP = 1.0; 29 private static final double ADJ = 1.0; 34 public static void assertEquals(String message, double expected, double actual, double delta) { 51 // Test for method double java.lang.Math.abs(double) 53 assertTrue("Incorrect double abs value", 55 assertTrue("Incorrect double abs value" [all...] |
/external/libffi/testsuite/libffi.call/ |
float3.c | 12 static double floating_1(float a, double b, long double c) 14 return (double) a + b + (double) c; 17 static double floating_2(long double a, double b, float c) 19 return (double) a + b + (double) c [all...] |
/external/llvm/test/CodeGen/Hexagon/ |
convertdptoint.ll | 2 ; Check that we generate conversion from double precision floating point 11 %a = alloca double, align 8 12 %b = alloca double, align 8 13 %c = alloca double, align 8 15 store double 1.540000e+01, double* %a, align 8 16 store double 9.100000e+00, double* %b, align 8 17 %0 = load double* %a, align 8 18 %1 = load double* %b, align [all...] |
convertdptoll.ll | 2 ; Check that we generate conversion from double precision floating point 11 %a = alloca double, align 8 12 %b = alloca double, align 8 13 %c = alloca double, align 8 15 store double 1.540000e+01, double* %a, align 8 16 store double 9.100000e+00, double* %b, align 8 17 %0 = load double* %a, align 8 18 %1 = load double* %b, align [all...] |
doubleconvert-ieee-rnd-near.ll | 2 ; Check that we generate conversion from double precision floating point 11 %a = alloca double, align 8 12 %b = alloca double, align 8 13 %c = alloca double, align 8 15 store double 1.540000e+01, double* %a, align 8 16 store double 9.100000e+00, double* %b, align 8 17 %0 = load double* %a, align 8 18 %1 = load double* %b, align [all...] |
/external/llvm/test/CodeGen/ARM/ |
fusedMAC.ll | 4 define double @fusedMACTest1(double %d1, double %d2, double %d3) { 7 %1 = fmul double %d1, %d2 8 %2 = fadd double %1, %d3 9 ret double %2 20 define double @fusedMACTest3(double %d1, double %d2, double %d3) [all...] |
2009-03-07-SpillerBug.ll | 6 %struct.ggPoint2 = type { [2 x double] } 7 %struct.ggPoint3 = type { [3 x double] } 9 %struct.ggSphere = type { %struct.ggPoint3, double } 14 declare double @llvm.sqrt.f64(double) nounwind readonly 16 declare double @sin(double) nounwind readonly 18 declare double @acos(double) nounwind readonly 20 define i32 @_ZNK34mrDiffuseSolidAngleSphereLuminaire18selectVisiblePointERK8ggPoint3RK9ggVector3RK8ggPoint2dRS0_Rd(%struct.mrDiffuseCosineSphereLuminaire* nocapture %this, %struct.ggPoint3* nocapture %x, %struct.ggPoint3* nocapture %unnamed_arg, %struct.ggPoint2* nocapture %uv, double %unnamed_arg2, %struct.ggPoint3* nocapture %on_light, double* nocapture %invProb) nounwind [all...] |
fparith.ll | 11 define double @f2(double %a, double %b) { 15 %tmp = fadd double %a, %b ; <double> [#uses=1] 16 ret double %tmp 27 define double @f4(double %a, double %b) { 31 %tmp = fmul double %a, %b ; <double> [#uses=1 [all...] |
/external/webkit/Source/WebCore/css/ |
WebKitCSSMatrix.idl | 37 attribute double a; // alias for m11 38 attribute double b; // alias for m12 39 attribute double c; // alias for m21 40 attribute double d; // alias for m22 41 attribute double e; // alias for m41 42 attribute double f; // alias for m42 44 attribute double m11; 45 attribute double m12; 46 attribute double m13; 47 attribute double m14 [all...] |
/external/llvm/test/CodeGen/Mips/ |
sitofp-selectcc-opt.ll | 3 @foo12.d4 = internal unnamed_addr global double 0.000000e+00, align 8 5 define double @foo12(i32 %a, i32, i64 %b) nounwind { 10 ; CHECK-NOT: # double -1.000000e+00 16 %conv = sitofp i32 %lor.ext to double 17 %1 = load double* @foo12.d4, align 8 18 %add = fadd double %conv, %1 19 store double %add, double* @foo12.d4, align 8 20 ret double %add
|
/external/llvm/test/Transforms/GlobalOpt/ |
2008-01-13-OutOfRangeSROA.ll | 1 ; RUN: opt < %s -globalopt -S | grep "16 x .31 x double.. zeroinitializer" 4 @mm = internal global [16 x [31 x double]] zeroinitializer, align 32 7 %P = getelementptr [16 x [31 x double]]* @mm, i32 0, i32 0, i32 %X 8 store double 1.0, double* %P 12 define double @get(i32 %X) { 13 %P = getelementptr [16 x [31 x double]]* @mm, i32 0, i32 0, i32 %X 14 %V = load double* %P 15 ret double %V
|
/external/libvorbis/lib/ |
highlevel.h | 19 double tone_mask_setting; 20 double tone_peaklimit_setting; 21 double noise_bias_setting; 22 double noise_compand_setting; 28 double base_setting; 30 double impulse_noisetune; 37 double bitrate_av_damp; 40 double bitrate_reservoir_bias; 46 double stereo_point_setting; 47 double lowpass_kHz [all...] |