HomeSort by relevance Sort by last modified time
    Searched refs:y1 (Results 751 - 775 of 1250) sorted by null

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h 143 /* y1. */
144 extern double __REDIRECT_NTH (y1, (double), __y1_finite);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h 143 /* y1. */
144 extern double __REDIRECT_NTH (y1, (double), __y1_finite);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_random.py 135 y1 = self.gen.gauss(0, 1)
142 self.assertEqual(y1, y2)
191 y1 = self.gen.gauss(0, 1)
198 self.assertEqual(y1, y2)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_random.py 135 y1 = self.gen.gauss(0, 1)
142 self.assertEqual(y1, y2)
191 y1 = self.gen.gauss(0, 1)
198 self.assertEqual(y1, y2)
  /prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa.go 224 x1, y1 := c.ScalarBaseMult(u1.Bytes())
226 x, y := c.Add(x1, y1, x2, y2)
  /prebuilts/go/darwin-x86/src/image/draw/
draw.go 184 y0, y1, dy := r.Min.Y, r.Max.Y, 1
187 y0, y1, dy = y1-1, y0-1, -1
193 for y := y0; y != y1; y, sy, my = y+dy, sy+dy, my+dy {
495 y0, y1, dy := r.Min.Y, r.Max.Y, 1
499 y0, y1, dy = y1-1, y0-1, -1
510 for y := y0; y != y1; y, sy, my = y+dy, sy+dy, my+dy {
  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa.go 224 x1, y1 := c.ScalarBaseMult(u1.Bytes())
226 x, y := c.Add(x1, y1, x2, y2)
  /prebuilts/go/linux-x86/src/image/draw/
draw.go 184 y0, y1, dy := r.Min.Y, r.Max.Y, 1
187 y0, y1, dy = y1-1, y0-1, -1
193 for y := y0; y != y1; y, sy, my = y+dy, sy+dy, my+dy {
495 y0, y1, dy := r.Min.Y, r.Max.Y, 1
499 y0, y1, dy = y1-1, y0-1, -1
510 for y := y0; y != y1; y, sy, my = y+dy, sy+dy, my+dy {
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_render.h 687 * \param y1 The y coordinate of the start point.
694 int x1, int y1, int x2, int y2);
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_render.h 687 * \param y1 The y coordinate of the start point.
694 int x1, int y1, int x2, int y2);
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_render.h 687 * \param y1 The y coordinate of the start point.
694 int x1, int y1, int x2, int y2);
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_render.h 687 * \param y1 The y coordinate of the start point.
694 int x1, int y1, int x2, int y2);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_random.py 135 y1 = self.gen.gauss(0, 1)
142 self.assertEqual(y1, y2)
191 y1 = self.gen.gauss(0, 1)
198 self.assertEqual(y1, y2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_random.py 135 y1 = self.gen.gauss(0, 1)
142 self.assertEqual(y1, y2)
191 y1 = self.gen.gauss(0, 1)
198 self.assertEqual(y1, y2)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 328 int x1, y1, x2, y2; local
335 y1 = sourceBounds.y + 1 * sourceBounds.h / 4;
337 y1 = sourceBounds.y + 3 * sourceBounds.h / 4;
351 graphics.drawArrow(x1, y1, x2, y2, ARROW_SIZE);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/arch/
arch.exp 367 regsub -nocase (<DSP_REG_XY>) $out {y1} out
368 regsub -nocase (<DSP_REG_YX>) $out {y1} out
  /external/boringssl/src/crypto/ec/
p256-64.c 1095 /* point_add calcuates (x1, y1, z1) + (x2, y2, z2)
1106 const felem y1, const felem z1, const int mixed,
    [all...]
p224-64.c 754 const felem y1, const felem z1, const int mixed,
769 /* ftmp4 = z2^3*y1 */
770 felem_mul(tmp2, ftmp4, y1);
779 /* ftmp4 = z2^3*y1 */
780 felem_assign(ftmp4, y1);
798 /* ftmp3 = z1^3*y2 - z2^3*y1 */
820 point_double(x3, y3, z3, x1, y1, z1);
850 /* tmp = z2^3*y1*(z1^2*x2 - z2^2*x1)^3 */
854 /* tmp2 = (z1^3*y2 - z2^3*y1)^2 */
858 /* tmp2 = (z1^3*y2 - z2^3*y1)^2 - (z1^2*x2 - z2^2*x1)^3 *
    [all...]
  /external/opencv3/modules/videoio/src/
cap_v4l.cpp 1650 int r, g, b, cr, cg, cb, y1, y2; local
1696 int r, g, b, cr, cg, cb, y1, y2; local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 107 const float y1 = float((ry+rh)*2)/h - 1.0f; local
111 positions[rectNdx*4 + 2] = Vec2(x0, y1);
112 positions[rectNdx*4 + 3] = Vec2(x1, y1);
184 const int y1 = y0+rectIter->w(); local
186 for (int y = y0; y < y1; y++)
    [all...]
  /external/opencv3/modules/stitching/src/
motion_estimators.cpp 556 double y1 = H1(1,0)*p1.x + H1(1,1)*p1.y + H1(1,2); local
558 double len = std::sqrt(x1*x1 + y1*y1 + z1*z1);
559 x1 /= len; y1 /= len; z1 /= len;
570 err.at<double>(3 * match_idx + 1, 0) = mult * (y1 - y2);
  /external/mesa3d/src/mesa/drivers/common/
meta.c 1838 const GLfloat y1 = (GLfloat) ctx->DrawBuffer->_Ymax; local
1995 const float y1 = ((float)fb->_Ymax \/ fb->Height) * 2.0f - 1.0f; local
2465 const GLfloat y1 = y + height * ctx->Pixel.ZoomY; local
2699 const GLfloat y1 = (GLfloat) (y + height); local
3898 const GLfloat y1 = y + height; local
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
j2k.c     [all...]
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 159 const float y1 = -1.0f; local
167 data.push_back(side * y1);
170 data.push_back(side * y1);
183 const float y1 = -1.0f; local
191 data.push_back(side * y1);
194 data.push_back(side * y1);
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 3889 int32_t x1 = 100, y1 = 125, x2 = 300, y2 = 500; local
4166 int32_t x1 = 100, y1 = 125, x2 = 300, y2 = 500; local
4342 int32_t x1 = 100, y1 = 125, x2 = 300, y2 = 500; local
    [all...]

Completed in 846 milliseconds

<<31323334353637383940>>