/external/llvm/test/CodeGen/CBackend/ |
2008-10-21-PPCLongDoubleConstant.ll | 7 %"struct.Quadrature<0>" = type { %struct.Subscriptor, i32, %"struct.std::vector<Point<0>,std::allocator<Point<0> > >", %"struct.std::vector<double,std::allocator<double> >" } 9 %"struct.Tensor<1,0>" = type { [1 x double] } 12 %"struct.std::_Vector_base<double,std::allocator<double> >" = type { %"struct.std::_Vector_base<double,std::allocator<double> >::_Vector_impl" } 13 %"struct.std::_Vector_base<double,std::allocator<double> >::_Vector_impl" = type { double*, double*, double* [all...] |
/external/llvm/test/CodeGen/PTX/ |
fdiv-sm10.ll | 10 define ptx_device double @t1_f64(double %x, double %y) { 13 %a = fdiv double %x, %y 14 ret double %a
|
fdiv-sm13.ll | 10 define ptx_device double @t1_f64(double %x, double %y) { 13 %a = fdiv double %x, %y 14 ret double %a
|
/external/llvm/test/CodeGen/PowerPC/ |
fp-branch.ll | 3 declare i1 @llvm.isunordered.f64(double, double) 5 define i1 @intcoord_cond_next55(double %tmp48.reload) { 16 %tmp57 = fcmp oge double %tmp48.reload, 1.000000e+00 ; <i1> [#uses=1] 17 %tmp58 = fcmp uno double %tmp48.reload, 1.000000e+00 ; <i1> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
2010-01-18-DbgValue.ll | 6 %struct.Pt = type { double, double } 9 define double @foo(%struct.Rect* byval %my_r0) nounwind ssp { 12 %retval = alloca double ; <double*> [#uses=2] 13 %0 = alloca double ; <double*> [#uses=2] 17 %2 = getelementptr inbounds %struct.Pt* %1, i32 0, i32 0, !dbg !16 ; <double*> [#uses=1] 18 %3 = load double* %2, align 8, !dbg !16 ; <double> [#uses=1 [all...] |
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...] |
avx-vextractf128.ll | 13 define <4 x double> @B(<4 x double> %a) nounwind uwtable readnone ssp { 15 %shuffle = shufflevector <4 x double> %a, <4 x double> undef, <4 x i32> <i32 2, i32 3, i32 4, i32 4> 16 ret <4 x double> %shuffle
|
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
|
sse41-blend.ll | 41 define <4 x double> @vsel_double(<4 x double> %v1, <4 x double> %v2) { 42 %vsel = select <4 x i1> <i1 true, i1 false, i1 false, i1 false>, <4 x double> %v1, <4 x double> %v2 43 ret <4 x double> %vsel 66 define <2 x double> @A(<2 x double> %x, <2 x double> %y) { 69 %max_is_x = fcmp oge <2 x double> %x, % [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/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/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/libxml2/ |
trionan.h | 38 TRIO_PUBLIC double trio_nan TRIO_PROTO((void)); 43 TRIO_PUBLIC double trio_pinf TRIO_PROTO((void)); 48 TRIO_PUBLIC double trio_ninf TRIO_PROTO((void)); 53 TRIO_PUBLIC double trio_nzero TRIO_PROTO((TRIO_NOARGS)); 58 TRIO_PUBLIC int trio_isnan TRIO_PROTO((double number)); 64 TRIO_PUBLIC int trio_isinf TRIO_PROTO((double number)); 71 TRIO_PUBLIC int trio_isfinite TRIO_PROTO((double number)); 73 TRIO_PUBLIC int trio_fpclassify TRIO_PROTO((double number)); 76 TRIO_PUBLIC int trio_signbit TRIO_PROTO((double number)); 78 TRIO_PUBLIC int trio_fpclassify_and_signbit TRIO_PROTO((double number, int *is_negative)) [all...] |
/external/llvm/test/CodeGen/Mips/ |
analyzebranch.ll | 3 define double @foo(double %a, double %b) nounwind readnone { 9 %cmp = fcmp ogt double %a, 0.000000e+00 13 %cmp3 = fcmp ogt double %b, 0.000000e+00 17 %c.0 = phi double [ %a, %entry ], [ 0.000000e+00, %if.else ] 18 %sub = fsub double %b, %c.0 19 %mul = fmul double %sub, 2.000000e+00 23 %retval.0 = phi double [ %mul, %if.end6 ], [ 0.000000e+00, %if.else ] 24 ret double %retval. [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...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/add_double_2addr/ |
Test_add_double_2addr.java | 50 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally, 51 * so this sum of long and double 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.NaN, t.run(Double.POSITIVE_INFINITY [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...] |
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/ |
PlaybackGraphs.java | 35 private static final double IDEAL_FRAMES = 60; 39 private static double viewportCoverage(TileData view, TileData tile) { 50 public double getValue(TileData[] frame); 52 public double getMax(); 61 public double getValue(TileData[] frame) { 67 public double getMax() { 78 public double getValue(TileData[] frame) { 79 double total = 0, totalCount = 0; 82 double coverage = viewportCoverage(frame[0], data); 93 public double getMax() [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...] |