Searched
full:double (Results
1801 -
1825 of
10768) sorted by null
<<71727374757677787980>>
/bionic/libm/man/ |
scalbn.3 | 50 .Ft double 51 .Fn scalbln "double x" "long n" 54 .Ft long double 55 .Fn scalblnl "long double x" "long n" 56 .Ft double 57 .Fn scalbn "double x" "int n" 60 .Ft long double 61 .Fn scalbnl "long double x" "int n"
|
/bionic/libm/src/ |
e_acosh.c | 36 static const double 40 double 41 __ieee754_acosh(double x) 43 double t;
|
e_j0.c | 66 static double pzero(double), qzero(double); 68 static const double 83 static const double zero = 0.0; 85 double 86 __ieee754_j0(double x) 88 double z, s,c,ss,cc,r,u,v; 133 static const double 146 double [all...] |
s_asinh.c | 31 static const double 36 double 37 asinh(double x) 39 double t,w;
|
s_fmaf.c | 33 * A double has more than twice as much precision than a float, so 34 * direct double-precision arithmetic suffices. 36 * XXX We are relying on the compiler to convert from double to float 46 return ((double)x * y + z);
|
s_frexp.c | 20 * return a double fp quantity x such that 0.5 <= |x| <1.0 33 static const double 36 double 37 frexp(double x, int *eptr)
|
s_scalbln.c | 33 double 34 scalbln (double x, long n) 63 long double 64 scalblnl (long double x, long n)
|
/dalvik/dx/tests/115-merge/testdata/ |
StaticValues.java | 10 public static final double g = -0.25;
|
/dalvik/tests/055-enum-performance/src/ |
Main.java | 30 double msec1 = (time1 - time0) / (double) count1 / 1000000; 31 double msec2 = (time2 - time1) / (double) count2 / 1000000; 32 double msec3 = (time3 - time2) / (double) count3 / 1000000; 33 double basisMsec = (time4 - time3) / (double) count4 / 1000000; 35 double avg = (msec1 + msec2 + msec3) / 3;
|
/dalvik/vm/mterp/armv5te/ |
OP_GOTO_16.S | 7 * double to get a byte offset.
|
/dalvik/vm/mterp/x86-atom/ |
OP_CMPL_FLOAT.S | 22 * are working with a float or a double. For instructions 23 * cmpx-float and cmpx-double, the x will be eiher a g or a l 26 * For: cmpg-double, dmpg-float, cmpl-double, cmpl-float
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/ |
WrappedDoubleBufferTest.java | 23 buf = DoubleBuffer.wrap(new double[BUFFER_LENGTH]); 39 double array[] = new double[20]; 77 DoubleBuffer.wrap((double[])null, -1, 0);
|
/external/chromium/base/ |
float_util.h | 20 inline bool IsFinite(const double& number) {
|
time.cc | 27 double TimeDelta::InSecondsF() const { 28 return static_cast<double>(delta_) / Time::kMicrosecondsPerSecond; 35 double TimeDelta::InMillisecondsF() const { 36 return static_cast<double>(delta_) / Time::kMicrosecondsPerMillisecond; 68 Time Time::FromDoubleT(double dt) { 72 static_cast<double>(kMicrosecondsPerSecond)) + 76 double Time::ToDoubleT() const { 79 return (static_cast<double>(us_ - kTimeTToMicrosecondsOffset) / 80 static_cast<double>(kMicrosecondsPerSecond));
|
/external/chromium/chrome/browser/chromeos/ |
boot_times_loader.h | 39 double firmware; // Time from power button to kernel being loaded. 40 double pre_startup; // Time from kernel to system code being called. 41 double x_started; // Time X server is ready to be connected to. 42 double chrome_exec; // Time session manager executed Chrome. 43 double chrome_main; // Time chrome's main() was called. 44 double login_prompt_ready; // Time login (or OOB) panel is displayed. 45 double system; // Time system took to start chrome. 46 double chrome; // Time chrome took to display login panel. 47 double total; // Time from power button to login panel.
|
/external/chromium/chrome/browser/extensions/ |
extension_tts_api.h | 34 double rate, 35 double pitch, 36 double volume) = 0; 86 double rate() { return rate_; } 87 double pitch() { return pitch_; } 88 double volume() { return volume_; } 119 double rate_; 120 double pitch_; 121 double volume_;
|
extension_tts_api_util.h | 24 double* ret_value);
|
/external/chromium/sdch/open-vcdiff/src/ |
rolling_hash_test.cc | 157 template<int kBlockSize> double DefaultHashTimingTest() { 165 return static_cast<double>(timer.GetInUsec()) 169 template<int kBlockSize> double RollingTimingTest() { 177 return static_cast<double>(timer.GetInUsec()) 181 double FindPercentage(double original, double modified) { 192 const double time_for_default_hash = DefaultHashTimingTest<kBlockSize>(); 193 const double time_for_rolling_hash = RollingTimingTest<kBlockSize>();
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p5.cpp | 17 template void N::Y<double>::mf();
|
/external/clang/test/CodeGen/ |
compound-literal.c | 6 // _Complex double * x = &(_Complex double){1.0f}; 11 _Complex double * x = &(_Complex double){1.0f};
|
union-init.c | 12 long double dummy; /* force worst-case alignment */
|
/external/clang/test/CodeGenCXX/ |
function-template-specialization.cpp | 21 void test2(int *iptr, double *dptr, int diff) {
|
mangle-variadic-templates.cpp | 19 template void f0<int, float, double>(X<3, int&, float&, double&>); 51 template tuple<int, float, double> f4(); 56 template identity<int(int, float, double)> f5();
|
predefined-expr-sizeof.cpp | 23 TemplateClass<double> t2;
|
unknown-anytype.cpp | 17 // CHECK: call float (...)* @test2_any(double {{[^,]+}}) 84 double d; 86 d = (double) p->foo(); 88 d = (double) p->foo(5);
|
Completed in 790 milliseconds
<<71727374757677787980>>