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

<<11121314151617181920>>

  /external/guava/guava-tests/test/com/google/common/primitives/
DoubleArrayAsListTest.java 37 * Test suite covering {@link Doubles#asList(double[])}.
44 private static List<Double> asList(Double[] values) {
45 double[] temp = new double[values.length];
53 List<ListTestSuiteBuilder<Double>> builders =
69 for (ListTestSuiteBuilder<Double> builder : builders) {
85 @Override protected List<Double> create(Double[] elements) {
91 @Override protected List<Double> create(Double[] elements)
    [all...]
  /external/llvm/test/CodeGen/ARM/
2011-11-14-EarlyClobber.ll 16 %struct.Transform_Struct.0.11.12.17.43.46.56.58.60 = type { [4 x [4 x double]] }
18 define void @Compute_Axis_Rotation_Transform(%struct.Transform_Struct.0.11.12.17.43.46.56.58.60* nocapture %transform, double* nocapture %V1, double %angle) nounwind {
20 store double 1.000000e+00, double* null, align 4
22 store double 0.000000e+00, double* %arrayidx5.1.i, align 4
24 store double 0.000000e+00, double* %arrayidx5.2.i, align 4
26 store double 0.000000e+00, double* %arrayidx5.114.i, align
    [all...]
  /external/llvm/test/CodeGen/X86/
sse-minmax.ll 24 define double @ogt(double %x, double %y) nounwind {
25 %c = fcmp ogt double %x, %y
26 %d = select i1 %c, double %x, double %y
27 ret double %d
39 define double @olt(double %x, double %y) nounwind
    [all...]
2008-06-13-VolatileLoadStore.ll 4 @atomic = global double 0.000000e+00 ; <double*> [#uses=1]
5 @atomic2 = global double 0.000000e+00 ; <double*> [#uses=1]
9 define i16 @f(i64 %x, double %y) {
10 %b = bitcast i64 %x to double ; <double> [#uses=1]
11 store volatile double %b, double* @atomic ; one processor operation only
12 store volatile double 0.000000e+00, double* @atomic2 ; one processor operation onl
    [all...]
2011-02-23-UnfoldBug.ll 10 %theta.0.ph = phi <2 x double> [ undef, %entry ], [ %theta.1, %if.end71 ]
11 %mul.i97 = fmul <2 x double> %theta.0.ph, undef
12 %mul.i96 = fmul <2 x double> %mul.i97, fmul (<2 x double> <double 2.000000e+00, double 2.000000e+00>, <2 x double> undef)
19 %dccf.2 = select i1 undef, <2 x double> %mul.i96, <2 x double> undef
23 %vecins.i94 = insertelement <2 x double> undef, double 0.000000e+00, i32
    [all...]
ldzero.ll 11 %d = alloca double, align 8 ; <double*> [#uses=2]
13 store double 0.000000e+00, double* %d, align 8
14 %tmp1 = load double* %d, align 8 ; <double> [#uses=1]
15 %tmp12 = fpext double %tmp1 to x86_fp80 ; <x86_fp80> [#uses=1]
26 define double @y() {
28 %retval = alloca double, align 8 ; <double*> [#uses=2
    [all...]
  /external/llvm/test/CodeGen/CellSPU/
fneg-fabs.ll 9 define double @fneg_dp(double %X) {
10 %Y = fsub double -0.000000e+00, %X
11 ret double %Y
14 define <2 x double> @fneg_dp_vec(<2 x double> %X) {
15 %Y = fsub <2 x double> < double -0.0000e+00, double -0.0000e+00 >, %X
16 ret <2 x double> %
    [all...]
  /external/llvm/test/Transforms/InstCombine/
fpextend.ll 8 %tmp1 = fpext float %tmp to double ; <double> [#uses=1]
9 %tmp3 = fadd double %tmp1, 0.000000e+00 ; <double> [#uses=1]
10 %tmp34 = fptrunc double %tmp3 to float ; <float> [#uses=1]
18 %tmp1 = fpext float %tmp to double ; <double> [#uses=1]
20 %tmp23 = fpext float %tmp2 to double ; <double> [#uses=1]
21 %tmp5 = fdiv double %tmp1, %tmp23 ; <double> [#uses=1
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/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...]
  /external/iproute2/tc/
tc_cbq.c 30 double maxidle;
31 double g = 1.0 - 1.0/(1<<ewma_log);
32 double xmt = (double)avpkt/bndw;
36 double vxmt = (double)avpkt/rate - xmt;
37 vxmt *= (pow(g, -(double)maxburst) - 1);
47 double g = 1.0 - 1.0/(1<<ewma_log);
48 double offtime = (double)avpkt/rate - (double)avpkt/bndw
    [all...]
  /external/libffi/testsuite/libffi.call/
many.c 28 (double) f1, (double) f2, (double) f3, (double) f4, (double) f5,
29 (double) f6, (double) f7, (double) f8, (double) f9, (double) f10
    [all...]
  /external/llvm/test/CodeGen/Mips/
2008-08-03-fabs64.ll 10 define double @A(double %c, double %d) nounwind readnone {
12 tail call double @fabs( double %c ) nounwind readnone ; <double>:0 [#uses=1]
13 tail call double @fabs( double %d ) nounwind readnone ; <double>:0 [#uses=1]
14 fadd double %0, %
    [all...]
  /external/llvm/test/Transforms/BBVectorize/
req-depth.ll 5 define double @test1(double %A1, double %A2, double %B1, double %B2) {
6 %X1 = fsub double %A1, %B1
7 %X2 = fsub double %A2, %B2
8 %Y1 = fmul double %X1, %A1
9 %Y2 = fmul double %X2, %A2
10 %R = fmul double %Y1, %Y
    [all...]
  /hardware/invensense/libsensors_iio/software/core/driver/include/
mlmath.h 22 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5))))
32 double ml_asin(double);
33 double ml_atan(double);
34 double ml_atan2(double, double);
35 double ml_log(double);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.h 61 typedef double Transform[6];
64 AffineTransform(double a, double b, double c, double d, double e, double f);
66 void setMatrix(double a, double b, double c, double d, double e, double f)
    [all...]
  /external/stlport/stlport/stl/
_cmath.h 53 extern "C" double hypot(double x, double y);
72 long double __cosl(long double v);
73 long double __sinl(long double v);
74 long double __atan2l(long double, long double);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 53 extern "C" double hypot(double x, double y);
72 long double __cosl(long double v);
73 long double __sinl(long double v);
74 long double __atan2l(long double, long double);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 53 extern "C" double hypot(double x, double y);
72 long double __cosl(long double v);
73 long double __sinl(long double v);
74 long double __atan2l(long double, long double);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 53 extern "C" double hypot(double x, double y);
72 long double __cosl(long double v);
73 long double __sinl(long double v);
74 long double __atan2l(long double, long double);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 53 extern "C" double hypot(double x, double y);
72 long double __cosl(long double v);
73 long double __sinl(long double v);
74 long double __atan2l(long double, long double);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 53 extern "C" double hypot(double x, double y);
72 long double __cosl(long double v);
73 long double __sinl(long double v);
74 long double __atan2l(long double, long double);
    [all...]
  /bionic/libm/src/
w_drem.c 10 double
12 double x, y;
  /external/clang/test/CXX/temp/temp.param/
p8.cpp 4 template<int f(float, double)> struct B;
6 template<int (*f)(FLOAT, double)> struct B;
  /external/clang/test/CodeGen/
2008-01-21-PackedBitFields.c 3 typedef double Al1Double __attribute__((aligned(1)));
6 double foo() { return X.v; }
  /external/clang/test/Sema/
complex-imag.c 18 double a = 1;
19 double b = __imag a;
20 double *c = &__real a;
21 double *d = &__imag a; // expected-error {{must be an lvalue}}
25 _Complex double a = 1;
26 double b = __imag a;
27 double *c = &__real a;
28 double *d = &__imag a;

Completed in 2396 milliseconds

<<11121314151617181920>>