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

<<31323334353637383940>>

  /external/webkit/Source/WebCore/html/
WeekInputType.cpp 43 static const double weekDefaultStepBase = -259200000.0; // The first day of 1970-W01.
44 static const double weekDefaultStep = 1.0;
45 static const double weekStepScaleFactor = 604800000.0;
57 double WeekInputType::minimum() const
62 double WeekInputType::maximum() const
67 double WeekInputType::stepBase() const
72 double WeekInputType::defaultStep() const
77 double WeekInputType::stepScaleFactor() const
94 bool WeekInputType::setMillisecondToDateComponents(double value, DateComponents* date) const
  /external/webkit/Source/WebCore/platform/graphics/transforms/
SkewTransformOperation.h 34 static PassRefPtr<SkewTransformOperation> create(double angleX, double angleY, OperationType type)
39 double angleX() const { return m_angleX; }
40 double angleY() const { return m_angleY; }
61 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
63 SkewTransformOperation(double angleX, double angleY, OperationType type)
70 double m_angleX;
71 double m_angleY;
  /external/webkit/Source/WebCore/webaudio/
AudioBuffer.h 44 static PassRefPtr<AudioBuffer> create(unsigned numberOfChannels, size_t numberOfFrames, double sampleRate);
47 static PassRefPtr<AudioBuffer> createFromAudioFileData(const void* data, size_t dataSize, bool mixToMono, double sampleRate);
51 double duration() const { return length() / sampleRate(); }
52 double sampleRate() const { return m_sampleRate; }
60 double gain() const { return m_gain; }
61 void setGain(double gain) { m_gain = gain; }
69 AudioBuffer(unsigned numberOfChannels, size_t numberOfFrames, double sampleRate);
72 double m_gain; // scalar gain
73 double m_sampleRate;
  /external/webkit/Source/WebKit/chromium/public/
WebDeviceOrientation.h 38 WebDeviceOrientation(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma)
53 double alpha() { return m_alpha; }
55 double beta() { return m_beta; }
57 double gamma() { return m_gamma; }
79 double m_alpha;
81 double m_beta;
83 double m_gamma;
  /ndk/tests/device/test-gnustl-full/unit/
valarray_test.cpp 36 valarray<double> darray;
37 valarray<double> tmp;
89 valarray<long double> ldarray;
90 valarray<long double> tmp;
115 valarray<double> v0(2, 10);
116 valarray<double> v1(v0[slice(0, 1, 5)]);
118 valarray<double> v2(v0[gslice()]);
119 //valarray<double> v3(v0[valarray<bool>()]);
120 valarray<double> v4(v0[valarray<size_t>()]);
  /ndk/tests/device/test-stlport/unit/
valarray_test.cpp 36 valarray<double> darray;
37 valarray<double> tmp;
89 valarray<long double> ldarray;
90 valarray<long double> tmp;
115 valarray<double> v0(2, 10);
116 valarray<double> v1(v0[slice(0, 1, 5)]);
118 valarray<double> v2(v0[gslice()]);
119 //valarray<double> v3(v0[valarray<bool>()]);
120 valarray<double> v4(v0[valarray<size_t>()]);
  /bionic/libm/src/
s_copysign.c 18 * copysign(double x, double y)
26 double
27 copysign(double x, double y)
  /dalvik/vm/mterp/x86-atom/
OP_INT_TO_DOUBLE.S 19 * Code: Convert an int to a double. Uses no substitutions.
21 * For: int-to-double
23 * Description: Converts an int in the source register, to a double, and
24 * stores the result in the destination register. vA<- (double) vB
35 movq %xmm0, (rFP, rINST, 4) # vA<- %xmm0; (double) vB
  /external/chromium/base/
rand_util.cc 25 double RandDouble() {
31 COMPILE_ASSERT(std::numeric_limits<double>::radix == 2, otherwise_use_scalbn);
32 static const int kBits = std::numeric_limits<double>::digits;
34 double result = ldexp(static_cast<double>(random_bits), -1 * kBits);
  /external/clang/test/CodeGen/
conditional.c 7 double test2(int cond, float a, double b) {
65 // CHECK: select i1 {{.*}}, double 4.0{{.*}}, double 2.0
66 double test12(int c) {
  /external/clang/test/Modules/
macros.c 8 #define DOUBLE double
32 // CHECK-PREPROCESSED: double d
33 double d;
34 DOUBLE *dp = &d;
  /external/clang/test/Parser/
builtin_types_compatible.c 5 extern double funcDouble(double);
14 else if (__builtin_types_compatible_p(typeof(expr), double)) funcDouble(tmp); \
19 __builtin_choose_expr(__builtin_types_compatible_p(typeof(expr), double), funcDouble(expr), (void)0)))
25 double d;
  /external/e2fsprogs/po/
en@boldquot.header 4 # and double quote (0x22). These substitutes look strange; see
12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
17 # grave/acute accent (by libiconv), and the double quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
en@quot.header 4 # and double quote (0x22). These substitutes look strange; see
12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
17 # grave/acute accent (by libiconv), and the double quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
  /external/fdlibm/
w_acos.c 22 double ieee_acos(double x) /* wrapper acos */
24 double ieee_acos(x) /* wrapper acos */
25 double x;
31 double z;
w_acosh.c 22 double acosh(double x) /* wrapper acosh */
24 double acosh(x) /* wrapper acosh */
25 double x;
31 double z;
w_asin.c 24 double ieee_asin(double x) /* wrapper asin */
26 double ieee_asin(x) /* wrapper asin */
27 double x;
33 double z;
w_atanh.c 21 double atanh(double x) /* wrapper atanh */
23 double atanh(x) /* wrapper atanh */
24 double x;
30 double z,y;
w_cosh.c 21 double ieee_cosh(double x) /* wrapper cosh */
23 double ieee_cosh(x) /* wrapper cosh */
24 double x;
30 double z;
w_log.c 22 double ieee_log(double x) /* wrapper log */
24 double ieee_log(x) /* wrapper log */
25 double x;
31 double z;
w_log10.c 22 double ieee_log10(double x) /* wrapper log10 */
24 double ieee_log10(x) /* wrapper log10 */
25 double x;
31 double z;
w_sinh.c 21 double ieee_sinh(double x) /* wrapper sinh */
23 double ieee_sinh(x) /* wrapper sinh */
24 double x;
30 double z;
w_sqrt.c 21 double ieee_sqrt(double x) /* wrapper sqrt */
23 double ieee_sqrt(x) /* wrapper sqrt */
24 double x;
30 double z;
  /external/libffi/testsuite/libffi.call/
return_dbl1.c 2 Purpose: Check return value double.
10 static double return_dbl(double dbl1, float fl2, unsigned int in3, double dbl4)
19 double dbl1, dbl4, rdbl;
  /external/llvm/test/CodeGen/ARM/
uint64tof64.ll 11 %1 = uitofp i64 %0 to double ; <double> [#uses=1]
12 %2 = fdiv double 0.000000e+00, %1 ; <double> [#uses=1]
13 %3 = call i32 (%struct.FILE*, i8*, ...)* @fprintf(%struct.FILE* null, i8* getelementptr ([54 x i8]* @"\01LC10", i32 0, i32 0), i64 0, double %2) ; <i32> [#uses=0]

Completed in 1093 milliseconds

<<31323334353637383940>>