HomeSort by relevance Sort by last modified time
    Searched full:double (Results 1576 - 1600 of 10768) sorted by null

<<61626364656667686970>>

  /libcore/luni/src/main/java/libcore/util/
EmptyArray.java 25 public static final double[] DOUBLE = new double[0];
  /ndk/sources/cxx-stl/stlport/stlport/
complex 30 // are complex<float>, double-precision are complex<double>, and
31 // quad precision are complex<long double>.
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 91 inline long double expl(long double arg) { return exp(arg); }
92 inline long double logl(long double arg) { return log(arg); }
122 inline long double logl(long double arg) { return log(arg); }
126 inline long double expl(long double arg) { return exp(arg); }
164 inline long double expl(long double arg) { return exp(arg);
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
complex 30 // are complex<float>, double-precision are complex<double>, and
31 // quad precision are complex<long double>.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 91 inline long double expl(long double arg) { return exp(arg); }
92 inline long double logl(long double arg) { return log(arg); }
122 inline long double logl(long double arg) { return log(arg); }
126 inline long double expl(long double arg) { return exp(arg); }
164 inline long double expl(long double arg) { return exp(arg);
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
complex 30 // are complex<float>, double-precision are complex<double>, and
31 // quad precision are complex<long double>.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 91 inline long double expl(long double arg) { return exp(arg); }
92 inline long double logl(long double arg) { return log(arg); }
122 inline long double logl(long double arg) { return log(arg); }
126 inline long double expl(long double arg) { return exp(arg); }
164 inline long double expl(long double arg) { return exp(arg);
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/
complex 30 // are complex<float>, double-precision are complex<double>, and
31 // quad precision are complex<long double>.
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 91 inline long double expl(long double arg) { return exp(arg); }
92 inline long double logl(long double arg) { return log(arg); }
122 inline long double logl(long double arg) { return log(arg); }
126 inline long double expl(long double arg) { return exp(arg); }
164 inline long double expl(long double arg) { return exp(arg);
    [all...]
  /external/llvm/test/CodeGen/X86/
sink-hoist.ll 15 define double @foo(double %x, double %y, i1 %c) nounwind {
16 %a = fdiv double %x, 3.2
17 %b = fdiv double %y, 3.3
18 %z = select i1 %c, double %a, double %b
19 ret double %z
33 define double @split(double %x, double %y, i1 %c) nounwind
    [all...]
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 37 const double kDefaultMinVolume = -90.0;
38 const double kDefaultMaxVolume = 0.0;
39 const double kPrefVolumeInvalid = -999.0;
116 double AudioMixerAlsa::GetVolumeDb() const {
124 bool AudioMixerAlsa::GetVolumeLimits(double* vol_min, double* vol_max) {
135 void AudioMixerAlsa::SetVolumeDb(double vol_db) {
159 static bool PrefVolumeValid(double volume) {
325 min_volume_ = static_cast<double>(long_lo) / 100.0;
326 max_volume_ = static_cast<double>(long_hi) / 100.0
    [all...]
  /external/stlport/stlport/stl/
_limits.h 347 static double _STLP_CALL get_D_inf();
348 static double _STLP_CALL get_D_qNaN();
349 static double _STLP_CALL get_D_sNaN();
350 static double _STLP_CALL get_D_denormMin();
353 static long double _STLP_CALL get_LD_inf();
354 static long double _STLP_CALL get_LD_qNaN();
355 static long double _STLP_CALL get_LD_sNaN();
356 static long double _STLP_CALL get_LD_denormMin();
431 class numeric_limits<double>
432 : public _STLP_PRIV _Floating_limits<double,
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_limits.h 347 static double _STLP_CALL get_D_inf();
348 static double _STLP_CALL get_D_qNaN();
349 static double _STLP_CALL get_D_sNaN();
350 static double _STLP_CALL get_D_denormMin();
353 static long double _STLP_CALL get_LD_inf();
354 static long double _STLP_CALL get_LD_qNaN();
355 static long double _STLP_CALL get_LD_sNaN();
356 static long double _STLP_CALL get_LD_denormMin();
431 class numeric_limits<double>
432 : public _STLP_PRIV _Floating_limits<double,
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_limits.h 347 static double _STLP_CALL get_D_inf();
348 static double _STLP_CALL get_D_qNaN();
349 static double _STLP_CALL get_D_sNaN();
350 static double _STLP_CALL get_D_denormMin();
353 static long double _STLP_CALL get_LD_inf();
354 static long double _STLP_CALL get_LD_qNaN();
355 static long double _STLP_CALL get_LD_sNaN();
356 static long double _STLP_CALL get_LD_denormMin();
431 class numeric_limits<double>
432 : public _STLP_PRIV _Floating_limits<double,
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_limits.h 347 static double _STLP_CALL get_D_inf();
348 static double _STLP_CALL get_D_qNaN();
349 static double _STLP_CALL get_D_sNaN();
350 static double _STLP_CALL get_D_denormMin();
353 static long double _STLP_CALL get_LD_inf();
354 static long double _STLP_CALL get_LD_qNaN();
355 static long double _STLP_CALL get_LD_sNaN();
356 static long double _STLP_CALL get_LD_denormMin();
431 class numeric_limits<double>
432 : public _STLP_PRIV _Floating_limits<double,
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_limits.h 347 static double _STLP_CALL get_D_inf();
348 static double _STLP_CALL get_D_qNaN();
349 static double _STLP_CALL get_D_sNaN();
350 static double _STLP_CALL get_D_denormMin();
353 static long double _STLP_CALL get_LD_inf();
354 static long double _STLP_CALL get_LD_qNaN();
355 static long double _STLP_CALL get_LD_sNaN();
356 static long double _STLP_CALL get_LD_denormMin();
431 class numeric_limits<double>
432 : public _STLP_PRIV _Floating_limits<double,
    [all...]
  /sdk/traceview/src/com/android/traceview/
ProfileProvider.java 234 double val = md.getElapsedExclusiveCpuTime();
239 double val = md.getElapsedExclusiveCpuTime();
240 double per = val * 100.0 / mTotalCpuTime;
244 double val = md.getElapsedInclusiveCpuTime();
249 double val = md.getElapsedInclusiveCpuTime();
250 double per = val * 100.0 / mTotalCpuTime;
254 double val = md.getElapsedExclusiveRealTime();
259 double val = md.getElapsedExclusiveRealTime();
260 double per = val * 100.0 / mTotalRealTime;
264 double val = md.getElapsedInclusiveRealTime()
    [all...]
  /external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerConvertTest.java 33 * Return the double value of ZERO.
37 double result = 0.0;
38 double aNumber = new BigInteger(a).doubleValue();
43 * Convert a positive number to a double value.
48 double result = 2.7467238945E10;
49 double aNumber = new BigInteger(a).doubleValue();
54 * Convert a positive number to a double value.
59 double result = 2.7467238945723645E36;
60 double aNumber = new BigInteger(a).doubleValue();
65 * Convert a negative number to a double value.
    [all...]
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 68 Marinchip 9900 QBASIC IBM 370 double-precision (REAL * 8) format
72 BASICA "Double precision"
73 Quick BASIC IEEE double precision, software routines
86 the format is a recognised double precision format. If you
277 static double clear_aperture;
279 static double aberr_lspher;
280 static double aberr_osc;
281 static double aberr_lchrom;
283 static double max_lspher;
284 static double max_osc
    [all...]
  /external/valgrind/main/perf/
fbench.c 64 Marinchip 9900 QBASIC IBM 370 double-precision (REAL * 8) format
68 BASICA "Double precision"
69 Quick BASIC IEEE double precision, software routines
82 the format is a recognised double precision format. If you
273 static double clear_aperture;
275 static double aberr_lspher;
276 static double aberr_osc;
277 static double aberr_lchrom;
279 static double max_lspher;
280 static double max_osc
    [all...]
  /external/llvm/test/Transforms/InstCombine/
vector-casts.ll 109 define <2 x double> @fa(<2 x double> %t) {
110 %a = fptrunc <2 x double> %t to <2 x float>
111 %b = fpext <2 x float> %a to <2 x double>
112 ret <2 x double> %b
114 define <2 x double> @fb(<2 x double> %t) {
115 %a = fptoui <2 x double> %t to <2 x i64>
116 %b = uitofp <2 x i64> %a to <2 x double>
117 ret <2 x double> %
    [all...]
  /external/opencv/cvaux/src/
cvlevmar.cpp 60 int maxIter,double epsilon)
98 double valError;
99 double valNewError;
147 double change;
149 double alpha;
188 double val;
255 double x = cvmGet(vectX,0,0);
256 double y = cvmGet(vectX,1,0);
267 double x = cvmGet(vectX,0,0);
268 double y = cvmGet(vectX,1,0)
    [all...]
  /external/webkit/Source/WebCore/platform/audio/
HRTFPanner.cpp 45 const double MaxDelayTimeSeconds = 0.002;
47 HRTFPanner::HRTFPanner(double sampleRate)
63 size_t HRTFPanner::fftSizeForSampleRate(double sampleRate)
67 // So for sample rates around 44.1KHz an FFT size of 512 is good. We double that size for higher sample rates.
89 int HRTFPanner::calculateDesiredAzimuthIndexAndBlend(double azimuth, double& azimuthBlend)
100 const double angleBetweenAzimuths = 360.0 / numberOfAzimuths;
103 double desiredAzimuthIndexFloat = azimuth / angleBetweenAzimuths;
105 azimuthBlend = desiredAzimuthIndexFloat - static_cast<double>(desiredAzimuthIndex);
114 void HRTFPanner::pan(double desiredAzimuth, double elevation, AudioBus* inputBus, AudioBus* outputBus, size_t framesToProcess
    [all...]
  /external/clang/test/SemaCXX/
overload-call.cpp 13 double* g(int, float, float); // expected-note {{ candidate function }}
20 double* dp1 = g(iv, fv, fv);
24 double* dp2 = g(0, fv, 1.5); // expected-error {{ call to 'g' is ambiguous; candidates are: }}
27 double* h(double f);
31 double* dp = h(fv);
36 double* i(long);
42 double* dp1 = i(lv);
46 double* j(bool);
53 double* k(bool)
    [all...]
  /external/llvm/test/CodeGen/PTX/
st.ll 40 @array_double = external global [10 x double]
43 @array_constant_double = external addrspace(1) constant [10 x double]
46 @array_shared_double = external addrspace(4) global [10 x double]
81 define ptx_device void @t1_f64(double* %p, double %x) {
85 store double %x, double* %p
125 define ptx_device void @t2_f64(double* %p, double %x) {
129 %i = getelementptr double* %p, i32
    [all...]

Completed in 1143 milliseconds

<<61626364656667686970>>