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

<<11121314151617181920>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
MathTest.java 22 double HYP = Math.sqrt(2.0);
24 double OPP = 1.0;
26 double ADJ = 1.0;
32 * @tests java.lang.Math#abs(double)
35 // Test for method double java.lang.Math.abs(double)
37 assertTrue("Incorrect double abs value",
39 assertTrue("Incorrect double abs value",
75 * @tests java.lang.Math#acos(double)
78 // Test for method double java.lang.Math.acos(double
    [all...]
StrictMathTest.java 32 double HYP = StrictMath.sqrt(2.0);
34 double OPP = 1.0;
36 double ADJ = 1.0;
42 * @tests java.lang.StrictMath#abs(double)
45 // Test for method double java.lang.StrictMath.abs(double)
47 assertTrue("Incorrect double abs value",
49 assertTrue("Incorrect double abs value",
87 * @tests java.lang.StrictMath#acos(double)
90 // Test for method double java.lang.StrictMath.acos(double
    [all...]
  /external/clang/test/Sema/
overloadable-complex.c 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) {
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) {
21 long *foo(double _Complex) __attribute__((__overloadable__));
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) {
30 char *promote_or_convert(double _Complex) __attribute__((__overloadable__)); // expected-note 2 {{candidate function}}
31 int *promote_or_convert(long double _Complex) __attribute__((__overloadable__)); // expected-note 2 {{candidate function}}
39 int *promote_or_convert2(double _Complex) __attribute__((__overloadable__))
    [all...]
  /external/clang/test/SemaCXX/
complex-overload.cpp 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) {
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) {
21 long *foo(double _Complex);
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) {
30 char *promote_or_convert(double _Complex); // expected-note{{candidate function}}
31 int *promote_or_convert(long double _Complex); // expected-note{{candidate function}}
39 int *promote_or_convert2(double _Complex)
    [all...]
  /external/icu4c/test/intltest/
tsnmfmt.h 36 void tryIt(double aNumber);
63 * Return a random double that isn't too large.
65 static double getSafeDouble(double smallerThanMax);
68 * Return a random double
70 static double randDouble();
78 * Return a random double 0 <= x < 1.0
80 static double randFraction()
82 return (double)randLong() / (double)0xFFFFFFFF
    [all...]
tsputil.h 25 // void remainderTest(double x, double y, double exp);
26 void maxMinTest(double a, double b, double exp, UBool max);
  /external/llvm/test/CodeGen/SystemZ/
2009-08-22-FCopySign.ll 6 define double @foo(double %a, double %b) nounwind {
9 %0 = tail call double @copysign(double %a, double %b) nounwind readnone
10 ret double %0
21 declare double @copysign(double, double) nounwind readnon
    [all...]
  /external/llvm/test/CodeGen/Thumb2/
2010-02-24-BigStack.ll 7 define void @FindMin(double* %panelTDEL, i8* %dclOfRow, i32 %numRows, i32 %numCols, double* %retMin_RES_TDEL) {
9 %panelTDEL.addr = alloca double*, align 4 ; <double**> [#uses=1]
10 %panelResTDEL = alloca [2560 x double], align 4 ; <[2560 x double]*> [#uses=0]
11 store double* %panelTDEL, double** %panelTDEL.addr
12 store double* %retMin_RES_TDEL, double** unde
    [all...]
  /external/llvm/test/CodeGen/X86/
2008-06-13-NotVolatileLoadStore.ll 7 @atomic = global double 0.000000e+00 ; <double*> [#uses=1]
8 @atomic2 = global double 0.000000e+00 ; <double*> [#uses=1]
13 %b = bitcast i64 %x to double ; <double> [#uses=1]
14 store double %b, double* @atomic
15 store double 0.000000e+00, double* @atomic
    [all...]
fp-stack-ret-store.ll 8 define void @bar(double* %P) {
10 %tmp = tail call double (...)* @foo( ) ; <double> [#uses=1]
11 store double %tmp, double* %P, align 8
15 declare double @foo(...)
19 %tmp = tail call double (...)* @foo2( ) ; <double> [#uses=1]
20 %tmp1 = fptrunc double %tmp to float ; <float> [#uses=1]
25 declare double @foo2(...
    [all...]
avx-128.ll 16 %d = alloca double, align 8
19 %conv = fpext float %tmp to double
20 store double %conv, double* %d, align 8
25 define double @funcA(i64* nocapture %e) nounwind uwtable readonly ssp {
28 %conv = sitofp i64 %tmp1 to double
29 ret double %conv
33 define double @funcB(i32* nocapture %e) nounwind uwtable readonly ssp {
36 %conv = sitofp i32 %tmp1 to double
37 ret double %con
    [all...]
  /external/llvm/test/ExecutionEngine/
test-setcond-fp.ll 5 %double1 = fadd double 0.000000e+00, 0.000000e+00 ; <double> [#uses=6]
6 %double2 = fadd double 0.000000e+00, 0.000000e+00 ; <double> [#uses=6]
15 %test55 = fcmp oeq double %double1, %double2 ; <i1> [#uses=0]
16 %test56 = fcmp oge double %double1, %double2 ; <i1> [#uses=0]
17 %test57 = fcmp ogt double %double1, %double2 ; <i1> [#uses=0]
18 %test58 = fcmp ole double %double1, %double2 ; <i1> [#uses=0]
19 %test59 = fcmp olt double %double1, %double2 ; <i1> [#uses=0]
20 %test60 = fcmp une double %double1, %double2 ; <i1> [#uses=0
    [all...]
  /external/llvm/test/MC/AsmParser/
floating-literals.s 24 .double 5, .232, -11.1
27 .double 0.0
30 .double -1.2e3
32 .double -1.2e-5
34 .double -1.2e+10
36 .double 1e5
38 .double 1.e5
40 .double 2.
43 //.double -1.2e+
44 //.double -1.2
    [all...]
  /external/fdlibm/
w_scalb.c 15 * wrapper ieee_scalb(double x, double fn) is provide for
26 double ieee_scalb(double x, int fn) /* wrapper scalb */
28 double ieee_scalb(double x, double fn) /* wrapper scalb */
31 double ieee_scalb(x,fn) /* wrapper scalb */
33 double x; int fn;
35 double x,fn
    [all...]
  /external/llvm/test/Transforms/GVN/
2007-07-25-SinglePredecessor.ll 7 %struct.ggPoint2 = type { [2 x double] }
8 %struct.ggPoint3 = type { [3 x double] }
10 %struct.mrViewingHitRecord = type { double, %struct.ggPoint3, %struct.ggONB3, %struct.ggPoint2, double, %struct.ggSpectrum, %struct.ggSpectrum, i32, i32, i32, i32 }
13 define i32 @_ZNK21mrZEllipticalCylinder10viewingHitERK6ggRay3dddR18mrViewingHitRecordR16ggMaterialRecord(%struct.mrXEllipticalCylinder* %this, %struct.ggBox3* %ray, double %unnamed_arg, double %tmin, double %tmax, %struct.mrViewingHitRecord* %VHR, %struct.ggMaterialRecord* %unnamed_arg2) {
15 %tmp80.i = getelementptr %struct.mrViewingHitRecord* %VHR, i32 0, i32 1, i32 0, i32 0 ; <double*> [#uses=1]
16 store double 0.000000e+00, double* %tmp80.
    [all...]
  /external/llvm/test/Transforms/LoopUnroll/
shifted-tripcount.ll 9 define void @foo(double* nocapture %p, i64 %n) nounwind {
16 %arrayidx7 = getelementptr double* %p, i64 %i.013 ; <double*> [#uses=2]
18 %arrayidx = getelementptr double* %p, i64 %tmp16 ; <double*> [#uses=1]
19 %tmp4 = load double* %arrayidx ; <double> [#uses=1]
20 %tmp8 = load double* %arrayidx7 ; <double> [#uses=1]
21 %mul9 = fmul double %tmp8, %tmp4 ; <double> [#uses=1
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLMeterElement.h 41 double min() const;
42 void setMin(double, ExceptionCode&);
44 double max() const;
45 void setMax(double, ExceptionCode&);
47 double value() const;
48 void setValue(double, ExceptionCode&);
50 double low() const;
51 void setLow(double, ExceptionCode&);
53 double high() const;
54 void setHigh(double, ExceptionCode&)
    [all...]
  /frameworks/base/include/cpustats/
CentralTendencyStatistics.h 34 void sample(double x);
37 double mean() const { return mMean; }
40 double minimum() const { return mMinimum; }
43 double maximum() const { return mMaximum; }
46 double variance() const;
49 double stddev() const;
58 double mMean;
59 double mMedian;
60 double mMinimum;
61 double mMaximum
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
MathExtras.h 52 const double piDouble = 3.14159265358979323846;
55 const double piDouble = M_PI;
60 const double piOverTwoDouble = 1.57079632679489661923;
63 const double piOverTwoDouble = M_PI_2;
68 const double piOverFourDouble = 0.785398163397448309616;
71 const double piOverFourDouble = M_PI_4;
78 inline double wtf_ceil(double x) { return copysign(ceil(x), x); }
87 inline bool isfinite(double x) { return finite(x) && !isnand(x); }
90 inline bool isinf(double x) { return !finite(x) && !isnand(x);
    [all...]
  /external/webkit/Source/WebCore/platform/audio/
Distance.h 47 double gain(double distance);
58 void setRefDistance(double refDistance) { m_refDistance = refDistance; }
59 void setMaxDistance(double maxDistance) { m_maxDistance = maxDistance; }
60 void setRolloffFactor(double rolloffFactor) { m_rolloffFactor = rolloffFactor; }
62 double refDistance() const { return m_refDistance; }
63 double maxDistance() const { return m_maxDistance; }
64 double rolloffFactor() const { return m_rolloffFactor; }
67 double linearGain(double distance)
    [all...]
  /frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h 26 extern double _Complex __divdc3(double, double, double, double);
36 extern di_int __fixdfdi(double);
38 extern du_int __fixunsdfdi(double);
39 extern su_int __fixunsdfsi(double);
43 extern double __floatdidf(di_int);
45 extern double __floatundidf(du_int)
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/drem/
Test_drem.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...]
  /dalvik/vm/compiler/codegen/arm/
CalloutHelper.h 36 extern "C" float __aeabi_d2f(double op1); // OP_DOUBLE_TO_FLOAT
37 extern "C" double __aeabi_f2d(float op1); // OP_FLOAT_TO_DOUBLE
38 extern "C" double __aeabi_i2d(int op1); // OP_INT_TO_DOUBLE
39 extern "C" int __aeabi_d2iz(double op1); // OP_DOUBLE_TO_INT
41 extern "C" double __aeabi_l2d(long op1); // OP_LONG_TO_DOUBLE
43 s8 dvmJitd2l(double op1); // OP_DOUBLE_TO_LONG
52 /* Double-precision FP arithmetics */
53 extern "C" double __aeabi_dadd(double a, double b); // OP_ADD_DOUBLE[_2ADDR
    [all...]
  /external/clang/test/CodeGen/
overloadable.c 4 double __attribute__((overloadable)) f(double x) { return x; }
5 double _Complex __attribute__((overloadable)) f(double _Complex x) { return x; }
17 double dv = 4.0;
18 double _Complex cdv;
  /external/libvpx/vp8/encoder/
psnr.c 18 double vp8_mse2psnr(double Samples, double Peak, double Mse)
20 double psnr;
22 if ((double)Mse > 0.0)

Completed in 967 milliseconds

<<11121314151617181920>>