Home
last modified time | relevance | path

Searched refs:sx1 (Results 1 – 25 of 26) sorted by relevance

12

/external/eigen/blas/f2c/
Dsrotmg.c15 /* 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/skqp/experimental/canvaskit/htmlcanvas/
Dlineargradient.js56 var sx1 = pts[0];
62 this._shader = CanvasKit.MakeLinearGradientShader([sx1, sy1], [sx2, sy2],
Dradialgradient.js59 var sx1 = pts[0];
73 [sx1, sy1], sr1, [sx2, sy2], sr2, this._colors, this._pos,
/external/skia/modules/canvaskit/htmlcanvas/
Dlineargradient.js56 var sx1 = pts[0];
62 this._shader = CanvasKit.Shader.MakeLinearGradient([sx1, sy1], [sx2, sy2],
Dradialgradient.js59 var sx1 = pts[0];
73 [sx1, sy1], sr1, [sx2, sy2], sr2, this._colors, this._pos,
/external/skqp/src/gpu/mtl/
DGrMtlCopyManager.mm170 float sx1 = (float)(srcRect.fLeft + w);
182 sx1 /= sw;
188 {sx1 - sx0, sy1 - sy0, sx0, sy0}, // texCoordXform
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java294 …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/skqp/src/gpu/vk/
DGrVkCopyManager.cpp212 float sx1 = (float)(srcRect.fLeft + w); in copySurfaceAsDraw() local
223 sx1 /= sw; in copySurfaceAsDraw()
228 sx1 - sx0, sy1 - sy0, sx0, sy0 }; // texCoordXform in copySurfaceAsDraw()
/external/tensorflow/tensorflow/python/kernel_tests/random/
Drandom_binomial_test.py90 sx0, sx1 = self.evaluate(sx), self.evaluate(sx)
92 self.assertAllEqual(sx0, sx1)
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blitter.c316 unsigned sx1, sy1, sx2, sy2; in emit_blit() local
347 sx1 = sbox->x; in emit_blit()
424 OUT_RING(ring, CP_BLIT_1_SRC_X1(sx1) | CP_BLIT_1_SRC_Y1(sy1)); in emit_blit()
/external/deqp/framework/referencerenderer/
DrrRasterizer.cpp558 const deInt64 sx1 = toSubpixelCoord(x0+1, m_subpixelBits) + halfPixel; in rasterizeSingleSample() local
562 const deInt64 sx[4] = { sx0, sx1, sx0, sx1 }; in rasterizeSingleSample()
729 const deInt64 sx1 = toSubpixelCoord(x0+1, m_subpixelBits); in rasterizeMultiSample() local
733 const deInt64 sx[4] = { sx0, sx1, sx0, sx1 }; in rasterizeMultiSample()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorTests.cpp280 const int sx1 = scissorRect.x() + scissorRect.z(); in applyScissor() local
288 if (x < sx0 || x >= sx1 || y < sy0 || y >= sy1) in applyScissor()
/external/deqp/modules/glshared/
DglsShaderRenderCase.cpp675 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()
DglsBufferTestUtil.cpp485 float sx1 = (float)(x+1) / (float)gridSizeX; in computePositions() local
489 float fx1 = 2.0f * sx1 - 1.0f; in computePositions()
/external/deqp/external/openglcts/modules/common/
DglcShaderRenderCase.cpp747 float sx1 = x1 * (float)width; in computeVertexReference() local
750 float oosx = 1.0f / (sx1 - sx0); in computeVertexReference()
754 int ix1 = deCeilFloatToInt32(sx1 - 0.5f); in computeVertexReference()
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp324 float sx1 = (float)(x+1) / (float)gridSizeX; in computePositions() local
328 float fx1 = 2.0f * sx1 - 1.0f; in computePositions()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c634 int sx1, sy1, sx2, sy2; in emit_blit_texture() local
646 sx1 = sbox->x * nr_samples; in emit_blit_texture()
652 OUT_RING(ring, A6XX_GRAS_2D_SRC_TL_X(sx1)); in emit_blit_texture()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2371 const float sx1 = x1 * (float)width; in computeVertexReference() local
2374 const float oosx = 1.0f / (sx1 - sx0); in computeVertexReference()
2378 const int ix1 = deCeilFloatToInt32(sx1 - 0.5f); in computeVertexReference()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3337 GrGLfloat sx1 = (GrGLfloat)(srcRect.fLeft + w); in copySurfaceAsDraw() local
3345 sx1 /= sw; in copySurfaceAsDraw()
3351 sx1 - sx0, sy1 - sy0, sx0, sy0)); in copySurfaceAsDraw()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp3645 GrGLfloat sx1 = (GrGLfloat)(srcRect.fLeft + w); in copySurfaceAsDraw() local
3657 sx1 /= sw; in copySurfaceAsDraw()
3664 sx1 - sx0, sy1 - sy0, sx0, sy0)); in copySurfaceAsDraw()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcublas_9_0.inc3768 void CUBLASWINAPI cublasSrotmg(float *sd1, float *sd2, float *sx1,
3774 return func_ptr(sd1, sd2, sx1, sy1, sparam);
3777 void CUBLASWINAPI cublasDrotmg(double *sd1, double *sd2, double *sx1,
3783 return func_ptr(sd1, sd2, sx1, sy1, sparam);
Dcublas_11_0.inc3973 void CUBLASWINAPI cublasSrotmg(float *sd1, float *sd2, float *sx1,
3979 return func_ptr(sd1, sd2, sx1, sy1, sparam);
3982 void CUBLASWINAPI cublasDrotmg(double *sd1, double *sd2, double *sx1,
3988 return func_ptr(sd1, sd2, sx1, sy1, sparam);
Dcublas_10_1.inc3973 void CUBLASWINAPI cublasSrotmg(float *sd1, float *sd2, float *sx1,
3979 return func_ptr(sd1, sd2, sx1, sy1, sparam);
3982 void CUBLASWINAPI cublasDrotmg(double *sd1, double *sd2, double *sx1,
3988 return func_ptr(sd1, sd2, sx1, sy1, sparam);
Dcublas_10_0.inc3848 void CUBLASWINAPI cublasSrotmg(float *sd1, float *sd2, float *sx1,
3854 return func_ptr(sd1, sd2, sx1, sy1, sparam);
3857 void CUBLASWINAPI cublasDrotmg(double *sd1, double *sd2, double *sx1,
3863 return func_ptr(sd1, sd2, sx1, sy1, sparam);
Dcublas_10_2.inc3973 void CUBLASWINAPI cublasSrotmg(float *sd1, float *sd2, float *sx1,
3979 return func_ptr(sd1, sd2, sx1, sy1, sparam);
3982 void CUBLASWINAPI cublasDrotmg(double *sd1, double *sd2, double *sx1,
3988 return func_ptr(sd1, sd2, sx1, sy1, sparam);

12