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

<<61626364656667686970>>

  /external/proguard/src/proguard/evaluation/value/
NegatedDoubleValue.java 24 * This DoubleValue represents a double value that is negated.
34 * Creates a new negated double value of the given double value.
  /external/proguard/src/proguard/gui/splash/
ConstantDouble.java 30 private final double value;
37 public ConstantDouble(double value)
45 public double getDouble(long time)
ConstantTiming.java 30 private final double timing;
45 public ConstantTiming(double timing)
53 public double getTiming(long time)
VariableDouble.java 24 * This interface represents a double that varies with time.
31 * Returns the double for the given time.
33 public double getDouble(long time);
  /external/qemu/android/skin/
scaler.h 25 double scale,
26 double xDisp,
27 double yDisp );
  /external/skia/bench/
BenchSysTimer_windows.cpp 36 double BenchSysTimer::endCpu() {
40 double BenchSysTimer::endWall() {
53 return (double)ticks_elapsed.QuadPart / frequency.QuadPart * 1000;
  /external/stlport/stlport/
complex 30 // are complex<float>, double-precision are complex<double>, and
31 // quad precision are complex<long double>.
  /external/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/webkit/Source/WebCore/html/
HTMLProgressElement.idl 24 attribute double value
26 attribute double max
28 readonly attribute double position;
  /external/webkit/Source/WebCore/platform/graphics/transforms/
SkewTransformOperation.cpp 27 PassRefPtr<TransformOperation> SkewTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity)
36 double fromAngleX = fromOp ? fromOp->m_angleX : 0;
37 double fromAngleY = fromOp ? fromOp->m_angleY : 0;
  /external/webkit/Source/WebCore/webaudio/
AudioBufferSourceNode.h 48 static PassRefPtr<AudioBufferSourceNode> create(AudioContext*, double sampleRate);
70 void noteOn(double when);
71 void noteGrainOn(double when, double grainOffset, double grainDuration);
72 void noteOff(double when);
84 AudioBufferSourceNode(AudioContext*, double sampleRate);
105 double m_startTime; // in seconds
117 double m_grainOffset; // in seconds
118 double m_grainDuration; // in second
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebDeviceOrientation.h 33 - (id)initWithCanProvideAlpha:(bool)canProvideAlpha alpha:(double)alpha canProvideBeta:(bool)canProvideBeta beta:(double)beta canProvideGamma:(bool)canProvideGamma gamma:(double)gamma;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DeviceOrientationClientMockQt.h 45 void setOrientation(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma);
  /frameworks/base/core/java/android/debug/
JNITest.java 27 public int test(int intArg, double doubleArg, String stringArg) {
33 private native int part1(int intArg, double doubleArg, String stringArg,
36 private int part2(double doubleArg, int fromArray, String stringArg) {
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
ClassWithNative.java 36 // Note: it's good to have a long or double for testing parameters since they take
39 public int callNativeInstance(int a, double d, Object[] o) {
43 private native int native_instance(int a, double d, Object[] o);
  /frameworks/compile/libbcc/runtime/lib/i386/
floatundixf.S 6 // long double __floatundixf(du_int a);16
28 orpd REL_ADDR(twop84), %xmm0 // 2^84 + hi (as a double)
29 orpd REL_ADDR(twop52), %xmm1 // 2^52 + lo (as a double)
  /frameworks/compile/libbcc/runtime/test/timing/
ashldi3.c 30 double bestTime = __builtin_inf();
39 double thisTime = intervalInCycles(startTime, endTime);
46 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
ashrdi3.c 30 double bestTime = __builtin_inf();
39 double thisTime = intervalInCycles(startTime, endTime);
46 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
divdi3.c 33 double bestTime = __builtin_inf();
42 double thisTime = intervalInCycles(startTime, endTime);
49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
lshrdi3.c 30 double bestTime = __builtin_inf();
39 double thisTime = intervalInCycles(startTime, endTime);
46 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
moddi3.c 33 double bestTime = __builtin_inf();
42 double thisTime = intervalInCycles(startTime, endTime);
49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
muldi3.c 33 double bestTime = __builtin_inf();
42 double thisTime = intervalInCycles(startTime, endTime);
49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
negdi2.c 31 double bestTime = __builtin_inf();
40 double thisTime = intervalInCycles(startTime, endTime);
47 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
udivdi3.c 33 double bestTime = __builtin_inf();
42 double thisTime = intervalInCycles(startTime, endTime);
49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
umoddi3.c 33 double bestTime = __builtin_inf();
42 double thisTime = intervalInCycles(startTime, endTime);
49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);

Completed in 588 milliseconds

<<61626364656667686970>>