HomeSort by relevance Sort by last modified time
    Searched full:equation (Results 126 - 150 of 634) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/benchmarks/
revisions.html 25 equation solver that stresses arithmetic computations on double arrays.</p>
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_Average_4x_Align_unsafe_s.s 17 ;// Implements Average of 4x4 with equation c = (a+b+1)>>1.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_Average_4x_Align_unsafe_s.s 17 ;// Implements Average of 4x4 with equation c = (a+b+1)>>1.
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java     [all...]
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
videodev2_exynos_media.h 91 /* for color space conversion equation selection */
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Geometry.h 102 // Calculate line equation from x0,y0 to x2,y2
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Geometry.h 102 // Calculate line equation from x0,y0 to x2,y2
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Geometry.h 102 // Calculate line equation from x0,y0 to x2,y2
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 338 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
378 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
519 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 338 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
378 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
519 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 338 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
378 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
519 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 338 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
378 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
519 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 338 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
378 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
519 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
  /prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 338 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
378 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
519 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
  /prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 338 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
378 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
519 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
  /prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 338 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
378 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
519 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
  /external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h 197 * directly solves the underlying polynomial equation.
501 // The characteristic equation is x^3 - c2*x^2 + c1*x - c0 = 0. The
502 // eigenvalues are the roots to this equation, all guaranteed to be
508 // Construct the parameters used in classifying the roots of the equation
509 // and in solving the equation for the roots in closed form.
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
FastMath.java 213 /**Interpolate a spline between at least 4 control points following the Catmull-Rom equation.
239 /**Interpolate a spline between at least 4 control points following the Catmull-Rom equation.
266 /**Interpolate a spline between at least 4 control points following the Catmull-Rom equation.
286 /**Interpolate a spline between at least 4 control points following the Bezier equation.
311 /**Interpolate a spline between at least 4 control points following the Bezier equation.
337 /**Interpolate a spline between at least 4 control points following the Bezier equation.
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 4179 GLfloat *equation = (GLfloat *) 0; local
4229 GLfloat *equation = (GLfloat *) 0; local
4265 GLfixed *equation = (GLfixed *) 0; local
4315 GLfixed *equation = (GLfixed *) 0; local
    [all...]
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 179 * a(t)?t?2 However, the above equation doesn't handle variable
182 * a simple friction term (f) to the equation: x(t+?t) = x(t) +
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
output.c 548 BlendEquationToPipe(VdpOutputSurfaceRenderBlendEquation equation)
550 switch (equation) {
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 77 * Compute the equation of a plane used to interpolate line fragment data
81 * Output: plane - the plane equation.
  /external/chromium_org/third_party/openssl/openssl/patches/
fix_lhash_iteration.patch 90 + * Let's call 'A' the left-hand side of the equation above, it is an integer
110 + * Let's call 'B' the left-hand side of the equation above:
  /external/chromium_org/third_party/skia/include/core/
SkGeometry.h 30 /** Given a quadratic equation Ax^2 + Bx + C = 0, return 0, 1, 2 roots for the
31 equation.
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsQuad.cpp 18 // a calculus leads to a 3d degree equation :
94 // analysis of the quadratic equation, suggesting why the following looks at

Completed in 3537 milliseconds

1 2 3 4 56 7 8 91011>>