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

<<21222324252627282930>>

  /cts/tools/dx-tests/src/dxc/junit/opcodes/dcmpg/
Test_dcmpg.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/dx-tests/src/dxc/junit/opcodes/dcmpl/
Test_dcmpl.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/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...]
  /dalvik/dx/src/com/android/dx/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...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/add_double/
Test_add_double.java 53 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally,
54 * so this sum of long and double makes no sense but shall not crash the VM.
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,
74 * Double.NEGATIVE_INFINITY
78 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_double_2addr/
Test_add_double_2addr.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...]
  /external/iproute2/netem/
maketable.c 19 double *
23 double *x;
29 limit = 2*info.st_size/sizeof(double); /* @@ approximate */
34 x = calloc(limit, sizeof(double));
36 perror("double alloc");
51 arraystats(double *x, int limit, double *mu, double *sigma, double *rho)
54 double sumsquare=0.0, sum=0.0, top=0.0
    [all...]
  /external/llvm/test/Analysis/ScalarEvolution/
nsw-offset.ll 9 define void @foo(i32 %no, double* nocapture %d, double* nocapture %q) nounwind {
25 ; CHECK: %2 = getelementptr inbounds double* %d, i64 %1
27 %2 = getelementptr inbounds double* %d, i64 %1 ; <double*> [#uses=1]
29 %3 = load double* %2, align 8 ; <double> [#uses=1]
31 %5 = getelementptr inbounds double* %q, i64 %4 ; <double*> [#uses=1]
32 %6 = load double* %5, align 8 ; <double> [#uses=1
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cmath 93 inline double
94 abs(double __x)
101 inline long double
102 abs(long double __x)
111 inline long double
112 acos(long double __x)
117 double>::__type
127 inline long double
128 asin(long double __x)
133 double>::__typ
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cmath 93 inline double
94 abs(double __x)
101 inline long double
102 abs(long double __x)
111 inline long double
112 acos(long double __x)
117 double>::__type
127 inline long double
128 asin(long double __x)
133 double>::__typ
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cmath 93 inline double
94 abs(double __x)
101 inline long double
102 abs(long double __x)
111 inline long double
112 acos(long double __x)
117 double>::__type
127 inline long double
128 asin(long double __x)
133 double>::__typ
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
cmath 93 inline double
94 abs(double __x)
101 inline long double
102 abs(long double __x)
111 inline long double
112 acos(long double __x)
117 double>::__type
127 inline long double
128 asin(long double __x)
133 double>::__typ
    [all...]
  /external/llvm/test/CodeGen/X86/
avx-logic.ll 4 define <4 x double> @andpd256(<4 x double> %y, <4 x double> %x) nounwind uwtable readnone ssp {
6 %0 = bitcast <4 x double> %x to <4 x i64>
7 %1 = bitcast <4 x double> %y to <4 x i64>
9 %2 = bitcast <4 x i64> %and.i to <4 x double>
10 ret <4 x double> %2
14 define <4 x double> @andpd256fold(<4 x double> %y) nounwind uwtable readnone ssp {
16 %0 = bitcast <4 x double> %y to <4 x i64
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ConcurrentModTest.java 36 Double one = new Double(1.0);
37 Double two = new Double(2.0);
38 Double three = new Double(3.0);
39 Double four = new Double(4.0);
47 assertTrue(((Double) sub.get(1)).doubleValue() <= 3.0);
48 assertTrue(((Double) sub.get(1)).doubleValue() > 2.0)
    [all...]
  /dalvik/dx/tests/121-sccp/
Blort.java 112 public static double testDoubleAddSub() {
113 double a, b, c, d;
129 public static double testDoubleMult() {
130 double a = 6;
131 double b = 9 - a;
132 double c = b * 4;
140 public static double testDoubleDiv() {
141 double a = 30;
142 double b = 9 - a / 5;
143 double c = b * 4
    [all...]
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p20.cpp 38 static void* operator new(size_t, double, double);
45 static void operator delete(void*, double, double);
56 static void* operator new(size_t, double, double);
60 double *dp = &x;
72 static void* operator new(size_t, double, double);
77 double *dp = &x
    [all...]
  /external/libffi/testsuite/libffi.call/
closure_fn6.c 20 (int)(*(int *)args[4]) + (int)(*(double *)args[5]) +
21 (int)*(double *)args[6] + (int)(*(float *)args[7]) +
22 (int)(*(double *)args[8]) + (int)*(double *)args[9] +
25 (int)(*(double *)args[14]) + (int)*(double *)args[15] +
33 (int)(*(int *)args[4]), (int)(*(double *)args[5]),
34 (int)*(double *)args[6], (int)(*(float *)args[7]),
35 (int)(*(double *)args[8]), (int)*(double *)args[9]
    [all...]
  /external/llvm/test/CodeGen/ARM/
fpconv.ll 4 define float @f1(double %x) {
10 %tmp1 = fptrunc double %x to float ; <float> [#uses=1]
14 define double @f2(float %x) {
20 %tmp1 = fpext float %x to double ; <double> [#uses=1]
21 ret double %tmp1
44 define i32 @f5(double %x) {
50 %tmp = fptosi double %x to i32 ; <i32> [#uses=1]
54 define i32 @f6(double %x) {
60 %tmp = fptoui double %x to i32 ; <i32> [#uses=1
    [all...]
  /external/llvm/test/CodeGen/Mips/
o32_cc_vararg.ll 39 ; check whether the variable double argument will be accessed from the 8-byte
42 define double @va2(i32 %a, ...) nounwind {
46 %b = alloca double, align 8
50 %0 = va_arg i8** %ap, double
51 store double %0, double* %b, align 8
54 %tmp = load double* %b, align 8
55 ret double %tmp
70 define i32 @va3(double %a, ...) nounwind {
72 %a.addr = alloca double, align
    [all...]
  /external/llvm/test/Transforms/IndVarSimplify/
gep-with-mul-base.ll 15 define void @foo(i64 %n, i64 %m, i64 %o, double* nocapture %p) nounwind {
28 %tmp9 = getelementptr double* %p, i64 %i.01 ; <double*> [#uses=1]
29 %tmp10 = load double* %tmp9, align 8 ; <double> [#uses=1]
30 %tmp11 = fdiv double %tmp10, 2.100000e+00 ; <double> [#uses=1]
31 store double %tmp11, double* %tmp9, align 8
42 define void @bar(i64 %n, i64 %m, i64 %o, i64 %q, double* nocapture %p) nounwind
    [all...]
  /external/llvm/test/Transforms/InstCombine/
2011-06-13-nsw-alloca.ll 7 %ptr = alloca double*, align 4
9 store double* null, double** %ptr, align 4
19 ; CHECK: alloca double*
21 %9 = bitcast i8* %8 to double*
22 store double* %9, double** %ptr, align 4
26 %11 = load double** %ptr, align 4
27 call void @bar(double* %11)
32 declare void @bar(double*)
    [all...]
  /external/opencv/cv/src/
_cvmatrix.h 50 #define icvCopyVector_64d( src, len, dst ) memcpy((dst),(src),(len)*sizeof(double))
51 #define icvSetZero_64d( dst, cols, rows ) memset((dst),0,(rows)*(cols)*sizeof(double))
53 #define icvCopyMatrix_64d( src, w, h, dst ) memcpy((dst),(src),(w)*(h)*sizeof(double))
56 #define icvCreateVector_64d( len ) (double*)cvAlloc( (len)*sizeof(double))
58 #define icvCreateMatrix_64d( w, h ) (double*)cvAlloc( (w)*(h)*sizeof(double))
81 CV_INLINE double icvSum_32f( const float* src, int len )
83 double s = 0;
91 CV_INLINE double icvDotProduct_32f( const float* src1, const float* src2, int len
    [all...]

Completed in 736 milliseconds

<<21222324252627282930>>