HomeSort by relevance Sort by last modified time
    Searched full:equation (Results 26 - 50 of 736) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/native/opengl/tools/glgen/specs/jsr239/
glspec-1.1 4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
glspec-checks 1 glClipPlanef check equation 4
2 glClipPlanex check equation 4
  /external/libopus/silk/float/
solve_LS_FLP.c 48 * Function to solve linear equation Ax = b, when A is a MxM lower
53 opus_int M, /* I Dim of Matrix equation */
59 * Function to solve linear equation (A^T)x = b, when A is a MxM lower
64 opus_int M, /* I Dim of Matrix equation */
70 * Function to solve linear equation Ax = b, when A is a MxM
114 opus_int M, /* I Dim of Matrix equation */
136 opus_int M, /* I Dim of Matrix equation */
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Tables.c 133 * Coefficients for calculating the cosine with the equation:
150 * Coefficients for calculating the cosine error with the equation:
159 * the equation:
  /external/skia/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.cpp 19 static const char* specific_layout_qualifier_name(GrBlendEquation equation) {
20 SkASSERT(GrBlendEquationIsAdvanced(equation));
39 return kLayoutQualifierNames[equation - kFirstAdvancedGrBlendEquation];
240 void GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded(GrBlendEquation equation) {
241 SkASSERT(GrBlendEquationIsAdvanced(equation));
251 this->addLayoutQualifier(specific_layout_qualifier_name(equation), kOut_InterfaceQualifier);
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.hpp 47 rr::BlendEquation mapGLBlendEquation (deUint32 equation);
48 rr::BlendEquationAdvanced mapGLBlendEquationAdvanced (deUint32 equation);
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Hyperplane.h 28 * This class represents an hyperplane as the zero set of the implicit equation
64 * such that the algebraic equation of the plane is \f$ n \cdot x + d = 0 \f$.
134 * to the linear part of the implicit equation.
139 * to the linear part of the implicit equation.
143 /** \returns the distance to the origin, which is also the "constant term" of the implicit equation
149 * of the implicit equation */
152 /** \returns a constant reference to the coefficients c_i of the plane equation:
157 /** \returns a non-constant reference to the coefficients c_i of the plane equation:
  /external/eigen/Eigen/src/Geometry/
Hyperplane.h 29 * This class represents an hyperplane as the zero set of the implicit equation
75 * such that the algebraic equation of the plane is \f$ n \cdot x + d = 0 \f$.
155 * to the linear part of the implicit equation.
160 * to the linear part of the implicit equation.
164 /** \returns the distance to the origin, which is also the "constant term" of the implicit equation
170 * of the implicit equation */
173 /** \returns a constant reference to the coefficients c_i of the plane equation:
178 /** \returns a non-constant reference to the coefficients c_i of the plane equation:
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactCollisionAlgorithm.cpp 35 //! Class for accessing the plane equation
45 void get_plane_equation(btVector4 &equation)
47 equation[0] = m_planeNormal[0];
48 equation[1] = m_planeNormal[1];
49 equation[2] = m_planeNormal[2];
50 equation[3] = m_planeConstant;
54 void get_plane_equation_transformed(const btTransform & trans,btVector4 &equation) const
56 equation[0] = trans.getBasis().getRow(0).dot(m_planeNormal);
57 equation[1] = trans.getBasis().getRow(1).dot(m_planeNormal);
58 equation[2] = trans.getBasis().getRow(2).dot(m_planeNormal)
    [all...]
  /external/bzip2/
bz-common.xsl 22 book toc,title,figure,table,example,equation
  /external/libxml2/result/SVG/
mathswitch.xml 4 fallback graphical representation of an equation, if
  /external/libxml2/test/SVG/
mathswitch.xml 5 fallback graphical representation of an equation, if
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/equations/
Bounce.java 6 * Easing equation based on Robert Penner's work:
Circ.java 6 * Easing equation based on Robert Penner's work:
Expo.java 6 * Easing equation based on Robert Penner's work:
  /external/eigen/Eigen/src/Eigen2Support/
LeastSquares.h 41 * constants \f$a,b,c\f$ so that the plane of equation \f$y=ax+bz+c\f$ fits
56 * instance how near points[0] is from the plane of equation \f$y=ax+bz+c\f$.
61 * are near, so points[0] is very near the plane of equation \f$y=ax+bz+c\f$.
74 Then the resulting equation is:
110 * take a \a funcOfOthers argument. Instead, it finds a general equation
  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 221 log << TestLog::Message << "RGB equation = " << getBlendEquationName(paramSet.equationRGB) << TestLog::EndMessage;
224 log << TestLog::Message << "Alpha equation = " << getBlendEquationName(paramSet.equationAlpha) << TestLog::EndMessage;
237 referenceState.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationRGB);
240 referenceState.blendAState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationAlpha);
343 // Test all blend equation, src blend function, dst blend function combinations. RGB and alpha modes are the same.
425 // Test all RGB and alpha equation combinations. Src and dst funcs are ONE for both.
428 TestCaseGroup* group = new TestCaseGroup(m_context, "rgb_equation_alpha_equation", "Combinations of RGB and Alpha Equation Combinations");
439 "RGB equation " + getBlendEquationName(eqRGB.glValue) +
440 ", alpha equation " + getBlendEquationName(eqAlpha.glValue);
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 269 log << TestLog::Message << "RGB equation = " << getBlendEquationName(paramSet.equationRGB) << TestLog::EndMessage;
272 log << TestLog::Message << "Alpha equation = " << getBlendEquationName(paramSet.equationAlpha) << TestLog::EndMessage;
285 referenceState.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationRGB);
288 referenceState.blendAState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationAlpha);
408 // Test all blend equation, src blend function, dst blend function combinations. RGB and alpha modes are the same.
490 // Test all RGB and alpha equation combinations. Src and dst funcs are ONE for both.
493 TestCaseGroup* group = new TestCaseGroup(m_context, "rgb_equation_alpha_equation", "Combinations of RGB and Alpha Equation Combinations");
504 "RGB equation " + getBlendEquationName(eqRGB.glValue) +
505 ", alpha equation " + getBlendEquationName(eqAlpha.glValue);
  /external/libavc/common/
ih264_chroma_intra_pred_filters.c 452 h_u += (cols + 1) * (pu1_top[8 + 2 * cols] - pu1_top[4 - 2 * cols]);/*section 8.3.4.4 equation (8-144)*/
456 v_v += (cols + 1) * (pu1_left[(4 + cols) * (-2) + 1] - pu1_left[(2 - cols) * (-2) + 1]);/*section 8.3.4.4 equation (8-145)*/
459 a_v = 16 * (pu1_left[7 * (-2) + 1] + pu1_top[15]);/*section 8.3.3.4 equation (8-141)*/
460 b_u = (34 * h_u + 32) >> 6;/*section 8.3.3.4 equation (8-142)*/
461 b_v = (34 * h_v + 32) >> 6;/*section 8.3.3.4 equation (8-142)*/
462 c_u = (34 * v_u + 32) >> 6;/*section 8.3.3.4 equation (8-143)*/
463 c_v = (34 * v_v + 32) >> 6;/*section 8.3.3.4 equation (8-143)*/
469 val = (a_u + b_u * (cols - 3) + c_u * (rows - 3) );/*section 8.3.4.4 equation (8-140)*/
472 val = (a_v + b_v * (cols - 3) + c_v * (rows - 3) );/*section 8.3.4.4 equation (8-140)*/
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
SingularValueDecompositionImpl.java 312 * Solve the linear equation A &times; X = B in least square sense.
318 * right-hand side of the equation A &times; X = B
328 * Solve the linear equation A &times; X = B in least square sense.
334 * right-hand side of the equation A &times; X = B
345 * Solve the linear equation A &times; X = B in least square sense.
351 * right-hand side of the equation A &times; X = B
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
LinearConstraint.java 66 * Build a constraint involving a single linear equation.
68 * A linear constraint with a single linear equation has one of the forms:
85 * Build a constraint involving a single linear equation.
87 * A linear constraint with a single linear equation has one of the forms:
108 * A linear constraint with two linear equation has one of the forms:
139 * A linear constraint with two linear equation has one of the forms:
  /device/generic/goldfish/opengl/system/egl/
ClientAPIExts.in 57 (GLenum plane, const GLfloat *equation),
58 (plane, equation))
  /external/apache-commons-math/src/main/java/org/apache/commons/math/special/
Erf.java 43 * following <a href="http://mathworld.wolfram.com/Erf.html"> Erf</a>, equation (3)</p>
72 * following <a href="http://mathworld.wolfram.com/Erf.html"> Erf</a>, equation (3).</p>
  /external/deqp/modules/glshared/
glsInteractionTestUtil.hpp 45 deUint32 equation; member in struct:deqp::gls::InteractionTestUtil::BlendState
50 : equation (0)

Completed in 1472 milliseconds

12 3 4 5 6 7 8 91011>>