HomeSort by relevance Sort by last modified time
    Searched full:double (Results 301 - 325 of 10424) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/X86/
vec_set-7.ll 4 %tmp = bitcast <2 x i64>* %p to double*
5 %tmp.upgrd.1 = load double* %tmp
6 %tmp.upgrd.2 = insertelement <2 x double> undef, double %tmp.upgrd.1, i32 0
7 %tmp5 = insertelement <2 x double> %tmp.upgrd.2, double 0.0, i32 1
8 %tmp.upgrd.3 = bitcast <2 x double> %tmp5 to <2 x i64>
gather-addresses.ll 20 define <4 x double> @foo(double* %p, <4 x i32>* %i, <4 x i32>* %h) nounwind {
28 %q0 = getelementptr double* %p, i32 %d0
29 %q1 = getelementptr double* %p, i32 %d1
30 %q2 = getelementptr double* %p, i32 %d2
31 %q3 = getelementptr double* %p, i32 %d3
32 %r0 = load double* %q0
33 %r1 = load double* %q1
34 %r2 = load double* %q2
35 %r3 = load double* %q
    [all...]
scalar_sse_minmax.ll 6 declare i1 @llvm.isunordered.f64(double, double)
16 define double @min2(double %x, double %y) {
17 %tmp = fcmp olt double %x, %y ; <i1> [#uses=1]
18 %retval = select i1 %tmp, double %x, double %y ; <double> [#uses=1]
19 ret double %retva
    [all...]
  /external/llvm/test/CodeGen/XCore/
powi.ll 4 declare double @llvm.powi.f64(double, i32)
6 define double @test(double %F, i32 %power) {
7 %result = call double @llvm.powi.f64(double %F, i32 %power)
8 ret double %result
  /external/llvm/test/Transforms/Mem2Reg/
ConvertDebugInfo.ll 3 define double @testfunc(i32 %i, double %j) nounwind ssp {
6 %j_addr = alloca double ; <double*> [#uses=2]
7 %retval = alloca double ; <double*> [#uses=2]
8 %0 = alloca double ; <double*> [#uses=2]
12 ; CHECK: call void @llvm.dbg.value(metadata !{double %j}, i64 0, metadata !9)
14 call void @llvm.dbg.declare(metadata !{double* %j_addr}, metadata !9), !dbg !
    [all...]
  /external/webkit/Source/WebCore/dom/
DeviceMotionData.h 39 static PassRefPtr<Acceleration> create(bool canProvideX, double x, bool canProvideY, double y, bool canProvideZ, double z);
45 double x() const { return m_x; }
46 double y() const { return m_y; }
47 double z() const { return m_z; }
50 Acceleration(bool canProvideX, double x, bool canProvideY, double y, bool canProvideZ, double z);
52 double m_x
    [all...]
  /sdk/traceview/src/com/android/traceview/
TickScaler.java 21 private double mMinVal; // required input
22 private double mMaxVal; // required input
23 private double mRangeVal;
26 private double mPixelsPerRange;
27 private double mTickIncrement;
28 private double mMinMajorTick;
30 TickScaler(double minVal, double maxVal, int numPixels, int pixelsPerTick) {
37 public void setMinVal(double minVal) {
41 public double getMinVal()
    [all...]
  /external/webkit/Source/WebCore/platform/audio/
Biquad.cpp 76 double x1 = m_x1;
77 double x2 = m_x2;
78 double y1 = m_y1;
79 double y2 = m_y2;
81 double a0 = m_a0;
82 double a1 = m_a1;
83 double a2 = m_a2;
84 double b1 = m_b1;
85 double b2 = m_b2;
124 double B[5]
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebPerformance.h 63 WEBKIT_API double navigationStart() const;
64 WEBKIT_API double unloadEventEnd() const;
65 WEBKIT_API double redirectStart() const;
66 WEBKIT_API double redirectEnd() const;
68 WEBKIT_API double fetchStart() const;
69 WEBKIT_API double domainLookupStart() const;
70 WEBKIT_API double domainLookupEnd() const;
71 WEBKIT_API double connectStart() const;
72 WEBKIT_API double connectEnd() const;
73 WEBKIT_API double requestStart() const
    [all...]
  /frameworks/compile/libbcc/runtime/lib/ppc/
multc3.c 24 long double __gcc_qadd(long double, long double);
25 long double __gcc_qsub(long double, long double);
26 long double __gcc_qmul(long double, long double);
28 long double _Comple
    [all...]
  /external/llvm/test/CodeGen/ARM/
2009-08-21-PostRAKill.ll 7 %struct.tree = type { i32, double, double, %struct.tree*, %struct.tree*, %struct.tree*, %struct.tree* }
12 %t.idx51.val.i = load double* null ; <double> [#uses=1]
20 %.idx45.i = getelementptr %struct.tree* %0, i32 0, i32 1 ; <double*> [#uses=1]
21 %.idx45.val.i = load double* %.idx45.i ; <double> [#uses=1]
22 %.idx46.i = getelementptr %struct.tree* %0, i32 0, i32 2 ; <double*> [#uses=1]
23 %.idx46.val.i = load double* %.idx46.i ; <double> [#uses=1
    [all...]
fcopysign.ll 18 define double @test2(double %x, double %y) nounwind {
28 %0 = tail call double @copysign(double %x, double %y) nounwind
29 ret double %0
32 define double @test3(double %x, double %y, double %z) nounwind
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
UnitBezier.h 34 UnitBezier(double p1x, double p1y, double p2x, double p2y)
46 double sampleCurveX(double t)
52 double sampleCurveY(double t)
57 double sampleCurveDerivativeX(double t
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dmul/
Test_dmul.java 51 * @title Arguments = Double.MAX_VALUE, Double.NaN
55 assertEquals(Double.NaN, t.run(Double.MAX_VALUE, Double.NaN));
59 * @title Arguments = Double.POSITIVE_INFINITY, 0
63 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY, 0));
67 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d
71 assertEquals(Double.NEGATIVE_INFINITY, t.run(Double.POSITIVE_INFINITY
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/mul_double/
Test_mul_double.java 51 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally,
64 * @title Arguments = Double.MAX_VALUE, Double.NaN
68 assertEquals(Double.NaN, t.run(Double.MAX_VALUE, Double.NaN));
72 * @title Arguments = Double.POSITIVE_INFINITY, 0
76 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY, 0));
80 * @title Arguments = Double.POSITIVE_INFINITY, -2.7
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/mul_double_2addr/
Test_mul_double_2addr.java 52 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally,
65 * @title Arguments = Double.MAX_VALUE, Double.NaN
69 assertEquals(Double.NaN, t.run(Double.MAX_VALUE, Double.NaN));
73 * @title Arguments = Double.POSITIVE_INFINITY, 0
77 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY, 0));
81 * @title Arguments = Double.POSITIVE_INFINITY, -2.7
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_double/
Test_mul_double.java 51 * @title Arguments = Double.MAX_VALUE, Double.NaN
55 assertEquals(Double.NaN, t.run(Double.MAX_VALUE, Double.NaN));
59 * @title Arguments = Double.POSITIVE_INFINITY, 0
63 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY, 0));
67 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d
71 assertEquals(Double.NEGATIVE_INFINITY, t.run(Double.POSITIVE_INFINITY
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_double_2addr/
Test_mul_double_2addr.java 52 * @title Arguments = Double.MAX_VALUE, Double.NaN
56 assertEquals(Double.NaN, t.run(Double.MAX_VALUE, Double.NaN));
60 * @title Arguments = Double.POSITIVE_INFINITY, 0
64 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY, 0));
68 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d
72 assertEquals(Double.NEGATIVE_INFINITY, t.run(Double.POSITIVE_INFINITY
    [all...]
  /libcore/luni/src/main/java/java/lang/
Double.java 21 * The wrapper for the primitive type {@code double}.
26 public final class Double extends Number implements Comparable<Double> {
42 private final double value;
45 * Constant for the maximum {@code double} value, (2 - 2<sup>-52</sup>) *
48 public static final double MAX_VALUE = 1.79769313486231570e+308;
51 * Constant for the minimum {@code double} value, 2<sup>-1074</sup>.
53 public static final double MIN_VALUE = 5e-324;
58 * Constant for the Not-a-Number (NaN) value of the {@code double} type.
60 public static final double NaN = 0.0 / 0.0
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 89 double H[9],
93 double *im,double *im_p,
98 double K[9],
99 double Kp[9],
104 double *temp_d,
114 double scale=DB_POINT_STANDARDDEV,
124 double *wp=NULL,
126 double *im_r=NULL,
128 double *im_raw=NULL, double *im_raw_p=NULL
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DoubleTest.java 187 double result;
190 result = Double.parseDouble(originalDoubleString);
191 rawBits = Double.doubleToLongBits(result);
192 convertedString = new Double(result).toString();
198 private void test_toString(double dd, String answer) {
199 assertEquals(answer, Double.toString(dd));
200 Double d = new Double(dd);
201 assertEquals(answer, Double.toString(d.doubleValue()));
206 * @tests java.lang.Double#Double(double
    [all...]
  /external/clang/test/Sema/
overloadable.c 9 double *f(double) __attribute__((overloadable)); // okay, new
11 void test_f(int iv, float fv, double dv) {
14 double *dp = f(dv);
19 float *accept_funcptr(int (*)(int, double)) __attribute__((overloadable)); // \
22 void test_funcptr(int (*f1)(int, double),
38 double *f(int) __attribute__((overloadable)); // expected-error{{conflicting types for 'f'}}
40 double promote(float) __attribute__((__overloadable__)); // expected-note {{candidate}}
41 double promote(double) __attribute__((__overloadable__)); // expected-note {{candidate}
    [all...]
  /external/llvm/test/Transforms/InstCombine/
align-addr.ll 14 %e = inttoptr i64 %d to double*
24 %t8 = getelementptr double* %e, i64 %h
25 %p = bitcast double* %t8 to <2 x double>*
26 store <2 x double><double 0.0, double 0.0>, <2 x double>* %p, align 8
53 ; CHECK: load double* %p, align 8
54 ; CHECK: store double %n, double* %p, align
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
RotateTransformOperation.h 34 static PassRefPtr<RotateTransformOperation> create(double angle, OperationType type)
39 static PassRefPtr<RotateTransformOperation> create(double x, double y, double z, double angle, OperationType type)
44 double x() const { return m_x; }
45 double y() const { return m_y; }
46 double z() const { return m_z; }
47 double angle() const { return m_angle; }
69 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false)
    [all...]
  /frameworks/base/location/lib/java/com/android/location/provider/
GeocodeProvider.java 38 public String getFromLocation(double latitude, double longitude, int maxResults,
45 double lowerLeftLatitude, double lowerLeftLongitude,
46 double upperRightLatitude, double upperRightLongitude, int maxResults,
56 * {@link android.location.Geocoder#getFromLocation(double, double, int)} method.
59 public abstract String onGetFromLocation(double latitude, double longitude, int maxResults
    [all...]

Completed in 4698 milliseconds

<<11121314151617181920>>