/external/chromium_org/tools/grit/grit/testdata/ |
structure_variables.html | 3 Did you know that [EQUATION]?
|
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
view.js | 32 var equation = this.makeElement_('div', 'equation'); 33 this.appendChild_(equation, null, 'span', 'accumulator', values.accumulator); 34 this.appendChild_(equation, null, 'span', 'operation'); 35 this.appendChild_(equation, '.operation', 'span', 'operator'); 36 this.appendChild_(equation, '.operation', 'span', 'operand', values.operand); 37 this.appendChild_(equation, '.operator', 'div', 'spacer'); 38 this.appendChild_(equation, '.operator', 'div', 'value', values.operator); 39 this.setAttribute_(equation, '.accumulator', 'aria-hidden', 'true'); 40 this.display.appendChild(equation).scrollIntoView() [all...] |
/external/chromium_org/third_party/mesa/src/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/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"/>
|
/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
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
gl.attrib | 5 #void glClipPlanef(GLenum plane, GLfloat *equation) 7 dir equation in 8 len equation (4 * sizeof(float)) 381 #glClipPlanexOES(GLenum plane, const GLfixed * equation) 383 dir equation in 384 len equation (4 * sizeof(GLfixed)) 386 #glClipPlanexIMG(GLenum plane, const GLfixed * equation) 388 dir equation in 389 len equation (4 * sizeof(GLfixed)) 530 #void glClipPlanefOES(GLenum plane, GLfloat *equation) [all...] |
/external/chromium_org/third_party/opus/src/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/chromium_org/ppapi/cpp/ |
point.h | 296 /// @param[in] lhs The Point on the left-hand side of the equation. 297 /// @param[in] rhs The Point on the right-hand side of the equation. 306 /// @param[in] lhs The Point on the left-hand side of the equation. 307 /// @param[in] rhs The Point on the right-hand side of the equation. 317 /// @param[in] lhs The Point on the left-hand side of the equation. 318 /// @param[in] rhs The Point on the right-hand side of the equation. 327 /// @param[in] lhs The Point on the left-hand side of the equation. 328 /// @param[in] rhs The Point on the right-hand side of the 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$. 145 * to the linear part of the implicit equation. 150 * to the linear part of the implicit equation. 154 /** \returns the distance to the origin, which is also the "constant term" of the implicit equation 160 * of the implicit equation */ 163 /** \returns a constant reference to the coefficients c_i of the plane equation: 168 /** \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 )
|