/frameworks/base/location/lib/java/com/android/location/provider/ |
GeocodeProvider.java | 40 public String getFromLocation(double latitude, double longitude, int maxResults, 47 double lowerLeftLatitude, double lowerLeftLongitude, 48 double upperRightLatitude, double upperRightLongitude, int maxResults, 58 * {@link android.location.Geocoder#getFromLocation(double, double, int)} method. 61 public abstract String onGetFromLocation(double latitude, double longitude, int maxResults [all...] |
/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...] |
/external/libxml2/ |
trionan.h | 38 TRIO_PUBLIC double trio_nan TRIO_PROTO((void)); 43 TRIO_PUBLIC double trio_pinf TRIO_PROTO((void)); 48 TRIO_PUBLIC double trio_ninf TRIO_PROTO((void)); 53 TRIO_PUBLIC double trio_nzero TRIO_PROTO((TRIO_NOARGS)); 58 TRIO_PUBLIC int trio_isnan TRIO_PROTO((double number)); 64 TRIO_PUBLIC int trio_isinf TRIO_PROTO((double number)); 71 TRIO_PUBLIC int trio_isfinite TRIO_PROTO((double number)); 73 TRIO_PUBLIC int trio_fpclassify TRIO_PROTO((double number)); 76 TRIO_PUBLIC int trio_signbit TRIO_PROTO((double number)); 78 TRIO_PUBLIC int trio_fpclassify_and_signbit TRIO_PROTO((double number, int *is_negative)) [all...] |
/external/llvm/test/CodeGen/PowerPC/ |
can-lower-ret.ll | 12 define <4 x double> @foo2(<2 x double> %a, <2 x double> %b) nounwind readnone { 14 %0 = shufflevector <2 x double> %a, <2 x double> undef, <4 x i32> <i32 0, i32 undef, i32 1, i32 undef> 15 %1 = shufflevector <2 x double> %b, <2 x double> undef, <4 x i32> <i32 0, i32 1, i32 undef, i32 undef> 16 %2 = shufflevector <4 x double> %0, <4 x double> %1, <4 x i32> <i32 0, i32 4, i32 2, i32 5> 17 ret <4 x double> % [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...] |
sse41-blend.ll | 41 define <4 x double> @vsel_double(<4 x double> %v1, <4 x double> %v2) { 42 %vsel = select <4 x i1> <i1 true, i1 false, i1 false, i1 false>, <4 x double> %v1, <4 x double> %v2 43 ret <4 x double> %vsel 66 define <2 x double> @A(<2 x double> %x, <2 x double> %y) { 69 %max_is_x = fcmp oge <2 x double> %x, % [all...] |
/external/llvm/test/ExecutionEngine/MCJIT/ |
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/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/llvm/test/Transforms/SimplifyLibCalls/ |
cos.ll | 6 define double @foo(double %d) nounwind readnone { 8 %1 = fsub double -0.000000e+00, %d 9 %2 = call double @cos(double %1) nounwind readnone 10 ; CHECK: call double @cos(double %d) 11 ret double %2 14 declare double @cos(double) nounwind readnon [all...] |
/external/clang/test/CodeGen/ |
builtin-attributes.c | 24 // CHECK: call double @frexp(double % 28 // CHECK: call double @frexpl(double % 33 // CHECK: call double @modf(double % 37 // CHECK: call double @modfl(double % 40 // CHECK: call double @remquo(double [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/native/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/ |
BCCRuntimeStub.h | 26 extern double _Complex __divdc3(double, double, double, double); 34 extern di_int __fixdfdi(double); 36 extern du_int __fixunsdfdi(double); 37 extern su_int __fixunsdfsi(double); 41 extern double __floatdidf(di_int); 43 extern double __floatundidf(du_int) [all...] |