/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/skqp/experimental/canvaskit/htmlcanvas/ |
D | lineargradient.js | 56 var sx1 = pts[0]; 62 this._shader = CanvasKit.MakeLinearGradientShader([sx1, sy1], [sx2, sy2],
|
D | radialgradient.js | 59 var sx1 = pts[0]; 73 [sx1, sy1], sr1, [sx2, sy2], sr2, this._colors, this._pos,
|
/external/skia/modules/canvaskit/htmlcanvas/ |
D | lineargradient.js | 56 var sx1 = pts[0]; 62 this._shader = CanvasKit.Shader.MakeLinearGradient([sx1, sy1], [sx2, sy2],
|
D | radialgradient.js | 59 var sx1 = pts[0]; 73 [sx1, sy1], sr1, [sx2, sy2], sr2, this._colors, this._pos,
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlCopyManager.mm | 170 float sx1 = (float)(srcRect.fLeft + w); 182 sx1 /= sw; 188 {sx1 - sx0, sy1 - sy0, sx0, sy0}, // texCoordXform
|
/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/skqp/src/gpu/vk/ |
D | GrVkCopyManager.cpp | 212 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/ |
D | random_binomial_test.py | 90 sx0, sx1 = self.evaluate(sx), self.evaluate(sx) 92 self.assertAllEqual(sx0, sx1)
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_blitter.c | 316 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/ |
D | rrRasterizer.cpp | 558 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/ |
D | vktFragmentOperationsScissorTests.cpp | 280 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/ |
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/external/openglcts/modules/common/ |
D | glcShaderRenderCase.cpp | 747 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/ |
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/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_blitter.c | 634 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/ |
D | vktShaderRender.cpp | 2371 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/ |
D | GrGLGpu.cpp | 3337 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/ |
D | GrGLGpu.cpp | 3645 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/ |
D | cublas_9_0.inc | 3768 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);
|
D | cublas_11_0.inc | 3973 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);
|
D | cublas_10_1.inc | 3973 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);
|
D | cublas_10_0.inc | 3848 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);
|
D | cublas_10_2.inc | 3973 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);
|