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

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/image/internal/imageutil/
gen.go 78 y1 := r.Max.Y - dst.Rect.Min.Y
92 for y, sy := y0, sp.Y; y != y1; y, sy = y+1, sy+1 {
  /prebuilts/go/darwin-x86/src/math/
jn.go 30 // y0(0)=y1(0)=yn(n,0) = -inf with division by zero signal;
31 // y0(-ve)=y1(-ve)=yn(n,-ve) are NaN with invalid signal.
233 // Y1(n, x < 0) = NaN
234 // Y1(n, NaN) = NaN
263 return -Y1(x)
265 return Y1(x)
296 b = Y1(x)
  /prebuilts/go/linux-x86/src/crypto/elliptic/
elliptic_test.go 29 x1, y1 := Unmarshal(p224, b)
30 if x1 != nil || y1 != nil {
  /prebuilts/go/linux-x86/src/image/internal/imageutil/
gen.go 78 y1 := r.Max.Y - dst.Rect.Min.Y
92 for y, sy := y0, sp.Y; y != y1; y, sy = y+1, sy+1 {
  /prebuilts/go/linux-x86/src/math/
jn.go 30 // y0(0)=y1(0)=yn(n,0) = -inf with division by zero signal;
31 // y0(-ve)=y1(-ve)=yn(n,-ve) are NaN with invalid signal.
233 // Y1(n, x < 0) = NaN
234 // Y1(n, NaN) = NaN
263 return -Y1(x)
265 return Y1(x)
296 b = Y1(x)
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 807 FX_FLOAT y1,
810 int flag1 = (x1 < 0) | ((x1 > m_Width) << 1) | ((y1 < 0) << 2) |
811 ((y1 > m_Height) << 3);
821 int np = agg::clip_liang_barsky<FX_FLOAT>(x1, y1, x2, y2, rect, x, y);
830 y1 = y[0];
835 MoveToEx(m_hDC, FXSYS_round(x1), FXSYS_round(y1), NULL);
917 FX_FLOAT x1 = pPathData->GetPointX(0), y1 = pPathData->GetPointY(0); local
919 pMatrix->Transform(x1, y1);
925 DrawLine(x1, y1, x2, y2);
    [all...]
win32_int.h 140 FX_FLOAT y1,
153 virtual void DrawLine(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2);
  /external/deqp/modules/gles3/functional/
es3fFboMultisampleTests.cpp 159 float y1 = rnd.getFloat(-1.0f, 1.0f); local
163 sglr::drawQuad(*getCurrentContext(), flatShaderID, Vec3(x0, y0, z0), Vec3(x1, y1, z1));
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawtex.c 150 const GLfloat x0 = x, y0 = y, x1 = x + width, y1 = y + height; local
171 const GLfloat clip_y1 = (GLfloat)(y1 / fb_height * 2.0 - 1.0);
  /external/opencv/cv/include/
cv.hpp 130 int y, int y1, int y2 );
358 int y0, int y1, int y2 );
  /external/pdfium/third_party/libopenjpeg20/
dwt.c 432 rh = l_cur_res->y1 - l_cur_res->y0;
434 rh1 = l_last_res->y1 - l_last_res->y0;
558 if( mr < ( w = (OPJ_UINT32)(r->y1 - r->y0) ) )
574 OPJ_UINT32 rh = (OPJ_UINT32)(tr->y1 - tr->y0); /* height of the resolution level computed */
597 rh = (OPJ_UINT32)(tr->y1 - tr->y0);
849 OPJ_UINT32 rh = (OPJ_UINT32)(res->y1 - res->y0); /* height of the resolution level computed */
862 OPJ_UINT32 bufsize = (OPJ_UINT32)((tilec->x1 - tilec->x0) * (tilec->y1 - tilec->y0));
871 rh = (OPJ_UINT32)(res->y1 - res->y0); /* height of the resolution level computed */
  /external/skia/experimental/SkV8Example/
Path2DBuilder.cpp 235 double y1 = args[1]->NumberValue(); local
243 SkDoubleToScalar(y1),
  /external/skia/src/opts/
SkTextureCompressor_opts.h 97 const uint64x2_t y1 = vandq_u64(ret, kMask6); local
100 ret = vorrq_u64(y1, vorrq_u64(y2, y3));
  /external/skia/src/views/
SkTouchGesture.cpp 98 static bool close_enough_for_jitter(float x0, float y0, float x1, float y1) {
100 sk_float_abs(y0 - y1) <= MAX_JITTER_RADIUS;
  /external/vulkan-validation-layers/libs/glm/detail/
type_mat2x2.hpp 76 T const & x1, T const & y1,
86 U const & x1, V const & y1,
type_mat2x4.hpp 71 T const & x1, T const & y1, T const & z1, T const & w1);
79 typename X1, typename Y1, typename Z1, typename W1,
82 X1 const & x1, Y1 const & y1, Z1 const & z1, W1 const & w1,
type_mat3x4.hpp 71 T const & x1, T const & y1, T const & z1, T const & w1,
81 typename X1, typename Y1, typename Z1, typename W1,
85 X1 const & x1, Y1 const & y1, Z1 const & z1, W1 const & w1,
type_mat4x2.hpp 71 T const & x1, T const & y1,
84 typename X1, typename Y1,
89 X1 const & x1, Y1 const & y1,
type_mat4x3.hpp 71 T const & x1, T const & y1, T const & z1,
84 typename X1, typename Y1, typename Z1,
89 X1 const & x1, Y1 const & y1, Z1 const & z1,
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
acelp.h 378 Word16 y1[], /* (i) : filtered adaptive codebook. */
387 Word16 y1[], /* (i) Q_xn:Adaptive codebook. */
388 Word16 Q_xn, /* (i) :xn and y1 format */
391 Word16 g_coeff[], /* (i) :Correlations <xn y1> <y1 y1> */
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
Quad.java 326 private Quad(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) {
328 mTopRight = new PointF(x1, y1);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GradControl.java 124 private boolean centerIsOutside(float x1, float y1, float x2, float y2) {
125 return (!mImageBounds.contains((int) ((x1 + x2) / 2), (int) ((y1 + y2) / 2)));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 109 Status AddBezier(REAL x1, REAL y1, REAL x2, REAL y2,
113 x1, y1, x2, y2, x3, y3, x4, y4));
115 Status AddBezier(INT x1, INT y1, INT x2, INT y2,
119 x1, y1, x2, y2, x3, y3, x4, y4));
219 Status AddLine(REAL x1, REAL y1, REAL x2, REAL y2)
222 x1, y1, x2, y2));
224 Status AddLine(INT x1, INT y1, INT x2, INT y2)
227 x1, y1, x2, y2));
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 550 float y1 = pt1yStart; local
565 .setEventTime(eventTime).addPointer(0, x1, y1, 1, 5));
569 .addPointer(0, x1, y1).addPointer(1, x2, y2).setIntermediateNote(true));
573 y1 += pt1yStep;
579 .setEventTime(eventTime).addPointer(0, x1, y1, 1, 5).addPointer(1, x2,
584 .setDownTime(downTime).setEventTime(eventTime).addPointer(0, x1, y1)
    [all...]
  /device/google/dragon/audio/hal/dsp/
drc_kernel.c 287 float y1 = release_frames * releaseZone1; local
294 * follows: (y1 : x == 0, y2 : x == 1, y3 : x == 2, y4 : x == 3)
296 dk->kA = 0.9999999999999998f*y1 + 1.8432219684323923e-16f*y2
298 dk->kB = -1.5788320352845888f*y1 + 2.3305837032074286f*y2
300 dk->kC = 0.5334142869106424f*y1 - 1.272736789213631f*y2
302 dk->kD = 0.08783463138207234f*y1 - 0.1694162967925622f*y2
304 dk->kE = -0.042416883008123074f*y1 + 0.1115693827987602f*y2
    [all...]

Completed in 1972 milliseconds

<<21222324252627282930>>