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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/main/
clip.c 56 GLfloat equation[4]; local
65 equation[0] = (GLfloat) eq[0];
66 equation[1] = (GLfloat) eq[1];
67 equation[2] = (GLfloat) eq[2];
68 equation[3] = (GLfloat) eq[3];
71 * The equation is transformed by the transpose of the inverse of the
81 _mesa_transform_vector( equation, equation,
84 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation))
88 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation);
    [all...]
clip.h 42 _mesa_ClipPlane( GLenum plane, const GLdouble *equation );
45 _mesa_GetClipPlane( GLenum plane, GLdouble *equation );
es1_conversion.h 11 _es_ClipPlanef(GLenum plane, const GLfloat *equation);
14 _es_ClipPlanex(GLenum plane, const GLfixed *equation);
46 _es_GetClipPlanef(GLenum plane, GLfloat *equation);
49 _es_GetClipPlanex(GLenum plane, GLfixed *equation);
  /external/eigen/doc/snippets/
FullPivLU_solve.cpp 8 cout << "Here is a solution x to the equation mx=y:" << endl << x << endl;
11 cout << "The equation mx=y does not have any solution." << endl;
ColPivHouseholderQR_solve.cpp 8 cout << "Here is a solution x to the equation mx=y:" << endl << x << endl;
FullPivHouseholderQR_solve.cpp 8 cout << "Here is a solution x to the equation mx=y:" << endl << x << endl;
HouseholderQR_solve.cpp 9 cout << "Here is a solution x to the equation mx=y:" << endl << x << endl;
PartialPivLU_solve.cpp 6 cout << "Here is the (unique) solution X to the equation AX=B:" << endl << X << endl;
LLT_solve.cpp 2 // let's generate some samples on the 3D plane of equation z = 2x+3y (with some noise)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
LinearObjectiveFunction.java 36 * The c<sub>i</sub> and d are the coefficients of the equation,
50 /** Constant term of the linear equation. */
54 * @param coefficients The coefficients for the linear equation being optimized
55 * @param constantTerm The constant term of the linear equation
62 * @param coefficients The coefficients for the linear equation being optimized
63 * @param constantTerm The constant term of the linear equation
71 * Get the coefficients of the linear equation being optimized.
72 * @return coefficients of the linear equation being optimized
79 * Get the constant of the linear equation being optimized.
80 * @return constant of the linear equation being optimize
    [all...]
  /external/skia/include/gpu/
GrBlend.h 77 * Given a known blend equation in the form of srcCoeff * srcColor + dstCoeff * dstColor where
171 template<GrBlendEquation Equation>
172 struct GrTBlendEquationIsAdvanced : skstd::bool_constant<Equation >= kFirstAdvancedGrBlendEquation> {};
174 #define GR_BLEND_EQUATION_IS_ADVANCED(EQUATION) \
175 GrTBlendEquationIsAdvanced<EQUATION>::value
177 inline bool GrBlendEquationIsAdvanced(GrBlendEquation equation) {
178 return equation >= kFirstAdvancedGrBlendEquation;
188 #define GR_BLEND_MODIFIES_DST(EQUATION, SRC_COEFF, DST_COEFF) \
189 GrTBlendModifiesDst<EQUATION, SRC_COEFF, DST_COEFF>::value
195 * For "add" and "reverse subtract" the blend equation with f=coverage is
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DecompositionSolver.java 38 /** Solve the linear equation A &times; X = B for matrices A.
41 * @param b right-hand side of the equation A &times; X = B
49 /** Solve the linear equation A &times; X = B for matrices A.
52 * @param b right-hand side of the equation A &times; X = B
60 /** Solve the linear equation A &times; X = B for matrices A.
63 * @param b right-hand side of the equation A &times; X = B
FieldDecompositionSolver.java 40 /** Solve the linear equation A &times; X = B for matrices A.
43 * @param b right-hand side of the equation A &times; X = B
51 /** Solve the linear equation A &times; X = B for matrices A.
54 * @param b right-hand side of the equation A &times; X = B
62 /** Solve the linear equation A &times; X = B for matrices A.
65 * @param b right-hand side of the equation A &times; X = B
  /external/deqp/modules/gles31/functional/
es31fNegativeAdvancedBlendEquationTests.cpp 21 * \brief Negative Advanced Blend Equation Tests
81 std::string getShaderLayoutEquation (BlendEquation equation)
83 switch (equation)
102 DE_FATAL("Equation not supported.");
107 glw::GLenum getEquation (BlendEquation equation)
109 switch (equation)
127 DE_FATAL("Equation not supported.");
147 std::string generateFragmentShaderSource (NegativeTestContext& ctx, BlendEquation equation)
155 << "layout(" << getShaderLayoutEquation(equation) << ") out;\n"
165 glu::ProgramSources generateProgramSources (NegativeTestContext& ctx, BlendEquation equation)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
localcom-1.s 1 ! The implicit equation from a datalabel to the main symbol was incorrect
  /external/mesa3d/src/mapi/glapi/gen/
OES_single_precision.xml 15 <param name="equation" type="const GLfloat *" count="4"/>
25 <param name="equation" type="GLfloat *" output="true" count="4"/>
  /external/eigen/unsupported/Eigen/src/SVD/
TODOBdcsvd.txt 19 1) solve the secular equation (Characteristic equation) on the values that are not null (zi!=0 and di!=0), after the deflation
  /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 )
  /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 )

Completed in 646 milliseconds

1 2 3 4 5 6 7 8 91011>>