Searched
full:double (Results
1951 -
1975 of
10768) sorted by null
<<71727374757677787980>>
/external/v8/src/ |
assembler.cc | 69 const double DoubleConstant::min_int = kMinInt; 70 const double DoubleConstant::one_half = 0.5; 71 const double DoubleConstant::minus_zero = -0.0; 72 const double DoubleConstant::nan = OS::nan_value(); 73 const double DoubleConstant::negative_infinity = -V8_INFINITY; 774 const_cast<double*>(&DoubleConstant::min_int))); 780 const_cast<double*>(&DoubleConstant::one_half))); 786 const_cast<double*>(&DoubleConstant::minus_zero))); 792 const_cast<double*>(&DoubleConstant::negative_infinity))); 798 const_cast<double*>(&DoubleConstant::nan))) [all...] |
/external/icu4c/i18n/ |
gregoimp.h | 50 static inline double floorDivide(double numerator, double denominator); 67 static int32_t floorDivide(double numerator, int32_t denominator, 80 static double floorDivide(double dividend, double divisor, 81 double& remainder); 168 static double fieldsToDay(int32_t year, int32_t month, int32_t dom); 180 static void dayToFields(double day, int32_t& year, int32_t& month [all...] |
/external/opencv/cvaux/include/ |
cvaux.h | 52 double canny_threshold, 53 double ffill_threshold, 86 CVAPI(double) cvCalcDecompCoeff( IplImage* obj, IplImage* eigObj, IplImage* avg ); 261 CV_INLINE double icvSqDist2D32f( CvPoint2D32f pt1, CvPoint2D32f pt2 ) 263 double dx = pt1.x - pt2.x; 264 double dy = pt1.y - pt2.y; 479 double param1 CV_DEFAULT(CV_UNDEF_SC_PARAM), 480 double param2 CV_DEFAULT(CV_UNDEF_SC_PARAM), 481 double param3 CV_DEFAULT(CV_UNDEF_SC_PARAM), 482 double param4 CV_DEFAULT(CV_UNDEF_SC_PARAM), [all...] |
/bionic/libm/src/ |
e_gamma.c | 30 double 31 __ieee754_gamma(double x)
|
e_gamma_r.c | 29 double 30 __ieee754_gamma_r(double x, int *signgamp)
|
e_lgamma.c | 30 double 31 __ieee754_lgamma(double x)
|
k_tan.c | 55 static const double xxx[] = { 79 double 80 __kernel_tan(double x, double y, int iy) { 81 double z, r, v, w, s; 112 v = (double) iy; 113 return (double) (1 - ((hx >> 30) & 2)) * 124 double a, t;
|
s_cimag.c | 31 double 32 cimag(double complex z)
|
s_cimagl.c | 31 long double 32 cimagl(long double complex z)
|
s_conj.c | 31 double complex 32 conj(double complex z)
|
s_conjl.c | 31 long double complex 32 conjl(long double complex z)
|
s_creal.c | 31 double 32 creal(double complex z)
|
s_creall.c | 31 long double 32 creall(long double complex z)
|
s_fabs.c | 24 double 25 fabs(double x)
|
/build/tools/droiddoc/test/stubs/expected/com/android/stubs/ |
Parent.java | 11 public int method(boolean b, char c, int i, long l, float f, double d) { throw new RuntimeException("Stub!"); } 19 public static final double public_static_final_double = 42.2;
|
/build/tools/droiddoc/test/stubs/src/com/android/stubs/ |
Parent.java | 27 public static final double public_static_final_double = 42.2; 46 public int method(boolean b, char c, int i, long l, float f, double d) {
|
/dalvik/dx/tests/064-dex-array-access/ |
Blort.java | 54 public double test08(double[] x) {
|
/dalvik/dx/tests/065-dex-new-array/ |
Blort.java | 47 public double[] test8() { 48 return new double[1];
|
/dalvik/tests/003-omnibus-opcodes/src/ |
UnresTest1.java | 29 double d = stuff.wideInstField; 55 double d = UnresStuff.wideStaticField;
|
/dalvik/vm/mterp/armv5te/ |
unopNarrower.S | 7 * For: long-to-float, double-to-int, double-to-float
|
unopWider.S | 7 * For: int-to-long, int-to-double, float-to-long, float-to-double
|
/dalvik/vm/mterp/armv6t2/ |
unopNarrower.S | 7 * For: long-to-float, double-to-int, double-to-float
|
/dalvik/vm/mterp/x86-atom/ |
OP_DIV_DOUBLE.S | 21 * For: div-double 34 fdivl (rFP, %edx, 4) # divide double; vBB/vCC
|
OP_DIV_DOUBLE_2ADDR.S | 21 * For: div-double/2addr 35 fdivl (rFP, rINST, 4) # divide double; vA/vB
|
/external/chromium/base/ |
rand_util.h | 27 // Returns a random double in range [0, 1). Thread-safe. 28 BASE_API double RandDouble();
|
Completed in 369 milliseconds
<<71727374757677787980>>