/cts/tools/dx-tests/src/dxc/junit/opcodes/dadd/ |
Test_dadd.java | 50 * @title Arguments = Double.MAX_VALUE, Double.NaN 54 assertEquals(Double.NaN, t.run(Double.MAX_VALUE, Double.NaN)); 58 * @title Arguments = Double.POSITIVE_INFINITY, 59 * Double.NEGATIVE_INFINITY 63 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY, 64 Double.NEGATIVE_INFINITY)) [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/sub_double/ |
Test_sub_double.java | 51 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally, 52 * so this subtraction of double and long makes no sense but shall not crash the VM. 63 * @title Arguments = Double.MAX_VALUE, Double.NaN 67 assertEquals(Double.NaN, t.run(Double.MAX_VALUE, Double.NaN)); 71 * @title Arguments = Double.POSITIVE_INFINITY, 72 * Double.NEGATIVE_INFINITY 76 assertEquals(Double.POSITIVE_INFINITY, t.run(Double.POSITIVE_INFINITY [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/sub_double_2addr/ |
Test_sub_double_2addr.java | 50 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally, 51 * so this subtraction of double and long makes no sense but shall not crash the VM. 62 * @title Arguments = Double.MAX_VALUE, Double.NaN 66 assertEquals(Double.NaN, t.run(Double.MAX_VALUE, Double.NaN)); 70 * @title Arguments = Double.POSITIVE_INFINITY, 71 * Double.NEGATIVE_INFINITY 75 assertEquals(Double.POSITIVE_INFINITY, t.run(Double.POSITIVE_INFINITY [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_double/ |
Test_add_double.java | 53 * @title Arguments = Double.MAX_VALUE, Double.NaN 57 assertEquals(Double.NaN, t.run(Double.MAX_VALUE, Double.NaN)); 61 * @title Arguments = Double.POSITIVE_INFINITY, 62 * Double.NEGATIVE_INFINITY 66 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY, 67 Double.NEGATIVE_INFINITY)) [all...] |
/external/clang/test/CodeGenCXX/ |
const-init.cpp | 30 static const double d = 1.0; 34 // CHECK: @_ZN5test22t0E = global double {{1\.0+e\+0+}}, align 8 35 // CHECK: @_ZN5test22t1E = global [2 x double] [double {{1\.0+e\+0+}}, double {{5\.0+e-0*}}1], align 16 36 double t0 = A::d; 37 double t1[] = { A::d, A::f };
|
/external/fdlibm/ |
s_copysign.c | 15 * ieee_copysign(double x, double y) 23 double ieee_copysign(double x, double y) 25 double ieee_copysign(x,y) 26 double x,y;
|
w_exp.c | 20 static const double 22 static double 28 double ieee_exp(double x) /* wrapper exp */ 30 double ieee_exp(x) /* wrapper exp */ 31 double x; 37 double z;
|
w_gamma.c | 15 /* double ieee_gamma(double x) 26 double ieee_gamma(double x) 28 double ieee_gamma(x) 29 double x; 35 double y;
|
w_gamma_r.c | 15 * wrapper double ieee_gamma_r(double x, int *signgamp) 22 double ieee_gamma_r(double x, int *signgamp) /* wrapper lgamma_r */ 24 double ieee_gamma_r(x,signgamp) /* wrapper lgamma_r */ 25 double x; int *signgamp; 31 double y;
|
w_lgamma.c | 15 /* double ieee_lgamma(double x) 26 double ieee_lgamma(double x) 28 double ieee_lgamma(x) 29 double x; 35 double y;
|
w_lgamma_r.c | 15 * wrapper double ieee_lgamma_r(double x, int *signgamp) 22 double ieee_lgamma_r(double x, int *signgamp) /* wrapper lgamma_r */ 24 double ieee_lgamma_r(x,signgamp) /* wrapper lgamma_r */ 25 double x; int *signgamp; 31 double y;
|
/external/llvm/test/CodeGen/ARM/ |
fixunsdfdi.ll | 4 define hidden i64 @__fixunsdfdi(double %x) nounwind readnone { 6 %x14 = bitcast double %x to i64 ; <i64> [#uses=1] 15 %0 = bitcast i64 %.ins to double ; <double> [#uses=1] 16 %1 = fsub double %x, %0 ; <double> [#uses=1] 17 %2 = fptosi double %1 to i32 ; <i32> [#uses=1]
|
fmscs.ll | 21 define double @t2(double %acc, double %a, double %b) { 32 %0 = fmul double %a, %b 33 %1 = fsub double %0, %acc 34 ret double %1
|
fnmacs.ll | 21 define double @t2(double %acc, double %a, double %b) { 32 %0 = fmul double %a, %b 33 %1 = fsub double %acc, %0 34 ret double %1
|
/external/llvm/test/CodeGen/Generic/ |
nested-select.ll | 7 define i32 @ic_test(double %p.0.2.0.val, double %p.0.2.1.val, double %p.0.2.2.val, %typedef.tree* %t) { 9 %tmp.55 = fcmp oge double 0.000000e+00, 1.000000e+00 ; <i1> [#uses=1] 10 %tmp.66 = fdiv double 0.000000e+00, 0.000000e+00 ; <double> [#uses=1] 15 %tmp.75 = fcmp oge double %tmp.66, 1.000000e+00 ; <i1> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
2007-07-10-StackerAssert.ll | 31 %tmp432433 = fpext float %tmp432 to double ; <double> [#uses=1] 32 %tmp434435 = fpext float %tmp408 to double ; <double> [#uses=1] 33 call void (i8*, ...)* @PR_LogPrint( i8* getelementptr ([56 x i8]* @.str97, i32 0, i32 0), double 0.000000e+00, double %tmp434435, double %tmp432433 )
|
2008-02-27-DeadSlotElimBug.ll | 5 %struct.Position = type { double, double, double } 16 %tmp3.i.i = getelementptr %struct.CompAtom* %tmp1819, i32 %tmp9.0.reg2mem.0.rec, i32 0, i32 1 ; <double*> [#uses=0] 17 %tmp5.i.i = getelementptr %struct.CompAtom* %tmp1819, i32 %tmp9.0.reg2mem.0.rec, i32 0, i32 2 ; <double*> [#uses=1] 18 store double -9.999900e+04, double* %tmp5.i.i, align 4 26 %tmp4344 = sitofp i32 %tmp43 to double ; <double> [#uses=1] 27 %tmp17.i76 = fmul double %tmp4344, 0.000000e+00 ; <double> [#uses=1 [all...] |
fabs.ll | 16 define double @test2(double %X) { 17 %Y = fcmp oge double %X, -0.0 18 %Z = fsub double -0.0, %X 19 %Q = select i1 %Y, double %X, double %Z 20 ret double %Q
|
sibcall-5.ll | 7 define double @foo(double %a) nounwind readonly ssp { 14 %0 = tail call double @sin(double %a) nounwind readonly 15 ret double %0 31 declare double @sin(double) nounwind readonly
|
/external/llvm/test/FrontendC/ |
2002-07-14-MiscTests.c | 7 int floatcomptest(double *X, double *Y, float *x, float *y) { 43 typedef struct { double X; double Y; int Z; } PBVTest; 45 PBVTest testRetStruct(float X, double Y, int Z) { 52 double CallRetStruct(float X, double Y, int Z) {
|
/external/llvm/test/Transforms/InstCombine/ |
2009-01-19-fmod-constant-float-specials.ll | 19 %1 = fpext float %0 to double ; <double> [#uses=1] 21 %3 = fpext float %2 to double ; <double> [#uses=1] 22 %4 = frem double %3, %1 ; <double> [#uses=1] 23 %5 = call i32 (i8*, ...)* @printf(i8* getelementptr ([4 x i8]* @"\01LC", i32 0, i32 0), double %4) nounwind ; <i32> [#uses=0] 40 %1 = fpext float %0 to double ; <double> [#uses=1] 42 %3 = fpext float %2 to double ; <double> [#uses=1 [all...] |
/external/v8/src/ |
conversions.h | 37 // The fast double-to-(unsigned-)int conversion routine does not guarantee 41 static inline int FastD2I(double x) { 42 // The static_cast convertion from double to int used to be slow, but 47 static inline unsigned int FastD2UI(double x); 50 static inline double FastI2D(int x) { 52 // double, so this code should compile to a few instructions without 54 return static_cast<double>(x); 58 static inline double FastUI2D(unsigned x) { 60 // double, so this code should compile to a few instructions without 62 return static_cast<double>(x) [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLProgressElement.h | 33 static const double IndeterminatePosition; 34 static const double InvalidPosition; 38 double value() const; 39 void setValue(double, ExceptionCode&); 41 double max() const; 42 void setMax(double, ExceptionCode&); 44 double position() const;
|
/external/webkit/Source/WebCore/page/ |
Coordinates.idl | 29 readonly attribute double latitude; 30 readonly attribute double longitude; 31 readonly attribute [Custom] double altitude; 32 readonly attribute double accuracy; 33 readonly attribute [Custom] double altitudeAccuracy; 34 readonly attribute [Custom] double heading; 35 readonly attribute [Custom] double speed;
|
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
AffineTransform.cpp | 39 static void affineTransformDecompose(const AffineTransform& matrix, double sr[9]) 44 double sx = matrix.xScale(); 45 double sy = matrix.yScale(); 61 double angle = atan2(m.b(), m.a()); 78 static void affineTransformCompose(AffineTransform& m, const double sr[9]) 95 AffineTransform::AffineTransform(double a, double b, double c, double d, double e, double f [all...] |