/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.h | 88 double __val) const { 89 return do_put(__s, __f, __fill, (double)__val); 94 long double __val) const { 113 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, double __val) const; 115 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long double __val) const; 145 extern size_t _STLP_CALL __write_float(__iostring&, ios_base::fmtflags, int, double); 147 extern size_t _STLP_CALL __write_float(__iostring&, ios_base::fmtflags, int, long double);
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatterySipper.java | 42 double value; 43 double[] values; 53 double percent; 54 double noCoveragePercent; 65 int iconId, Uid uid, double[] values) { 82 double getSortValue() { 86 double[] getValues() {
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.h | 88 double __val) const { 89 return do_put(__s, __f, __fill, (double)__val); 94 long double __val) const { 113 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, double __val) const; 115 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long double __val) const; 145 extern size_t _STLP_CALL __write_float(__iostring&, ios_base::fmtflags, int, double); 147 extern size_t _STLP_CALL __write_float(__iostring&, ios_base::fmtflags, int, long double);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.h | 88 double __val) const { 89 return do_put(__s, __f, __fill, (double)__val); 94 long double __val) const { 113 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, double __val) const; 115 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long double __val) const; 145 extern size_t _STLP_CALL __write_float(__iostring&, ios_base::fmtflags, int, double); 147 extern size_t _STLP_CALL __write_float(__iostring&, ios_base::fmtflags, int, long double);
|
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.h | 88 double __val) const { 89 return do_put(__s, __f, __fill, (double)__val); 94 long double __val) const { 113 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, double __val) const; 115 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long double __val) const; 145 extern size_t _STLP_CALL __write_float(__iostring&, ios_base::fmtflags, int, double); 147 extern size_t _STLP_CALL __write_float(__iostring&, ios_base::fmtflags, int, long double);
|
/sdk/monkeyrunner/test/com/android/monkeyrunner/ |
JythonUtilsTest.java | 45 private static double floatValue = 0.0; 81 map.put("double", 3.14); 170 assertEquals(new Double(3.14), listValue.get(2)); 223 PyObject doublePyObject = result.__getitem__(new PyString("double")); 224 double d = (Double) doublePyObject.__tojava__(Double.class);
|
/external/blktrace/btt/ |
seek.c | 32 double t_start, t_last; 41 double total_sectors; 102 double tstamp, s_p_s; 104 double delta = sps->t_last - sps->t_start; 107 s_p_s = (double)(sps->nseeks); 111 s_p_s = (double)(sps->nseeks) / delta; 121 static void sps_add(struct seeki *sip, double t) 256 double tstamp = BIT_TIME(iop->t.time); 277 double seeki_mean(void *handle)
|
/external/chromium/chrome/browser/net/ |
referrer.cc | 37 static const double kWeightingForOldConnectsExpectedValue = 0.66; 51 static const double kInitialConnectsExpectedValue = 2.0; 84 double lowest_rate_seen = 0.0; 91 double rate = it->second.subresource_use_rate(); 106 bool Referrer::Trim(double reduce_rate, double threshold) { 117 bool ReferrerValue::Trim(double reduce_rate, double threshold) { 132 double rate;
|
/external/clang/lib/Headers/ |
emmintrin.h | 33 typedef double __m128d __attribute__((__vector_size__(16))); 37 typedef double __v2df __attribute__ ((__vector_size__ (16))); 452 static __inline__ double __attribute__((__always_inline__, __nodebug__)) 459 _mm_load_pd(double const *dp) 465 _mm_load1_pd(double const *dp) 468 double u; 470 double u = ((struct __mm_load1_pd_struct*)dp)->u; 477 _mm_loadr_pd(double const *dp) 484 _mm_loadu_pd(double const *dp) 493 _mm_load_sd(double const *dp [all...] |
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
p2-0x.cpp | 39 template<> void N0::f0(double) { } 120 template<> double X0<double>::member; 132 template<> double N0::X0<double>::member = 3.14; // expected-error{{not in a namespace enclosing}} 151 struct X0<double>::Inner; // expected-note{{forward declaration}} 172 N0::X0<double>::Inner inner4; // expected-error{{incomplete}} 187 struct X0<int>::InnerTemplate<double>; 198 struct N0::X0<int>::InnerTemplate<double> { }; // expected-error{{enclosing}}
|
p2.cpp | 39 template<> void N0::f0(double) { } // expected-warning{{originally be declared}} 120 template<> double X0<double>::member; 132 template<> double N0::X0<double>::member = 3.14; // expected-error{{not in a namespace enclosing}} 151 struct X0<double>::Inner; // expected-note{{forward declaration}} 172 N0::X0<double>::Inner inner4; // expected-error{{incomplete}} 187 struct X0<int>::InnerTemplate<double>; 198 struct N0::X0<int>::InnerTemplate<double> { }; // expected-error{{enclosing}}
|
/external/fdlibm/ |
e_rem_pio2.c | 68 static const double 70 static double 84 int __ieee754_rem_pio2(double x, double *y) 87 double x,y[]; 90 double z,w,t,r,fn; 91 double tx[3]; 126 fn = (double)n; 166 tx[i] = (double)((int)(z));
|
/external/icu4c/test/intltest/ |
itrbnfrt.cpp | 275 double lowLimit, 276 double highLimit) 281 double increment = 1; 282 for (double i = lowLimit; i <= highLimit; i += increment) { 305 double rt = (parseResult.getType() == Formattable::kDouble) ? 307 (double)parseResult.getLong(); 320 double d = 1.234; 332 double rt = (parseResult.getType() == Formattable::kDouble) ? 334 (double)parseResult.getLong();
|
/external/junit/src/junit/framework/ |
Assert.java | 94 static public void assertEquals(String message, double expected, double actual, double delta) { 95 if (Double.compare(expected, actual) == 0) 98 failNotEquals(message, new Double(expected), new Double(actual)); 104 static public void assertEquals(double expected, double actual, double delta) {
|
/external/llvm/test/CodeGen/Mips/ |
o32_cc_byval.ll | 3 %0 = type { i8, i16, i32, i64, double, i32, [4 x i8] } 4 %struct.S1 = type { i8, i16, i32, i64, double, i32 } 8 @f1.s1 = internal unnamed_addr constant %0 { i8 1, i16 2, i32 3, i64 4, double 5.000000e+00, i32 6, [4 x i8] undef }, align 8 66 %tmp1 = load double* %d, align 8, !tbaa !3 75 tail call void @callee4(i32 %tmp, double %tmp1, i64 %tmp2, i32 %tmp3, i16 signext %tmp4, i8 signext %tmp5, float %f) nounwind 79 declare void @callee4(i32, double, i64, i32, i16 signext, i8 signext, float) 96 tail call void @callee4(i32 %tmp, double 2.000000e+00, i64 3, i32 %tmp3, i16 signext 4, i8 signext 5, float 6.000000e+00) nounwind 118 tail call void @callee4(i32 %tmp, double 2.000000e+00, i64 3, i32 %tmp1, i16 signext 4, i8 signext %tmp2, float 6.000000e+00) nounwind 125 !3 = metadata !{metadata !"double", metadata !1}
|
/external/llvm/test/Transforms/SCCP/ |
undef-resolve.ll | 5 define double @test1() { 6 %t = sitofp i32 undef to double 7 ret double %t 9 ; CHECK: ret double 0.0 118 define double @test4(double %x) { 119 %t = fadd double %x, undef 120 ret double %t 122 ; CHECK: fadd double %x, undef
|
/external/openssl/crypto/bn/ |
bnspeed.c | 113 # define HZ ((double)_BSD_CLK_TCK_) 116 # define HZ ((double)CLK_TCK) 124 static double Time_F(int s); 128 static double Time_F(int s) 130 double ret; 142 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ; 158 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0; 186 double tm;
|
/external/v8/test/cctest/ |
test-bignum-dtoa.cc | 35 #include "double.h" 97 double min_double = 5e-324; 113 double max_double = 1.7976931348623157e308; 196 double v = Double(smallest_normal64).value(); 208 v = Double(largest_denormal64).value(); 267 double v = current_test.v; 285 double v = current_test.v; 306 double v = current_test.v;
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
AudioTrackView.java | 47 private double[] mNormalizedGains; 174 final double[] smoothedGains = new double[numFrames]; 192 double maxGain = 1.0; 199 double scaleFactor = 1.0; 224 double minGain = 0; 245 mNormalizedGains = new double[Math.max(numFramesComp, numFrames)]; 246 final double range = maxGain - minGain; 248 double value = (smoothedGains[i] * scaleFactor - minGain) / range;
|
/prebuilt/sdk/15/renderscript/clang-include/ |
emmintrin.h | 33 typedef double __m128d __attribute__((__vector_size__(16))); 37 typedef double __v2df __attribute__ ((__vector_size__ (16))); 452 static __inline__ double __attribute__((__always_inline__, __nodebug__)) 459 _mm_load_pd(double const *dp) 465 _mm_load1_pd(double const *dp) 468 double u; 470 double u = ((struct __mm_load1_pd_struct*)dp)->u; 477 _mm_loadr_pd(double const *dp) 484 _mm_loadu_pd(double const *dp) 493 _mm_load_sd(double const *dp [all...] |
/bionic/libm/src/ |
k_cosf.c | 27 static const double 38 __kernel_cosdf(double x) 40 double r, w, z;
|
k_sinf.c | 27 static const double 37 __kernel_sindf(double x) 39 double r, s, w, z;
|
s_ceil.c | 29 static const double huge = 1.0e300; 31 double 32 ceil(double x)
|
s_floor.c | 29 static const double huge = 1.0e300; 31 double 32 floor(double x)
|
s_fmax.c | 34 double 35 fmax(double x, double y)
|