/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
D | Matrix3.java | 83 float v00 = val[M00] * m.val[M00] + val[M01] * m.val[M10] + val[M02] * m.val[M20]; in mul() local 118 float v00 = m.val[M00] * val[M00] + m.val[M01] * val[M10] + m.val[M02] * val[M20]; in mulLeft() local 598 float v00 = mata[M00] * matb[M00] + mata[M01] * matb[M10] + mata[M02] * matb[M20]; in mul() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferTestUtil.cpp | 345 int v00 = quadNdx*4 + 0; in computeIndices() local 383 Vec4 v00 = fetchVtxColor(inPtr, quadNdx*4 + 0); in renderQuadGridReference() local
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ |
D | HeightField.java | 213 VertexInfo v00 = getVertexAt(vertex00, x, y); in updateSharp() local
|
/external/deqp/modules/glshared/ |
D | glsBufferTestUtil.cpp | 506 int v00 = quadNdx*4 + 0; in computeIndices() local 544 Vec4 v00 = fetchVtxColor(inPtr, quadNdx*4 + 0); in renderQuadGridReference() local
|
D | glsShaderRenderCase.cpp | 223 int v00 = (y * stride) + x; in QuadGrid() local 686 int v00 = (y * stride) + x; in computeVertexReference() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 360 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) in lerp_2d()
|
D | s_triangle.c | 257 ilerp_2d(GLint ia, GLint ib, GLint v00, GLint v10, GLint v01, GLint v11) in ilerp_2d()
|
D | s_texfilter.c | 64 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) in lerp_2d()
|
/external/opencv3/modules/imgproc/test/ |
D | test_imgwarp.cpp | 405 float v00 = sptr[k]; in test_remap() local 422 float v00 = sptr[k]; in test_remap() local 439 float v00 = sptr[k]; in test_remap() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 218 int v00 = (y * stride) + x; in QuadGrid() local 1790 const int v00 = (y * stride) + x; in computeVertexReference() local
|
/external/opencv3/modules/video/src/ |
D | lkpyramid.cpp | 325 __m128i v00, v01, v10, v11, t0, t1; in operator ()() local 554 __m128i v00 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i*)(Jptr + x)), z); in operator ()() local
|
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 153 const float v00 = values[0]; in bilinearInterpolate() local 485 const float v00 = bilinearInterpolate(refVal0, xBounds0.x(), yBounds0.x()); in isTrilinearPCFCompareValid() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 411 …const Vec4 v00 = readVec4(vertices + ((cellY+0)*gridWidth + cellX+0)*numComponents, numComponent… in renderFloatReference() local
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btConvexHullComputer.cpp | 1068 Vertex* v00 = NULL; in mergeProjection() local
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 989 LLVMValueRef v00, in lp_build_lerp_2d()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 86 float v00, float v10, float v01, float v11) in lerp_2d()
|
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 6476 …int v00 = ITUR_BT_601_CBU * r00 + ITUR_BT_601_CGV * g00 + ITUR_BT_601_CBV * b00 + halfShift + shif… in operator ()() local
|