Searched refs:sx1 (Results 1 - 14 of 14) sorted by relevance

/external/eigen/blas/f2c/
H A Dsrotmg.c15 /* Subroutine */ int srotmg_(real *sd1, real *sd2, real *sx1, real *sy1, real argument
119 sp1 = *sd1 * *sx1;
121 sq1 = sp1 * *sx1;
126 sh21 = -(*sy1) / *sx1;
140 *sx1 *= su;
152 sh22 = *sx1 / *sy1;
157 *sx1 = *sy1 * su;
170 *sx1 = zero;
214 *sx1 /= gam;
231 *sx1 *
[all...]
/external/skia/src/gpu/vk/
H A DGrVkCopyManager.cpp211 float sx1 = (float)(srcRect.fLeft + w); local
222 sx1 /= sw;
227 sx1 - sx0, sy1 - sy0, sx0, sy0 }; // texCoordXform
/external/skqp/src/gpu/vk/
H A DGrVkCopyManager.cpp208 float sx1 = (float)(srcRect.fLeft + w); local
219 sx1 /= sw;
224 sx1 - sx0, sy1 - sy0, sx0, sy0 }; // texCoordXform
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java294 public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer) argument
296 return graphics.drawImage(img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, bgcolor, observer);
299 public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer) argument
301 return graphics.drawImage(img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, observer);
/external/deqp/framework/referencerenderer/
H A DrrRasterizer.cpp557 const deInt64 sx1 = toSubpixelCoord(x0+1) + halfPixel; local
561 const deInt64 sx[4] = { sx0, sx1, sx0, sx1 };
737 const deInt64 sx1 = toSubpixelCoord(x0+1);
741 const deInt64 sx[4] = { sx0, sx1, sx0, sx1 };
/external/deqp/modules/gles2/functional/
H A Des2fBufferTestUtil.cpp324 float sx1 = (float)(x+1) / (float)gridSizeX; local
328 float fx1 = 2.0f * sx1 - 1.0f;
/external/deqp/external/openglcts/modules/common/
H A DglcShaderRenderCase.cpp728 float sx1 = x1 * (float)width; local
731 float oosx = 1.0f / (sx1 - sx0);
735 int ix1 = deCeilFloatToInt32(sx1 - 0.5f);
748 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp675 float sx1 = x1 * (float)width; local
678 float oosx = 1.0f / (sx1 - sx0);
682 int ix1 = deCeilFloatToInt32(sx1 - 0.5f);
695 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
H A DglsBufferTestUtil.cpp485 float sx1 = (float)(x+1) / (float)gridSizeX; local
489 float fx1 = 2.0f * sx1 - 1.0f;
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorTests.cpp470 const int sx1 = scissorRect.x() + scissorRect.z(); local
478 if (x < sx0 || x >= sx1 || y < sy0 || y >= sy1)
/external/opencv/cv/src/
H A Dcvimgwarp.cpp762 int sx1 = cvCeil(fsx1), sx2 = cvFloor(fsx2); local
764 assert( (unsigned)sx1 < (unsigned)ssize.width );
766 if( sx1 > fsx1 )
770 xofs[k].si = (sx1-1)*cn;
771 xofs[k++].alpha = (sx1 - fsx1)*scale;
774 for( sx = sx1; sx < sx2; sx++ )
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp3097 const float sx1 = x1 * (float)width; local
3100 const float oosx = 1.0f / (sx1 - sx0);
3104 const int ix1 = deCeilFloatToInt32(sx1 - 0.5f);
3117 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp4054 GrGLfloat sx1 = (GrGLfloat)(srcRect.fLeft + w); local
4065 sx1 /= sw;
4071 sx1 - sx0, sy1 - sy0, sx0, sy0));
/external/skqp/src/gpu/gl/
H A DGrGLGpu.cpp4075 GrGLfloat sx1 = (GrGLfloat)(srcRect.fLeft + w); local
4086 sx1 /= sw;
4092 sx1 - sx0, sy1 - sy0, sx0, sy0));

Completed in 587 milliseconds