HomeSort by relevance Sort by last modified time
    Searched full:double (Results 451 - 475 of 10424) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/graphics/android/
AndroidAnimation.h 41 double beginTime);
46 double elapsedTime(double time);
47 void pickValues(double progress, int* start, int* end);
48 bool checkIterationsAndProgress(double time, float* finalProgress);
49 double applyTimingFunction(float from, float to, double progress,
51 bool evaluate(LayerAndroid* layer, double time);
62 double m_beginTime;
63 double m_elapsedTime
    [all...]
ZoomManager.h 49 void scheduleUpdate(const double& currentTime, const SkIRect& viewport, float scale);
58 double zoomInTransitionTime(double currentTime);
59 double zoomOutTransitionTime(double currentTime);
60 float zoomInTransparency(double currentTime);
61 float zoomOutTransparency(double currentTime);
63 double updateTime() const { return m_updateTime; }
64 void setUpdateTime(double value) { m_updateTime = value; }
77 double transitionTime(double currentTime, float scale)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
ScaleTransformOperation.h 34 static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, OperationType type)
39 static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, double sz, OperationType type)
44 double x() const { return m_x; }
45 double y() const { return m_y; }
46 double z() const { return m_z; }
68 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
70 ScaleTransformOperation(double sx, double sy, double sz, OperationType type
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 34 inline void db_SProjImagePointPointConstraint(double c[9],int i_num,int i_den,int i_zero,
35 double xp[3],double x[3])
44 inline void db_SProjImagePointPointConstraints(double c1[9],double c2[9],double xp[3],double x[3])
70 inline void db_SAffineImagePointPointConstraints(double c1[7],double c2[7],double xp[3],double x[3]
    [all...]
db_bundle.h 38 inline void db_Compute_dx(double *dx,double **JtJ,double *min_Jtf,double lambda,double *d,int n)
41 double opl;
54 inline void db_Compute_dx_3x3(double dx[3],double JtJ[9],const double min_Jtf[3],double lambda
    [all...]
db_utilities_indexing.h 35 inline void db_SetupMatrixRefs(double **ar,long rows,long cols,double *a)
41 inline void db_SymmetricExtendUpperToLower(double **A,int rows,int cols)
47 void inline db_MultiplyMatrixVectorAtb(double *c,const double * const *At,const double *b,int arows,int acols)
50 double acc;
60 inline void db_MultiplyMatricesAB(double **C,const double * const *A,const double * const *B,int arows,int acols,int bcols
    [all...]
  /external/clang/test/CodeGen/
complex.c 5 double _Complex a = 5;
6 double _Complex b = 42;
11 _Complex double bar(int);
12 void test(_Complex double*);
13 void takecomplex(_Complex double);
16 _Complex double X;
22 _Complex double g1, g2;
24 double D;
32 double Gr = __real g1;
93 double t7(double _Complex c)
    [all...]
x86_64-arguments-darwin.c 4 // CHECK: declare void @func(i64, double)
7 long double a;
  /external/iproute2/netem/
paretonormal.c 26 static double
27 normal(double x, double mu, double sigma)
32 static const double a=3.0;
37 double dvalue;
40 dvalue = (double)i/(double)65536;
43 dvalue *= (4.0/3.0)*(double)TABLEFACTOR;
53 double x
    [all...]
  /external/llvm/test/Analysis/ScalarEvolution/
sext-iv-1.ll 10 define void @foo0(double* nocapture %x) nounwind {
19 %3 = getelementptr double* %x, i64 %2 ; <double*> [#uses=1]
20 %4 = load double* %3, align 8 ; <double> [#uses=1]
21 %5 = fmul double %4, 3.900000e+00 ; <double> [#uses=1]
23 %7 = getelementptr double* %x, i64 %6 ; <double*> [#uses=1]
24 store double %5, double* %7, align
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.h 53 static void position_changed(GeocluePosition*, GeocluePositionFields, int, double, double, double, GeoclueAccuracy*, GeolocationServiceGtk*);
54 static void getPositionCallback(GeocluePosition*, GeocluePositionFields, int, double, double, double, GeoclueAccuracy*, GError*, GeolocationServiceGtk*);
65 double m_latitude;
66 double m_longitude;
67 double m_altitude;
68 double m_accuracy
    [all...]
  /frameworks/compile/libbcc/runtime/lib/ppc/
gcc_qdiv.c 5 /* long double __gcc_qdiv(long double x, long double y);
6 * This file implements the PowerPC 128-bit double-double division operation.
12 long double __gcc_qdiv(long double a, long double b)
17 register double x = dst.s.hi, x1 = dst.s.lo,
20 double yHi, yLo, qHi, qLo
    [all...]
gcc_qmul.c 5 /* long double __gcc_qmul(long double x, long double y);
6 * This file implements the PowerPC 128-bit double-double multiply operation.
12 long double __gcc_qmul(long double x, long double y)
17 register double A = dst.s.hi, a = dst.s.lo,
20 double aHi, aLo, bHi, bLo
    [all...]
  /external/proguard/src/proguard/gui/
default.pro 49 public static double sin(double);
50 public static double cos(double);
51 public static double tan(double);
52 public static double asin(double);
53 public static double acos(double);
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ddiv/
Test_ddiv.java 61 * @title Arguments = Double.POSITIVE_INFINITY,
62 * Double.NEGATIVE_INFINITY
66 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY,
67 Double.NEGATIVE_INFINITY));
71 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d
75 assertEquals(Double.NEGATIVE_INFINITY, t.run(Double.POSITIVE_INFINITY,
80 * @title Arguments = -2.7d, Double.NEGATIVE_INFINITY
84 assertEquals(0d, t.run(-2.7d, Double.NEGATIVE_INFINITY))
    [all...]
  /external/libffi/testsuite/libffi.call/
closure_fn2.c 16 (int)*(double *)args[0] +(int)(*(double *)args[1]) +
17 (int)(*(double *)args[2]) + (int)*(double *)args[3] +
18 (int)(*(signed short *)args[4]) + (int)(*(double *)args[5]) +
19 (int)*(double *)args[6] + (int)(*(int *)args[7]) +
20 (int)(*(double *)args[8]) + (int)*(int *)args[9] +
26 (int)*(double *)args[0], (int)(*(double *)args[1]),
27 (int)(*(double *)args[2]), (int)*(double *)args[3]
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
2007-09-08-unaligned.ll 10 @u = global <{ i8, double }> <{ i8 3, double 5.100000e+00 }> ; <<{ i8, double }>*> [#uses=1]
12 @v = weak global <{ i8, double }> zeroinitializer ; <<{ i8, double }>*> [#uses=2]
23 %tmp3 = getelementptr <{ i8, double }>* @u, i32 0, i32 1 ; <double*> [#uses=1]
24 %tmp4 = load double* %tmp3, align 1 ; <double> [#uses=1]
25 %tmp5 = getelementptr <{ i8, double }>* @v, i32 0, i32 1 ; <double*> [#uses=1
    [all...]
  /external/llvm/test/CodeGen/X86/
sse-align-12.ll 38 define <2 x double> @c(<2 x double>* %y) nounwind {
39 %x = load <2 x double>* %y, align 8
40 %a = extractelement <2 x double> %x, i32 0
41 %c = extractelement <2 x double> %x, i32 1
42 %p = insertelement <2 x double> undef, double %c, i32 0
43 %r = insertelement <2 x double> %p, double %a, i32 1
44 ret <2 x double> %
    [all...]
  /external/stlport/src/
complex.cpp 43 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>& __z)
48 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>& __z)
59 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>& __z)
64 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>& __z)
73 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebPerformance.cpp 40 static double millisecondsToSeconds(unsigned long long milliseconds)
42 return static_cast<double>(milliseconds / 1000.0);
71 double WebPerformance::navigationStart() const
76 double WebPerformance::unloadEventEnd() const
81 double WebPerformance::redirectStart() const
86 double WebPerformance::redirectEnd() const
96 double WebPerformance::fetchStart() const
101 double WebPerformance::domainLookupStart() const
106 double WebPerformance::domainLookupEnd() const
111 double WebPerformance::connectStart() cons
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
complex.cpp 43 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>& __z)
48 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>& __z)
59 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>& __z)
64 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>& __z)
73 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi
    [all...]
  /dalvik/tests/003-omnibus-opcodes/src/
UnresStuff.java 12 public double wideInstField;
13 public static double wideStaticField;
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-examples.cpp 5 double d = 2.0;
6 // CHECK: double &rd =
8 double &rd = d;
9 // CHECK: const double &rcd =
10 // CHECK-NEXT: ImplicitCastExpr{{.*}}'const double' lvalue <NoOp>
11 const double &rcd = d;
50 // CHECK: const double &rcd2 =
52 const double& rcd2 = 2;
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p9.cpp 7 template<> class Y<double>;
12 template<> class N::Y<double> {
  /external/clang/test/Sema/
attr-unavailable-message.c 5 double dfoo(double) __attribute__((__unavailable__("NO LONGER"))); // expected-note 2 {{function has been explicitly marked unavailable here}}
11 double dr = dfoo(1.0); // expected-error {{'dfoo' is unavailable: NO LONGER}}
15 double (*fp4)(double) = dfoo; // expected-error {{'dfoo' is unavailable: NO LONGER}}
25 double dr = dfoo(1.0);
27 double (*fp4)(double) = dfoo;

Completed in 1674 milliseconds

<<11121314151617181920>>