/external/eigen/blas/f2c/ |
D | srotmg.c | 15 /* Subroutine */ int srotmg_(real *sd1, real *sd2, real *sx1, real *sy1, real in srotmg_() argument 119 sp1 = *sd1 * *sx1; in srotmg_() 121 sq1 = sp1 * *sx1; in srotmg_() 126 sh21 = -(*sy1) / *sx1; in srotmg_() 140 *sx1 *= su; in srotmg_() 152 sh22 = *sx1 / *sy1; in srotmg_() 157 *sx1 = *sy1 * su; in srotmg_() 170 *sx1 = zero; in srotmg_() 214 *sx1 /= gam; in srotmg_() 231 *sx1 *= gam; in srotmg_()
|
/external/proguard/src/proguard/gui/splash/ |
D | OverrideGraphics2D.java | 294 …public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2,… in drawImage() argument 296 return graphics.drawImage(img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, bgcolor, observer); in drawImage() 299 …public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2,… in drawImage() argument 301 return graphics.drawImage(img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, observer); in drawImage()
|
/external/skia/src/gpu/vk/ |
D | GrVkCopyManager.cpp | 214 float sx1 = (float)(srcRect.fLeft + w); in copySurfaceAsDraw() local 225 sx1 /= sw; in copySurfaceAsDraw() 230 sx1 - sx0, sy1 - sy0, sx0, sy0 }; // texCoordXform in copySurfaceAsDraw()
|
/external/deqp/framework/referencerenderer/ |
D | rrRasterizer.cpp | 557 const deInt64 sx1 = toSubpixelCoord(x0+1) + halfPixel; in rasterizeSingleSample() local 561 const deInt64 sx[4] = { sx0, sx1, sx0, sx1 }; in rasterizeSingleSample() 737 const deInt64 sx1 = toSubpixelCoord(x0+1); in rasterizeMultiSample() local 741 const deInt64 sx[4] = { sx0, sx1, sx0, sx1 }; in rasterizeMultiSample()
|
/external/deqp/modules/glshared/ |
D | glsShaderRenderCase.cpp | 675 float sx1 = x1 * (float)width; in computeVertexReference() local 678 float oosx = 1.0f / (sx1 - sx0); in computeVertexReference() 682 int ix1 = deCeilFloatToInt32(sx1 - 0.5f); in computeVertexReference()
|
D | glsBufferTestUtil.cpp | 485 float sx1 = (float)(x+1) / (float)gridSizeX; in computePositions() local 489 float fx1 = 2.0f * sx1 - 1.0f; in computePositions()
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferTestUtil.cpp | 324 float sx1 = (float)(x+1) / (float)gridSizeX; in computePositions() local 328 float fx1 = 2.0f * sx1 - 1.0f; in computePositions()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsScissorTests.cpp | 470 const int sx1 = scissorRect.x() + scissorRect.z(); in applyScissor() local 478 if (x < sx0 || x >= sx1 || y < sy0 || y >= sy1) in applyScissor()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 3075 const float sx1 = x1 * (float)width; in computeVertexReference() local 3078 const float oosx = 1.0f / (sx1 - sx0); in computeVertexReference() 3082 const int ix1 = deCeilFloatToInt32(sx1 - 0.5f); in computeVertexReference()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 3873 GrGLfloat sx1 = (GrGLfloat)(srcRect.fLeft + w); in copySurfaceAsDraw() local 3884 sx1 /= sw; in copySurfaceAsDraw() 3890 sx1 - sx0, sy1 - sy0, sx0, sy0)); in copySurfaceAsDraw()
|