/dalvik/vm/mterp/c/ |
OP_CMPG_DOUBLE.c | 1 HANDLE_OP_CMPX(OP_CMPG_DOUBLE, "g-double", double, _DOUBLE, 1)
|
OP_CMPL_DOUBLE.c | 1 HANDLE_OP_CMPX(OP_CMPL_DOUBLE, "l-double", double, _DOUBLE, -1)
|
OP_DOUBLE_TO_INT.c | 1 HANDLE_FLOAT_TO_INT(OP_DOUBLE_TO_INT, "double-to-int", 2 double, _DOUBLE, s4, _INT)
|
OP_DOUBLE_TO_LONG.c | 1 HANDLE_FLOAT_TO_INT(OP_DOUBLE_TO_LONG, "double-to-long", 2 double, _DOUBLE, s8, _WIDE)
|
OP_DOUBLE_TO_FLOAT.c | 1 HANDLE_NUMCONV(OP_DOUBLE_TO_FLOAT, "double-to-float", _DOUBLE, _FLOAT)
|
OP_FLOAT_TO_DOUBLE.c | 1 HANDLE_NUMCONV(OP_FLOAT_TO_DOUBLE, "float-to-double", _FLOAT, _DOUBLE)
|
OP_INT_TO_DOUBLE.c | 1 HANDLE_NUMCONV(OP_INT_TO_DOUBLE, "int-to-double", _INT, _DOUBLE)
|
OP_LONG_TO_DOUBLE.c | 1 HANDLE_NUMCONV(OP_LONG_TO_DOUBLE, "long-to-double", _WIDE, _DOUBLE)
|
OP_NEG_DOUBLE.c | 1 HANDLE_UNOP(OP_NEG_DOUBLE, "neg-double", -, , _DOUBLE)
|
/external/fdlibm/ |
fdlibm.h | 70 double arg1; 71 double arg2; 72 double retval; 94 extern double ieee_acos __P((double)); 95 extern double ieee_asin __P((double)); 96 extern double ieee_atan __P((double)); 97 extern double ieee_atan2 __P((double, double)) [all...] |
/bionic/libm/include/ |
math.h | 31 double __ud; 72 #define HUGE_VALL (long double)HUGE_VAL 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 107 : (sizeof (x) == sizeof (double)) ? __isinf(x) \ 111 : (sizeof (x) == sizeof (double)) ? isnan(x) \ 115 : (sizeof (x) == sizeof (double)) ? __isnormal(x) \ 137 : (sizeof (x) == sizeof (double)) ? __signbit(x) \ 186 int __fpclassifyd(double) __pure2; 188 int __fpclassifyl(long double) __pure2 [all...] |
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
math.h | 31 double __ud; 72 #define HUGE_VALL (long double)HUGE_VAL 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 107 : (sizeof (x) == sizeof (double)) ? __isinf(x) \ 111 : (sizeof (x) == sizeof (double)) ? isnan(x) \ 115 : (sizeof (x) == sizeof (double)) ? __isnormal(x) \ 137 : (sizeof (x) == sizeof (double)) ? __signbit(x) \ 186 int __fpclassifyd(double) __pure2; 188 int __fpclassifyl(long double) __pure2 [all...] |
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
math.h | 31 double __ud; 72 #define HUGE_VALL (long double)HUGE_VAL 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 107 : (sizeof (x) == sizeof (double)) ? __isinf(x) \ 111 : (sizeof (x) == sizeof (double)) ? isnan(x) \ 115 : (sizeof (x) == sizeof (double)) ? __isnormal(x) \ 137 : (sizeof (x) == sizeof (double)) ? __signbit(x) \ 186 int __fpclassifyd(double) __pure2; 188 int __fpclassifyl(long double) __pure2 [all...] |
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
math.h | 31 double __ud; 72 #define HUGE_VALL (long double)HUGE_VAL 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 107 : (sizeof (x) == sizeof (double)) ? __isinf(x) \ 111 : (sizeof (x) == sizeof (double)) ? isnan(x) \ 115 : (sizeof (x) == sizeof (double)) ? __isnormal(x) \ 137 : (sizeof (x) == sizeof (double)) ? __signbit(x) \ 186 int __fpclassifyd(double) __pure2; 188 int __fpclassifyl(long double) __pure2 [all...] |
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
math.h | 31 double __ud; 72 #define HUGE_VALL (long double)HUGE_VAL 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 107 : (sizeof (x) == sizeof (double)) ? __isinf(x) \ 111 : (sizeof (x) == sizeof (double)) ? isnan(x) \ 115 : (sizeof (x) == sizeof (double)) ? __isnormal(x) \ 137 : (sizeof (x) == sizeof (double)) ? __signbit(x) \ 186 int __fpclassifyd(double) __pure2; 188 int __fpclassifyl(long double) __pure2 [all...] |
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
math.h | 31 double __ud; 72 #define HUGE_VALL (long double)HUGE_VAL 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 107 : (sizeof (x) == sizeof (double)) ? __isinf(x) \ 111 : (sizeof (x) == sizeof (double)) ? isnan(x) \ 115 : (sizeof (x) == sizeof (double)) ? __isnormal(x) \ 137 : (sizeof (x) == sizeof (double)) ? __signbit(x) \ 186 int __fpclassifyd(double) __pure2; 188 int __fpclassifyl(long double) __pure2 [all...] |
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
math.h | 31 double __ud; 72 #define HUGE_VALL (long double)HUGE_VAL 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 107 : (sizeof (x) == sizeof (double)) ? __isinf(x) \ 111 : (sizeof (x) == sizeof (double)) ? isnan(x) \ 115 : (sizeof (x) == sizeof (double)) ? __isnormal(x) \ 137 : (sizeof (x) == sizeof (double)) ? __signbit(x) \ 186 int __fpclassifyd(double) __pure2; 188 int __fpclassifyl(long double) __pure2 [all...] |
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_math.inl | 19 OSCL_COND_EXPORT_REF OSCL_INLINE double oscl_log(double value) 21 return (double) log(value); 24 OSCL_COND_EXPORT_REF OSCL_INLINE double oscl_log10(double value) 26 return (double) log10(value); 29 OSCL_COND_EXPORT_REF OSCL_INLINE double oscl_sqrt(double value) 31 return (double) sqrt(value); 34 OSCL_COND_EXPORT_REF OSCL_INLINE double oscl_pow(double x, double y [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
LocationMediaFilter.java | 20 private double mRadius; 21 private double mCenterLat; 22 private double mCenterLon; 29 LocationMediaFilter(double centerLatitude, double centerLongitude, double thresholdRadius) { 35 LocationMediaFilter(double latitude1, double longitude1, double latitude2, double longitude2) [all...] |
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
SunCalculator.java | 32 static final double ZENITH_ASTRONOMICAL = 108; 35 static final double ZENITH_NAUTICAL = 102; 38 static final double ZENITH_CIVIL = 96; 41 static final double ZENITH_OFFICIAL = 90.8333; 64 public double computeSunriseTime(double solarZenith, Calendar date) { 77 public double computeSunsetTime(double solarZenith, Calendar date) { 81 public static int timeToHours(double time) { 90 public static int timeToMinutes(double time) [all...] |
/external/e2fsprogs/tests/f_swapfs/ |
debugfs.cmd | 3 stat double-indirect-test
|
/system/core/libacc/tests/data/ |
double.c | 0 double atof(char *nptr);
|
/external/webkit/WebCore/page/ |
Coordinates.h | 39 static PassRefPtr<Coordinates> create(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new Coordinates(latitude, longitude, providesAltitude, altitude, accuracy, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); } 41 double latitude() const { return m_latitude; } 42 double longitude() const { return m_longitude; } 43 double altitude() const { return m_altitude; [all...] |
GeolocationPosition.h | 39 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy)); } 41 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return (…) [all...] |
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
MathTest.java | 27 double HYP = Math.sqrt(2.0); 29 double OPP = 1.0; 31 double ADJ = 1.0; 36 public static void assertEquals(String message, double expected, double actual, double delta) { 51 * @tests java.lang.Math#abs(double) 57 args = {double.class} 60 // Test for method double java.lang.Math.abs(double) [all...] |