/external/llvm/test/CodeGen/X86/ |
avx-cvt.ll | 16 define <4 x double> @sitofp01(<4 x i32> %a) { 17 %b = sitofp <4 x i32> %a to <4 x double> 18 ret <4 x double> %b 22 define <4 x i32> @fptosi01(<4 x double> %a) { 23 %b = fptosi <4 x double> %a to <4 x i32> 30 define <8 x float> @fptrunc00(<8 x double> %b) nounwind { 31 %a = fptrunc <8 x double> %b to <8 x float> 36 define <4 x double> @fpext00(<4 x float> %b) nounwind { 37 %a = fpext <4 x float> %b to <4 x double> 38 ret <4 x double> % [all...] |
dbg-byval-parameter.ll | 4 %struct.Pt = type { double, double } 7 define double @foo(%struct.Rect* byval %my_r0) nounwind ssp { 9 %retval = alloca double ; <double*> [#uses=2] 10 %0 = alloca double ; <double*> [#uses=2] 14 %2 = getelementptr inbounds %struct.Pt* %1, i32 0, i32 0, !dbg !16 ; <double*> [#uses=1] 15 %3 = load double* %2, align 8, !dbg !16 ; <double> [#uses=1 [all...] |
illegal-vector-args-return.ll | 6 define <4 x double> @foo(<4 x double> %x, <4 x double> %z) { 7 %y = fmul <4 x double> %x, %z 8 ret <4 x double> %y
|
mcinst-avx-lowering.ll | 3 define i64 @t1(double %d_ivar) nounwind uwtable ssp { 6 %0 = bitcast double %d_ivar to i64 12 define double @t2(i64 %d_ivar) nounwind uwtable ssp { 15 %0 = bitcast i64 %d_ivar to double 18 ret double %0
|
avx-vinsertf128.ll | 14 define <4 x double> @B(<4 x double> %a) nounwind uwtable readnone ssp { 16 %shuffle = shufflevector <4 x double> %a, <4 x double> undef, <4 x i32> <i32 4, i32 4, i32 0, i32 1> 17 ret <4 x double> %shuffle 20 declare <2 x double> @llvm.x86.sse2.min.pd(<2 x double>, <2 x double>) nounwind readnone 22 declare <2 x double> @llvm.x86.sse2.min.sd(<2 x double>, <2 x double>) nounwind readnon [all...] |
vec_extract.ll | 29 define double @test4(double %A) nounwind { 30 %tmp1 = call <2 x double> @foo( ) ; <<2 x double>> [#uses=1] 31 %tmp2 = extractelement <2 x double> %tmp1, i32 1 ; <double> [#uses=1] 32 %tmp3 = fadd double %tmp2, %A ; <double> [#uses=1] 33 ret double %tmp3 36 declare <2 x double> @foo( [all...] |
/external/llvm/test/Transforms/InstCombine/ |
2011-06-13-nsw-alloca.ll | 8 ; CHECK: alloca double* 9 %ptr = alloca double*, align 4 11 store double* null, double** %ptr, align 4 21 ; CHECK: alloca double 23 %9 = bitcast i8* %8 to double* 24 ; CHECK-NEXT: store double* 25 store double* %9, double** %ptr, align 4 28 %11 = load double** %ptr, align [all...] |
/external/valgrind/main/VEX/test/ |
fpspeed.c | 9 double s, r; 11 double* a1 = malloc(1000 * sizeof(double)); 12 double* a2 = malloc(1000 * sizeof(double));
|
/external/valgrind/main/callgrind/tests/ |
threads.c | 6 double a[1000]; 11 for(i=0;i<1000;i++) a[i] = (double)i; 16 double sum = 0.0; 23 *( (double*)v ) = sum; 35 double sum[4];
|
/external/llvm/test/CodeGen/Generic/ |
print-arith-fp.ll | 15 @A = global double 2.000000e+00 ; <double*> [#uses=1] 16 @B = global double 5.000000e+00 ; <double*> [#uses=1] 21 %a = load double* @A ; <double> [#uses=12] 22 %b = load double* @B ; <double> [#uses=12] 25 call i32 (i8*, ...)* @printf( i8* %a_s, double %a ) ; <i32>:1 [#uses=0] 26 call i32 (i8*, ...)* @printf( i8* %b_s, double %b ) ; <i32>:2 [#uses=0 [all...] |
/frameworks/compile/libbcc/runtime/ |
RuntimeDoc.rst | 61 __adddf3 : double (double a, double b) // a + b [[vfp]] [[generic]] 63 __subdf3 : double (double a, double b) // a - b [[vfp]] [[generic]] 65 __muldf3 : double (double a, double b) // a * b [[vfp]] [[generic]] 67 __divdf3 : double (double a, double b) // a / b [[vfp]] [[generic] [all...] |
/external/clang/test/PCH/ |
exprs.h | 46 extern double values[]; 50 double dplus(double x, double y); 51 double d0, d1; 56 double x; 78 typedef __attribute__(( ext_vector_type(2) )) double double2; 83 double double_array[3] = { 1.0, 2.0 }; 90 [2].x = 12.3, // expected-warning {{implicit conversion from 'double' to 'int' changes value from 12.3 to 12}} 94 typedef typeof(__builtin_types_compatible_p(float, double)) types_compatible [all...] |
/external/fdlibm/ |
w_j1.c | 21 double ieee_j1(double x) /* wrapper j1 */ 23 double ieee_j1(x) /* wrapper j1 */ 24 double x; 30 double z; 41 double ieee_y1(double x) /* wrapper y1 */ 43 double ieee_y1(x) /* wrapper y1 */ 44 double x; 50 double z [all...] |
/external/llvm/test/CodeGen/Mips/ |
analyzebranch.ll | 3 define double @foo(double %a, double %b) nounwind readnone { 8 %cmp = fcmp ogt double %a, 0.000000e+00 12 %cmp3 = fcmp ogt double %b, 0.000000e+00 16 %c.0 = phi double [ %a, %entry ], [ 0.000000e+00, %if.else ] 17 %sub = fsub double %b, %c.0 18 %mul = fmul double %sub, 2.000000e+00 22 %retval.0 = phi double [ %mul, %if.end6 ], [ 0.000000e+00, %if.else ] 23 ret double %retval. [all...] |
/external/llvm/test/MC/Mips/ |
elf-relsym.ll | 14 @gd1 = external global double 15 @gd2 = external global double 21 %0 = load double* @gd1, align 8 22 %add = fadd double %0, 2.500000e+00 23 store double %add, double* @gd1, align 8 24 %1 = load double* @gd2, align 8 25 %add1 = fadd double %1, 4.500000e+00 26 store double %add1, double* @gd2, align [all...] |
/external/llvm/test/Transforms/DeadArgElim/ |
2008-01-16-VarargsParamAttrs.ll | 3 %struct.point = type { double, double } 4 @pts = global [4 x %struct.point] [ %struct.point { double 1.000000e+00, double 2.000000e+00 }, %struct.point { double 3.000000e+00, double 4.000000e+00 }, %struct.point { double 5.000000e+00, double 6.000000e+00 }, %struct.point { double 7.000000e+00, double 8.000000e+00 } ], align 32 ; <[4 x %struct.point]*> [#uses=1 [all...] |
/external/webkit/Source/WebCore/html/ |
MonthInputType.h | 45 virtual double valueAsDate() const; 46 virtual void setValueAsDate(double, ExceptionCode&) const; 47 virtual double parseToDouble(const String&, double) const; 48 virtual double defaultValueForStepUp() const; 49 virtual double minimum() const; 50 virtual double maximum() const; 51 virtual double defaultStep() const; 52 virtual double stepScaleFactor() const; 55 virtual bool setMillisecondToDateComponents(double, DateComponents*) const [all...] |
/external/webkit/Source/WebCore/platform/audio/ |
Cone.h | 43 double gain(FloatPoint3D sourcePosition, FloatPoint3D sourceOrientation, FloatPoint3D listenerPosition); 46 void setInnerAngle(double innerAngle) { m_innerAngle = innerAngle; } 47 double innerAngle() const { return m_innerAngle; } 49 void setOuterAngle(double outerAngle) { m_outerAngle = outerAngle; } 50 double outerAngle() const { return m_outerAngle; } 52 void setOuterGain(double outerGain) { m_outerGain = outerGain; } 53 double outerGain() const { return m_outerGain; } 56 double m_innerAngle; 57 double m_outerAngle; 58 double m_outerGain [all...] |
/dalvik/tests/041-narrowing/src/ |
Main.java | 9 System.out.println("Double.POSITIVE_INFINITY = " 10 + Long.toHexString(Double.doubleToRawLongBits(Double.POSITIVE_INFINITY))); 11 System.out.println("Double.NEGATIVE_INFINITY = " 12 + Long.toHexString(Double.doubleToRawLongBits(Double.NEGATIVE_INFINITY))); 14 + Long.toHexString(Double.doubleToRawLongBits(Float.POSITIVE_INFINITY))); 16 + Long.toHexString(Double.doubleToRawLongBits(Float.NEGATIVE_INFINITY))); 17 System.out.println("Double.NaN = " 18 + Long.toHexString(Double.doubleToRawLongBits(Double.NaN))) [all...] |
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
WebKitPluginHost.defs | 50 pluginX :double; 51 pluginY :double; 52 pluginWidth :double; 53 pluginHeight :double; 54 clipX :double; 55 clipY :double; 56 clipWidth :double; 57 clipHeight :double); 67 x :double; 68 y :double; [all...] |
/external/icu4c/common/ |
putilimp.h | 33 * Floating point utility to determine if a double is Not a Number (NaN). 36 U_INTERNAL UBool U_EXPORT2 uprv_isNaN(double d); 38 * Floating point utility to determine if a double has an infinite value. 41 U_INTERNAL UBool U_EXPORT2 uprv_isInfinite(double d); 43 * Floating point utility to determine if a double has a positive infinite value. 46 U_INTERNAL UBool U_EXPORT2 uprv_isPositiveInfinity(double d); 48 * Floating point utility to determine if a double has a negative infinite value. 51 U_INTERNAL UBool U_EXPORT2 uprv_isNegativeInfinity(double d); 56 U_INTERNAL double U_EXPORT2 uprv_getNaN(void); 61 U_INTERNAL double U_EXPORT2 uprv_getInfinity(void) [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/cmpg_double/ |
Test_cmpg_double.java | 50 * @title Arguments = Double.NaN, Double.MAX_VALUE 54 assertEquals(1, t.run(Double.NaN, Double.MAX_VALUE)); 66 * @title Arguments = Double.NEGATIVE_INFINITY, Double.MIN_VALUE 70 assertEquals(-1, t.run(Double.NEGATIVE_INFINITY, Double.MIN_VALUE)); 74 * @title Arguments = Double.POSITIVE_INFINITY, Double.MAX_VALU [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/cmpl_double/ |
Test_cmpl_double.java | 50 * @title Arguments = Double.NaN, Double.MAX_VALUE 54 assertEquals(-1, t.run(Double.NaN, Double.MAX_VALUE)); 66 * @title Arguments = Double.NEGATIVE_INFINITY, Double.MIN_VALUE 70 assertEquals(-1, t.run(Double.NEGATIVE_INFINITY, Double.MIN_VALUE)); 74 * @title Arguments = Double.POSITIVE_INFINITY, Double.MAX_VALU [all...] |
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
MatrixTransformOperation.h | 35 static PassRefPtr<MatrixTransformOperation> create(double a, double b, double c, double d, double e, double f) 69 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false); 71 MatrixTransformOperation(double a, double b, double c, double d, double e, double f [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstDouble.java | 29 new CstDouble(Double.doubleToLongBits(0.0)); 33 new CstDouble(Double.doubleToLongBits(1.0)); 39 * @param bits the {@code double} value as {@code long} bits 52 * @param bits the {@code double} value as {@code long} bits 62 return "double{0x" + Hex.u8(bits) + " / " + 63 Double.longBitsToDouble(bits) + '}'; 68 return Type.DOUBLE; 74 return "double"; 79 return Double.toString(Double.longBitsToDouble(getLongBits())) [all...] |