HomeSort by relevance Sort by last modified time
    Searched full:double (Results 776 - 800 of 10768) sorted by null

<<31323334353637383940>>

  /external/llvm/test/CodeGen/X86/
avx-unpack.ll 11 define <4 x double> @unpackhipd(<4 x double> %src1, <4 x double> %src2) nounwind uwtable readnone ssp {
13 %shuffle.i = shufflevector <4 x double> %src1, <4 x double> %src2, <4 x i32> <i32 1, i32 5, i32 3, i32 7>
14 ret <4 x double> %shuffle.i
25 define <4 x double> @unpacklopd(<4 x double> %src1, <4 x double> %src2) nounwind uwtable readnone ssp {
27 %shuffle.i = shufflevector <4 x double> %src1, <4 x double> %src2, <4 x i32> <i32 0, i32 4, i32 2, i32 6
    [all...]
dagcombine-buildvector.ll 9 define void @test(<2 x double>* %dst, <4 x double> %src) nounwind {
11 %tmp7.i = shufflevector <4 x double> %src, <4 x double> undef, <2 x i32> < i32 0, i32 2 >
12 store <2 x double> %tmp7.i, <2 x double>* %dst
fp-trunc.ll 3 define <1 x float> @test1(<1 x double> %x) nounwind {
6 %y = fptrunc <1 x double> %x to <1 x float>
11 define <2 x float> @test2(<2 x double> %x) nounwind {
16 %y = fptrunc <2 x double> %x to <2 x float>
20 define <8 x float> @test3(<8 x double> %x) nounwind {
31 %y = fptrunc <8 x double> %x to <8 x float>
fp2sint.ll 7 %tmp35.i = load double* null, align 8 ; <double> [#uses=1]
8 %tmp3536.i = fptosi double %tmp35.i to i32 ; <i32> [#uses=1]
10 %tmp39.i = load double* null, align 4 ; <double> [#uses=1]
11 %tmp3940.i = fptosi double %tmp39.i to i32 ; <i32> [#uses=1]
lsr-static-addr.ll 12 @A = external global [0 x double]
21 %arrayidx = getelementptr [0 x double]* @A, i64 0, i64 %i.06
22 %tmp3 = load double* %arrayidx, align 8
23 %mul = fmul double %tmp3, 2.300000e+00
24 store double %mul, double* %arrayidx, align 8
vec_insert-2.ll 22 define <2 x double> @t3(double %s, <2 x double> %tmp) nounwind {
31 %tmp1 = insertelement <2 x double> %tmp, double %s, i32 1
32 ret <2 x double> %tmp1
vec_set-F.ll 14 %tmp717 = bitcast i64 %x to double
15 %tmp8 = insertelement <2 x double> undef, double %tmp717, i32 0
16 %tmp9 = insertelement <2 x double> %tmp8, double 0.000000e+00, i32 1
17 %tmp11 = bitcast <2 x double> %tmp9 to <2 x i64>
vec_shuffle-38.ll 3 define <2 x double> @ld(<2 x double> %p) nounwind optsize ssp {
5 %shuffle = shufflevector <2 x double> %p, <2 x double> undef, <2 x i32> zeroinitializer
6 ret <2 x double> %shuffle
9 define <2 x double> @hd(<2 x double> %p) nounwind optsize ssp {
11 %shuffle = shufflevector <2 x double> %p, <2 x double> undef, <2 x i32> <i32 1, i32 1>
12 ret <2 x double> %shuffl
    [all...]
  /external/llvm/test/Transforms/IndVarSimplify/
preserve-gep-remainder.ll 2 ; CHECK: %p.2.ip.1 = getelementptr [3 x [3 x double]]* %p, i64 2, i64 %0, i64 1
6 ; %p.2.ip.1 = getelementptr [3 x [3 x double]]* %p, i64 0, i64 %tmp, i64 19
9 define void @foo([3 x [3 x double]]* noalias %p) nounwind {
16 %p.2.ip.1 = getelementptr [3 x [3 x double]]* %p, i64 2, i64 %ip, i64 1
17 volatile store double 0.0, double* %p.2.ip.1
  /external/llvm/test/Transforms/InstCombine/
signed-comparison.ll 8 define void @foo(double* %p) nounwind {
15 %t1 = getelementptr double* %p, i64 %t0
16 %t2 = load double* %t1, align 8
17 %t3 = fmul double %t2, 2.2
18 store double %t3, double* %t1, align 8
  /external/webkit/Source/WebCore/dom/
DeviceOrientationEvent.idl 31 readonly attribute [Custom] double alpha;
32 readonly attribute [Custom] double beta;
33 readonly attribute [Custom] double gamma;
34 [Custom] void initDeviceOrientationEvent(in DOMString type, in boolean bubbles, in boolean cancelable, in double alpha, in double beta, in double gamma);
  /external/webkit/Source/WebCore/html/
HTMLMeterElement.idl 24 attribute double value
26 attribute double min
28 attribute double max
30 attribute double low
32 attribute double high
34 attribute double optimum
  /frameworks/base/core/java/android/webkit/
MockGeolocation.java 32 public void setPosition(double latitude, double longitude, double accuracy) {
57 private static native void nativeSetPosition(double latitude, double longitude, double accuracy);
  /frameworks/base/location/java/android/location/
IGeocodeProvider.aidl 29 String getFromLocation(double latitude, double longitude, int maxResults,
33 double lowerLeftLatitude, double lowerLeftLongitude,
34 double upperRightLatitude, double upperRightLongitude, int maxResults,
  /frameworks/compile/libbcc/runtime/lib/arm/
gtdf2vfp.S 13 // extern double __gtdf2vfp(double a, double b);
16 // Uses Darwin calling convention where double precision arguments are passsed
20 fmdrr d6, r0, r1 // load r0/r1 pair in double register
21 fmdrr d7, r2, r3 // load r2/r3 pair in double register
ledf2vfp.S 13 // extern double __ledf2vfp(double a, double b);
16 // Uses Darwin calling convention where double precision arguments are passsed
20 fmdrr d6, r0, r1 // load r0/r1 pair in double register
21 fmdrr d7, r2, r3 // load r2/r3 pair in double register
ltdf2vfp.S 13 // extern double __ltdf2vfp(double a, double b);
16 // Uses Darwin calling convention where double precision arguments are passsed
20 fmdrr d6, r0, r1 // load r0/r1 pair in double register
21 fmdrr d7, r2, r3 // load r2/r3 pair in double register
nedf2vfp.S 13 // extern double __nedf2vfp(double a, double b);
16 // Uses Darwin calling convention where double precision arguments are passsed
20 fmdrr d6, r0, r1 // load r0/r1 pair in double register
21 fmdrr d7, r2, r3 // load r2/r3 pair in double register
negdf2vfp.S 13 // extern double __negdf2vfp(double a, double b);
15 // Returns the negation a double precision floating point numbers using the
16 // Darwin calling convention where double arguments are passsed in GPR pairs.
19 eor r1, r1, #-2147483648 // flip sign bit on double in r0/r1 pair
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_camera.cpp 29 void db_Approx3DCalMat(double K[9],double Kinv[9],int im_width,int im_height,double f_correction,int field)
31 double iw,ih,av_size,field_fact;
36 iw=(double)im_width;
37 ih=(double)(im_height*field_fact);
  /external/llvm/test/Transforms/SimplifyCFG/
2006-10-29-InvokeCrash.ll 31 %struct.QPointF = type { double, double }
34 %struct.QRectF = type { double, double, double, double }
76 call void @_ZN7QPointFC1Edd( %struct.QPointF* %tmp, double 0.000000e+00, double 0.000000e+00 )
84 %tmp.upgrd.7 = call double @_ZNK6QSizeF6heightEv( %struct.QPointF* %tmp17 ) ; <double> [#uses=1
    [all...]
  /external/llvm/test/ExecutionEngine/
test-cast.ll 18 uitofp i1 true to double ; <double>:11 [#uses=0]
28 sitofp i8 4 to double ; <double>:21 [#uses=0]
38 uitofp i8 0 to double ; <double>:31 [#uses=0]
47 sitofp i16 0 to double ; <double>:40 [#uses=0]
56 uitofp i16 0 to double ; <double>:49 [#uses=0
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/neg_double/
Test_neg_double.java 59 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally,
60 * so this operation of long and double makes no sense but shall not crash the VM.
73 * @title Argument = Double.NaN
77 assertEquals(Double.NaN, t.run(Double.NaN));
81 * @title Argument = Double.NEGATIVE_INFINITY
85 assertEquals(Double.POSITIVE_INFINITY, t.run(Double.NEGATIVE_INFINITY));
89 * @title Argument = Double.POSITIVE_INFINITY
93 assertEquals(Double.NEGATIVE_INFINITY, t.run(Double.POSITIVE_INFINITY))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
DrawErrorUnderline.h 51 static inline void drawErrorUnderline(cairo_t* cr, double x, double y, double width, double height)
53 static const double heightSquares = 2.5;
55 double square = height / heightSquares;
56 double halfSquare = 0.5 * square;
58 double unitWidth = (heightSquares - 1.0) * square;
64 double bottom = y + height;
65 double top = y
    [all...]
  /external/webkit/Source/WebCore/webaudio/
AudioParam.h 41 static const double DefaultSmoothingConstant;
42 static const double SnapThreshold;
44 static PassRefPtr<AudioParam> create(const String& name, double defaultValue, double minValue, double maxValue, unsigned units = 0)
49 AudioParam(const String& name, double defaultValue, double minValue, double maxValue, unsigned units = 0)
83 void setSmoothingConstant(double k) { m_smoothingConstant = k; }
87 double m_value
    [all...]

Completed in 468 milliseconds

<<31323334353637383940>>