/external/llvm/test/CodeGen/X86/ |
copysign-zero.ll | 7 define double @test(double %X) nounwind { 9 %tmp2 = tail call double @copysign( double 0.000000e+00, double %X ) nounwind readnone ; <double> [#uses=1] 10 ret double %tmp2 13 declare double @copysign(double, double) nounwind readnone [all...] |
setoeq.ll | 3 define zeroext i8 @t(double %x) nounwind readnone { 5 %0 = fptosi double %x to i32 ; <i32> [#uses=1] 6 %1 = sitofp i32 %0 to double ; <double> [#uses=1] 7 %2 = fcmp oeq double %1, %x ; <i1> [#uses=1] 13 define zeroext i8 @u(double %x) nounwind readnone { 15 %0 = fptosi double %x to i32 ; <i32> [#uses=1] 16 %1 = sitofp i32 %0 to double ; <double> [#uses=1] 17 %2 = fcmp une double %1, %x ; <i1> [#uses=1 [all...] |
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...] |
break-anti-dependencies.ll | 9 define void @goo(double* %r, double* %p, double* %q) nounwind { 11 %0 = load double* %p, align 8 12 %1 = fadd double %0, 1.100000e+00 13 %2 = fmul double %1, 1.200000e+00 14 %3 = fadd double %2, 1.300000e+00 15 %4 = fmul double %3, 1.400000e+00 16 %5 = fadd double %4, 1.500000e+00 17 %6 = fptosi double %5 to i3 [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]
|
sincos.ll | 9 declare double @sin(double) readonly 18 define double @test2(double %X) { 19 %Y = call double @sin(double %X) readonly 20 ret double %Y 30 declare double @cos(double) readonly 39 define double @test5(double %X) [all...] |
/external/llvm/test/CodeGen/XCore/ |
pow.ll | 4 declare double @llvm.pow.f64(double, double) 6 define double @test(double %F, double %power) { 7 %result = call double @llvm.pow.f64(double %F, double %power) 8 ret double %resul [all...] |
/external/webkit/Source/WebCore/page/ |
GeolocationPosition.h | 39 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy)); } 41 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return (…) [all...] |
/frameworks/compile/libbcc/runtime/lib/ppc/ |
DD.h | 7 long double ld; 9 double hi; 10 double lo; 15 double d; 22 static inline double __attribute__((always_inline)) 23 fabs(double x) 30 static inline double __attribute__((always_inline)) 31 high26bits(double x) 39 different_sign(double x, double y [all...] |
/external/llvm/test/CodeGen/ARM/ |
inlineasm2.ll | 3 define double @__ieee754_sqrt(double %x) { 4 %tmp2 = tail call double asm "fsqrtd ${0:P}, ${1:P}", "=w,w"( double %x ) 5 ret double %tmp2
|
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/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...] |
dce-iterate.ll | 1 ; RUN: opt < %s -instcombine -S | grep {ret double .sy} 3 define internal double @ScaleObjectAdd(double %sx, double %sy, double %sz) nounwind { 5 %sx34 = bitcast double %sx to i64 ; <i64> [#uses=1] 7 %sy22 = bitcast double %sy to i64 ; <i64> [#uses=1] 11 %sz10 = bitcast double %sz to i64 ; <i64> [#uses=1] 17 %b = bitcast i64 %a to double ; <double> [#uses=1 [all...] |
multi-use-or.ll | 1 ; RUN: opt < %s -instcombine -S | grep {fadd double .sx, .sy} 5 define double @ScaleObjectAdd(double %sx, double %sy, double %sz) nounwind { 7 %sx34 = bitcast double %sx to i64 ; <i64> [#uses=1] 9 %sy22 = bitcast double %sy to i64 ; <i64> [#uses=1] 16 %b = bitcast i64 %a to double ; <double> [#uses=1] 19 %e = bitcast i64 %d to double ; <double> [#uses=1 [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/SystemZ/ |
2009-07-10-BadIncomingArgOffset.ll | 7 declare void @rdft(i32 signext, i32 signext, double*, i32* nocapture, double*) nounwind 9 declare double @mp_mul_d2i_test(i32 signext, i32 signext, double* nocapture) nounwind 11 define void @mp_mul_radix_test_bb3(i32 %radix, i32 %nfft, double* %tmpfft, i32* %ip, double* %w, double* %arrayidx44.reload, double* %call.out) nounwind { 18 store double %call, double* %call.ou [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/clang/test/CodeGen/ |
libcalls.c | 6 void test_sqrt(float a0, double a1, long double a2) { 15 // CHECK-YES: call double @sqrt 16 // CHECK-NO: call double @sqrt 17 double l1 = sqrt(a1); 21 long double l2 = sqrtl(a2); 25 // CHECK-YES: declare double @sqrt(double) 28 // CHECK-NO: declare double @sqrt(double) readnon [all...] |
/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
|