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

1 2 3 4 5 6 7 8 91011>>

  /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/angle/extensions/
EXT_blend_minmax.txt 26 equation. While this document defines only two new equations, the
38 equation includes the parameters specified by BlendFunc. (The min
70 The GL Specification defines a single blending equation. This
71 extension introduces a blend equation mode that is specified by calling
73 value FUNC_ADD_EXT specifies that the blending equation defined in
74 the GL Specification be used. This equation is
86 blending equation becomes
91 blending equation becomes
95 In all cases the blending equation is evaluated separately for each
  /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"/>
  /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 )
  /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 */
  /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/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/
point_8h.html 66 <tr><td class="paramdir">[in]</td><td class="paramname">lhs</td><td>The Point on the left-hand side of the equation. </td></tr>
67 <tr><td class="paramdir">[in]</td><td class="paramname">rhs</td><td>The Point on the right-hand side of the equation.</td></tr>
101 <tr><td class="paramdir">[in]</td><td class="paramname">lhs</td><td>The Point on the left-hand side of the equation. </td></tr>
102 <tr><td class="paramdir">[in]</td><td class="paramname">rhs</td><td>The Point on the right-hand side of the equation.</td></tr>
136 <tr><td class="paramdir">[in]</td><td class="paramname">lhs</td><td>The Point on the left-hand side of the equation. </td></tr>
137 <tr><td class="paramdir">[in]</td><td class="paramname">rhs</td><td>The Point on the right-hand side of the equation.</td></tr>
171 <tr><td class="paramdir">[in]</td><td class="paramname">lhs</td><td>The Point on the left-hand side of the equation. </td></tr>
172 <tr><td class="paramdir">[in]</td><td class="paramname">rhs</td><td>The Point on the right-hand side of the equation.</td></tr>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/cpp/
point_8h.html 66 <tr><td class="paramdir">[in]</td><td class="paramname">lhs</td><td>The Point on the left-hand side of the equation. </td></tr>
67 <tr><td class="paramdir">[in]</td><td class="paramname">rhs</td><td>The Point on the right-hand side of the equation.</td></tr>
101 <tr><td class="paramdir">[in]</td><td class="paramname">lhs</td><td>The Point on the left-hand side of the equation. </td></tr>
102 <tr><td class="paramdir">[in]</td><td class="paramname">rhs</td><td>The Point on the right-hand side of the equation.</td></tr>
136 <tr><td class="paramdir">[in]</td><td class="paramname">lhs</td><td>The Point on the left-hand side of the equation. </td></tr>
137 <tr><td class="paramdir">[in]</td><td class="paramname">rhs</td><td>The Point on the right-hand side of the equation.</td></tr>
171 <tr><td class="paramdir">[in]</td><td class="paramname">lhs</td><td>The Point on the left-hand side of the equation. </td></tr>
172 <tr><td class="paramdir">[in]</td><td class="paramname">rhs</td><td>The Point on the right-hand side of the equation.</td></tr>

Completed in 381 milliseconds

1 2 3 4 5 6 7 8 91011>>