HomeSort by relevance Sort by last modified time
    Searched full:equation (Results 76 - 100 of 698) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 71 void glClipPlanef(GLenum plane, const GLfloat *equation)
73 getDispatch()->glClipPlanef(plane, equation);
306 void glClipPlanex(GLenum plane, const GLfixed *equation)
308 getDispatch()->glClipPlanex(plane, equation);
861 void glClipPlanexOES(GLenum plane, const GLfixed *equation)
863 getDispatch()->glClipPlanexOES(plane, equation);
1171 void glClipPlanefOES(GLenum plane, const GLfloat *equation)
1173 getDispatch()->glClipPlanefOES(plane, equation);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DomainParameters.java 71 * @param j optionally specifies the value that satisfies the equation p = jq+1
175 * Return the value that satisfies the equation p = jq+1 (if present).
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
common.py 153 :param a_values: the a-values of the above equation
154 :param modulo_values: the m-values of the above equation
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 198 BlendEquation equation; member in struct:rr::BlendState
203 : equation (BLENDEQUATION_ADD)
  /external/mesa3d/src/mesa/main/
es1_conversion.c 60 _es_ClipPlanef(GLenum plane, const GLfloat *equation)
66 converted_equation[i] = (GLdouble) (equation[i]);
73 _es_ClipPlanex(GLenum plane, const GLfixed *equation)
79 converted_equation[i] = (GLdouble) (equation[i] / 65536.0);
210 _es_GetClipPlanef(GLenum plane, GLfloat *equation)
217 equation[i] = (GLfloat) (converted_equation[i]);
222 _es_GetClipPlanex(GLenum plane, GLfixed *equation)
229 equation[i] = (GLfixed) (converted_equation[i] * 65536);
  /external/opencv3/doc/py_tutorials/py_core/py_image_arithmetics/
py_image_arithmetics.markdown 39 blending or transparency. Images are added as per the equation below:
47 is given 0.3. cv2.addWeighted() applies following equation on the image.
  /external/opencv3/doc/py_tutorials/py_imgproc/py_canny/
py_canny.markdown 78 default it is 3. Last argument is L2gradient which specifies the equation for finding gradient
79 magnitude. If it is True, it uses the equation mentioned above which is more accurate, otherwise it
  /frameworks/base/libs/hwui/utils/
Blur.cpp 49 * HWUI has used a slightly different equation than Skia to generate the value
53 * equation sigma = f(radius) as sigma = radius * 0.3 + 0.6. The larger the
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 179 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
183 float[] equation,
187 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
191 java.nio.FloatBuffer equation
194 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
198 int[] equation,
202 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
206 java.nio.IntBuffer equation
GLES11Ext.java 294 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
298 int[] equation,
302 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
306 java.nio.IntBuffer equation
968 // C function void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
972 float[] equation,
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
79 void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
  /frameworks/native/services/surfaceflinger/Effects/
Daltonizer.cpp 87 // To find the planes we solve the a*L + b*M + c*S = 0 equation for the LMS values
88 // of the three known points. This equation is trivially solved, and has for
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
floating_point_comparison.hpp 43 FPC_STRONG, // "Very close" - equation 1' in docs, the default
44 FPC_WEAK // "Close enough" - equation 2' in docs.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
SplineMath.java 56 // equation:
97 // equation:
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 105 BLEND_EQUATION_RGB("RGB Equation"),
106 BLEND_EQUATION_ALPHA("Alpha Equation"),
  /external/apache-commons-math/src/main/java/org/apache/commons/math/special/
Gamma.java 84 * Gamma Function</a>, equation (28).</li>
139 * Regularized Gamma Function</a>, equation (1).</li>
142 * Incomplete Gamma Function</a>, equation (4).</li>
145 * Confluent Hypergeometric Function of the First Kind</a>, equation (1).
220 * Regularized Gamma Function</a>, equation (1).</li>
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 189 // equation:
247 // The cubic spline equation is (from numerical recipes in C):
257 // To find the second derivatives y", we can rearrange the equation as:
266 // We can now easily solve the equation to find the second derivatives:
284 // equation:
  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp 89 static const char* getEquationName (glw::GLenum equation)
91 switch (equation)
185 const char* getBlendLayoutQualifier (rr::BlendEquationAdvanced equation)
206 DE_ASSERT(de::inBounds<int>(equation, 0, rr::BLENDEQUATION_ADVANCED_LAST));
207 return s_qualifiers[equation];
210 glu::ProgramSources getBlendProgramSrc (rr::BlendEquationAdvanced equation, glu::RenderContext& renderContext)
236 args["SUPPORT_QUALIFIER"] = getBlendLayoutQualifier(equation);
  /external/chromium-trace/catapult/dashboard/dashboard/
ttest_test.py 87 # equation (e.g. using a calculator or the Python interpreter).
103 # t-test is called the Welch-Satterthwaite equation. Note that since the
104 # Welch-Satterthwaite equation gives an estimate of degrees of freedom,
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorCalibratedUncalibratedVerifier.java 28 * uncalibrated sensors comply to the following equation:
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
SecondOrderDifferentialEquations.java 25 * differential equation problems before they can be handled by the
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
ClassicalRungeKuttaStepInterpolator.java 28 * step computed. The interpolation equation is consistent with the
EulerStepInterpolator.java 27 * step computed. The interpolation equation is consistent with the
MidpointStepInterpolator.java 28 * step computed. The interpolation equation is consistent with the
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
FixedStepHandler.java 27 * in getting the solution of an ordinary differential equation at

Completed in 538 milliseconds

1 2 34 5 6 7 8 91011>>