HomeSort by relevance Sort by last modified time
    Searched refs:sx1 (Results 1 - 21 of 21) sorted by null

  /external/eigen/blas/f2c/
srotmg.c 15 /* Subroutine */ int srotmg_(real *sd1, real *sd2, real *sx1, real *sy1, real
53 /* THE SECOND COMPONENT OF THE 2-VECTOR (SQRT(SD1)*SX1,SQRT(SD2)* */
79 /* SX1 (input/output) REAL */
107 /* GO ZERO-H-D-AND-SX1.. */
119 sp1 = *sd1 * *sx1;
121 sq1 = sp1 * *sx1;
126 sh21 = -(*sy1) / *sx1;
134 /* GO ZERO-H-D-AND-SX1.. */
140 *sx1 *= su;
147 /* GO ZERO-H-D-AND-SX1.. *
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 284 int sx1 = bounds.x; local
286 int sx2 = sx1 + bounds.width;
291 for (int dx = dx1, sx = sx1; dx < dx2; dx++, sx++) {
298 int sxDelta = sx2 - sx1;
304 for (int dx = dx1, sx = sx1; dx < dx2; dx++, sx = (dx - dx1) * sxDelta
305 / dxDelta + sx1) {
  /external/skia/src/gpu/vk/
GrVkCopyManager.cpp 214 float sx1 = (float)(srcRect.fLeft + w); local
225 sx1 /= sw;
230 sx1 - sx0, sy1 - sy0, sx0, sy0 }; // texCoordXform
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 294 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)
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)
301 return graphics.drawImage(img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, observer);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns16-s-unit.s 185 sx1: label
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtilsTest.java 262 int sx1 = bounds.x; local
264 int sx2 = sx1 + bounds.width;
267 g.drawImage(image, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, null);
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 557 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 };
    [all...]
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 324 float sx1 = (float)(x+1) / (float)gridSizeX; local
328 float fx1 = 2.0f * sx1 - 1.0f;
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 675 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);
glsBufferTestUtil.cpp 485 float sx1 = (float)(x+1) / (float)gridSizeX; local
489 float fx1 = 2.0f * sx1 - 1.0f;
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorTests.cpp 470 const int sx1 = scissorRect.x() + scissorRect.z(); local
478 if (x < sx0 || x >= sx1 || y < sy0 || y >= sy1)
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /external/opencv/cv/src/
cvimgwarp.cpp 762 int sx1 = cvCeil(fsx1), sx2 = cvFloor(fsx2); local
    [all...]
  /prebuilts/go/darwin-x86/src/image/draw/
draw.go 511 sx1 := sx0 + (x1 - x0)
515 for i, sx, mx := i0, sx0, mx0; sx != sx1; i, sx, mx = i+di, sx+dx, mx+dx {
  /prebuilts/go/linux-x86/src/image/draw/
draw.go 511 sx1 := sx0 + (x1 - x0)
515 for i, sx, mx := i0, sx0, mx0; sx != sx1; i, sx, mx = i+di, sx+dx, mx+dx {
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 3075 const float sx1 = x1 * (float)width; local
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 3873 GrGLfloat sx1 = (GrGLfloat)(srcRect.fLeft + w); local
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
tic6x-opcode-table.h 239 INSN(add, s, sx1, 1cycle, C64XP, TIC6X_FLAG_NO_CROSS,
    [all...]
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 1884 milliseconds