/external/webkit/Source/WebCore/svg/ |
SVGMatrix.h | 38 SVGMatrix(double a, double b, double c, double d, double e, double f) 43 SVGMatrix translate(double tx, double ty) 50 SVGMatrix scale(double s) 57 SVGMatrix scaleNonUniform(double sx, double sy [all...] |
/external/webkit/Source/WebKit/chromium/public/ |
WebGeolocationPosition.h | 43 WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) 50 WEBKIT_API void assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool provides (…) [all...] |
/external/webkit/Source/WebKit2/Shared/ |
WebGeolocationPosition.h | 44 double timestamp; 45 double latitude; 46 double longitude; 47 double accuracy; 50 static PassRefPtr<WebGeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy) 57 double timestamp() const { return m_data.timestamp; } 58 double latitude() const { return m_data.latitude; [all...] |
/frameworks/compile/libbcc/runtime/lib/ppc/ |
floatditf.c | 5 /* long double __floatditf(long long x); */ 6 /* This file implements the PowerPC long long -> long double conversion */ 11 long double __floatditf(int64_t a) { 13 static const double twop32 = 0x1.0p32; 14 static const double twop52 = 0x1.0p52; 19 const double high_addend = (double)((int32_t)(a >> 32))*twop32 - twop52; 21 /* At this point, we have two double precision numbers 23 * as a canonicalized long double:
|
floatunditf.c | 5 /* long double __floatunditf(unsigned long long x); */ 6 /* This file implements the PowerPC unsigned long long -> long double conversion */ 11 long double __floatunditf(uint64_t a) { 15 static const double twop52 = 0x1.0p52; 16 static const double twop84 = 0x1.0p84; 17 static const double twop84_plus_twop52 = 0x1.00000001p84; 25 const double high_addend = high.d - twop84_plus_twop52; 27 /* At this point, we have two double precision numbers 29 * as a canonicalized long double:
|
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/ |
root_compute_non_uint32_t_xyzar.rs | 5 int x, float y, double z, uchar ar) {
|
/ndk/sources/host-tools/make-3.81/config/ |
longdouble.m4 | 10 dnl Test whether the compiler supports the 'long double' type. 15 AC_CACHE_CHECK([for long double], gt_cv_c_long_double, 20 /* The Stardent Vistra knows sizeof(long double), but does not support it. */ 21 long double foo = 0.0; 22 /* On Ultrix 4.3 cc, long double is 4 and double is 8. */ 23 int array [2*(sizeof(long double) >= sizeof(double)) - 1]; 28 AC_DEFINE(HAVE_LONG_DOUBLE, 1, [Define if you have the 'long double' type.])
|
/ndk/tests/device/test-gnustl-full/unit/ |
unary.h | 19 struct square_root : public unary_function<double, double> { 20 double operator()(double x_) const
|
/ndk/tests/device/test-stlport/unit/ |
unary.h | 19 struct square_root : public unary_function<double, double> { 20 double operator()(double x_) const
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/ |
LocationPoint.java | 23 private double mLongitude; 24 private double mLatitude; 26 private double mElevation; 28 final void setLocation(double longitude, double latitude) { 33 public final double getLongitude() { 37 public final double getLatitude() { 41 final void setElevation(double elevation) { 50 public final double getElevation() {
|
/external/llvm/test/CodeGen/X86/ |
avx-vinsertf128.ll | 14 define <4 x double> @B(<4 x double> %a) nounwind uwtable readnone ssp { 16 %shuffle = shufflevector <4 x double> %a, <4 x double> undef, <4 x i32> <i32 4, i32 4, i32 0, i32 1> 17 ret <4 x double> %shuffle 20 declare <2 x double> @llvm.x86.sse2.min.pd(<2 x double>, <2 x double>) nounwind readnone 22 declare <2 x double> @llvm.x86.sse2.min.sd(<2 x double>, <2 x double>) nounwind readnon [all...] |
/external/webkit/Source/WebCore/platform/audio/ |
Biquad.h | 52 void setLowpassParams(double cutoff, double resonance); 53 void setHighpassParams(double cutoff, double resonance); 55 void setLowShelfParams(double cutoff, double dbGain); 58 // void setHighShelfParams(double cutoff, double dbGain); 59 // void setParametricEQParams(double cutoff, double resonance) [all...] |
/hardware/invensense/mlsdk/platform/include/ |
mlmath.h | 34 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) 44 double ml_asin(double); 45 double ml_atan(double); 46 double ml_atan2(double, double); 47 double ml_log(double); [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.h | 39 inline void db_SolveQuadratic(double *roots,int *nr_roots,double a,double b,double c) 41 double rs,srs,q; 77 the second root is the double root 79 DB_API void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d) [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
cmath | 60 inline double 61 pow(double __x, double __y) 68 inline long double 69 pow(long double __x, long double __y) 114 inline long double 115 assoc_laguerrel(unsigned int __n, unsigned int __m, long double __x) 117 return __detail::__assoc_laguerre<long double>(__n, __m, __x); 133 inline long double [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
cmath | 60 inline double 61 pow(double __x, double __y) 68 inline long double 69 pow(long double __x, long double __y) 114 inline long double 115 assoc_laguerrel(unsigned int __n, unsigned int __m, long double __x) 117 return __detail::__assoc_laguerre<long double>(__n, __m, __x); 133 inline long double [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
cmath | 60 inline double 61 pow(double __x, double __y) 68 inline long double 69 pow(long double __x, long double __y) 114 inline long double 115 assoc_laguerrel(unsigned int __n, unsigned int __m, long double __x) 117 return __detail::__assoc_laguerre<long double>(__n, __m, __x); 133 inline long double [all...] |
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
cmath | 60 inline double 61 pow(double __x, double __y) 68 inline long double 69 pow(long double __x, long double __y) 114 inline long double 115 assoc_laguerrel(unsigned int __n, unsigned int __m, long double __x) 117 return __detail::__assoc_laguerre<long double>(__n, __m, __x); 133 inline long double [all...] |
/external/llvm/test/CodeGen/ARM/ |
crash-greedy.ll | 7 declare double @exp(double) 12 %conv16 = fpext float %lambda to double 13 %mul17 = fmul double %conv16, -1.000000e+00 20 %mul = fmul double undef, 0.000000e+00 21 %add = fadd double undef, %mul 22 %add46 = fadd double undef, undef 23 %add75 = fadd double 0.000000e+00, undef 27 %conv78 = sitofp i32 %z to double 28 %conv83 = fpext float %c to double [all...] |
/external/opencv/cv/src/ |
_cvgeom.h | 55 int icvIntersectLines( double x1, double dx1, double y1, double dy1, 56 double x2, double dx2, double y2, double dy2, 57 double* t2 ); 60 void icvCreateCenterNormalLine( CvSubdiv2DEdge edge, double* a, double* b, double* c ) [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Geometry.h | 29 inline double hypotSq(double a, double b) 34 inline void ClipRect(double x, double y, BlendRect &brect) 65 inline void FindTriangleCentroid(double x0, double y0, double x1, double y1, 66 double x2, double y2 [all...] |
/external/clang/test/Sema/ |
cast.c | 10 double b; 11 b = (double)a; // expected-error {{pointer cannot be cast to type}} 23 typedef double Double; 27 typedef _Complex double CDouble; 36 (void) (Double) v; 50 (void) (Double) v; 64 (void) (Double) v; 78 (void) (Double) v; 85 void testDouble(Double v) [all...] |
/external/llvm/test/Transforms/LoopRotate/ |
phi-duplicate.ll | 6 define void @test(i32 %N, double* %G) nounwind ssp { 16 %arrayidx = getelementptr inbounds double* %G, i64 %j.0 ; <double*> [#uses=1] 17 %tmp3 = load double* %arrayidx ; <double> [#uses=1] 19 %arrayidx6 = getelementptr inbounds double* %G, i64 %sub ; <double*> [#uses=1] 20 %tmp7 = load double* %arrayidx6 ; <double> [#uses=1] 21 %add = fadd double %tmp3, %tmp7 ; <double> [#uses=1 [all...] |
/external/llvm/test/Transforms/SCCP/ |
2007-05-16-InvokeCrash.ll | 23 %tmp112 = invoke double @sin( double 5.000000e-01 ) 24 to label %bb114 unwind label %cleanup ; <double> [#uses=0] 26 %tmp147 = invoke double @log( double 5.000000e-01 ) 27 to label %bb149 unwind label %cleanup ; <double> [#uses=0] 29 %tmp175 = invoke double @sqrt( double 5.000000e-01 ) 30 to label %bb177 unwind label %cleanup ; <double> [#uses=0] 39 declare double @sin(double [all...] |
/external/llvm/test/Transforms/SimplifyCFG/ |
2009-05-12-externweak.ll | 11 @ed = common global double 0.000000e+00, align 8 ; <double*> [#uses=1] 30 %1 = sitofp i32 %storemerge to double ; <double> [#uses=1] 31 %2 = call double @sin(double %1) nounwind readonly ; <double> [#uses=1] 32 %3 = fadd double %2, %d.0 ; <double> [#uses=1] 37 %d.0 = phi double [ undef, %entry ], [ %3, %bb3 ] ; <double> [#uses=2 [all...] |