HomeSort by relevance Sort by last modified time
    Searched full:double (Results 676 - 700 of 11433) sorted by null

<<21222324252627282930>>

  /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...]
  /external/dexmaker/src/dx/java/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...]
  /external/llvm/test/CodeGen/ARM/
cse-libcalls.ll 7 define double @u_f_nonbon(double %lambda) nounwind {
9 %tmp19.i.i = load double* null, align 4 ; <double> [#uses=2]
10 %tmp6.i = fcmp olt double %tmp19.i.i, 1.000000e+00 ; <i1> [#uses=1]
11 %dielectric.0.i = select i1 %tmp6.i, double 1.000000e+00, double %tmp19.i.i ; <double> [#uses=1]
12 %tmp10.i4 = fdiv double 0x4074C2D71F36262D, %dielectric.0.i ; <double> [#uses=1
    [all...]
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/X86/
fma.ll 22 define double @test_f64(double %a, double %b, double %c) nounwind readnone ssp {
24 %call = tail call double @llvm.fma.f64(double %a, double %b, double %c) nounwind readnone
25 ret double %call
38 declare double @llvm.fma.f64(double, double, double) nounwind readnon
    [all...]
win_ftol2.ll 14 define i64 @double_ui64(double %x) nounwind {
22 %0 = fptoui double %x to i64
38 define i64 @double_ui64_2(double %x, double %y, double %z) nounwind {
64 %1 = fdiv double %x, %y
65 %2 = fsub double %x, %z
66 %3 = fptoui double %1 to i64
67 %4 = fptoui double %2 to i64
72 define i64 @double_ui64_3(double %x, double %y, double %z) nounwind
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cmath 81 inline double
82 abs(double __x)
89 inline long double
90 abs(long double __x)
95 double>::__type
105 inline long double
106 acos(long double __x)
111 double>::__type
121 inline long double
122 asin(long double __x
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cmath 81 inline double
82 abs(double __x)
89 inline long double
90 abs(long double __x)
95 double>::__type
105 inline long double
106 acos(long double __x)
111 double>::__type
121 inline long double
122 asin(long double __x
    [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...]
  /external/llvm/test/CodeGen/NVPTX/
convert-fp.ll 14 define i16 @cvt_i16_f64(double %x) {
17 %a = fptoui double %x to i16
28 define i32 @cvt_i32_f64(double %x) {
31 %a = fptoui double %x to i32
43 define i64 @cvt_i64_f64(double %x) {
46 %a = fptoui double %x to i64
71 define float @cvt_f32_f64(double %x) {
74 %a = fptrunc double %x to float
99 define double @cvt_f64_i16(i16 %x) {
102 %a = uitofp i16 %x to double
    [all...]
  /external/v8/src/
conversions.h 39 // The longest possible double in decimal representation is
55 inline double SignedZero(bool negative) {
60 // The fast double-to-(unsigned-)int conversion routine does not guarantee
64 inline int FastD2I(double x) {
65 // The static_cast convertion from double to int used to be slow, but
70 inline unsigned int FastD2UI(double x);
73 inline double FastI2D(int x) {
75 // double, so this code should compile to a few instructions without
77 return static_cast<double>(x);
81 inline double FastUI2D(unsigned x)
    [all...]
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/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/guava/guava/src/com/google/common/primitives/
Doubles.java 23 import static java.lang.Double.NEGATIVE_INFINITY;
24 import static java.lang.Double.POSITIVE_INFINITY;
38 * Static utility methods pertaining to {@code double} primitives, that are not
39 * already found in either {@link Double} or {@link Arrays}.
49 * The number of bytes required to represent a primitive {@code double}
54 public static final int BYTES = Double.SIZE / Byte.SIZE;
58 * {@code ((Double) value).hashCode()}.
60 * @param value a primitive {@code double} value
63 public static int hashCode(double value) {
64 return ((Double) value).hashCode()
    [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/Mips/
fp-indexed-ls.ll 4 %struct.S2 = type <{ [4 x double] }>
9 @gd = external global double
21 define double @foo1(double* nocapture %b, i32 %o) nounwind readonly {
24 %arrayidx = getelementptr inbounds double* %b, i32 %o
25 %0 = load double* %arrayidx, align 8
26 ret double %0
46 define void @foo4(double* nocapture %b, i32 %o) nounwind {
49 %0 = load double* @gd, align 8
50 %arrayidx = getelementptr inbounds double* %b, i32 %
    [all...]
o32_cc_vararg.ll 38 ; check whether the variable double argument will be accessed from the 8-byte
41 define double @va2(i32 %a, ...) nounwind {
45 %b = alloca double, align 8
49 %0 = va_arg i8** %ap, double
50 store double %0, double* %b, align 8
53 %tmp = load double* %b, align 8
54 ret double %tmp
69 define i32 @va3(double %a, ...) nounwind {
71 %a.addr = alloca double, align
    [all...]

Completed in 1231 milliseconds

<<21222324252627282930>>