Searched defs:y1 (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/external/clang/test/CXX/temp/temp.param/
H A Dp15.cpp11 Y<(1 >> 2)> *y1; variable
/external/clang/test/PCH/
H A Dpr4489.c38 void y1(void) function
/external/skia/src/animator/
H A DSkDrawLine.h23 SkScalar y1; member in class:SkLine
/external/valgrind/memcheck/tests/
H A Dbadrw.c12 char y1; local
25 y1 = *x1;
26 *x1 = y1;
/external/clang/test/SemaCXX/
H A Dconverting-constructor.cpp45 void y1() { function
H A Dwarn-literal-conversion.cpp9 int y1 = (1.2222F); // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2222 to 1}} local
/external/fdlibm/
H A De_hypot.c30 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
32 * y1= y with lower 32 bits chopped, y2 = y-y1.
55 double a=x,b=y,t1,t2,y1,y2,w; local
102 y1 = 0;
103 __HI(y1) = hb;
104 y2 = b - y1;
108 w = ieee_sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
/external/libvncserver/rfb/
H A Drfbregion.h13 int y1; member in struct:_rect
23 extern sraRegion *sraRgnCreateRect(int x1, int y1, int x2, int y2);
/external/libvncserver/x11vnc/
H A Dblackout_t.h39 int x1, y1, x2, y2; member in struct:bout
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_rect.h36 int y0, y1; member in struct:u_rect
47 a->y1 < b->y0 ||
48 b->y1 < a->y0));
62 if (b->y1 > a->y1) b->y1 = a->y1;
74 b->x0 = b->x1 = b->y0 = b->y1 = 0;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.h34 float x1, y1; member in struct:bezier
51 float x1, float y1,
H A Darc.h50 VGfloat x1, y1, x2, y2; member in struct:arc
57 VGfloat x1, VGfloat y1,
/external/pdfium/core/src/fxge/skia/
H A Dfx_skia_device.h52 virtual FX_BOOL DrawCosmeticLine(FX_FIXFLOAT x1, FX_FIXFLOAT y1, FX_FIXFLOAT x2, FX_FIXFLOAT y2, FX_DWORD color, argument
/external/skia/src/utils/
H A DSkCubicInterval.cpp49 SkScalar SkEvalCubicInterval(SkScalar x1, SkScalar y1, argument
64 y1 *= 3;
66 return eval_cubic(y1, y2 - 2*y1, y1 - y2 + SK_Scalar1, t);
/external/ceres-solver/internal/ceres/
H A Dpartitioned_matrix_view_test.cc93 Vector y1 = Vector::Zero(pmv_->num_rows()); local
94 pmv_->RightMultiplyE(x1.data(), y1.data());
100 EXPECT_NEAR(y1(i), y2(i), kEpsilon);
113 Vector y1 = Vector::Zero(pmv_->num_rows()); local
114 pmv_->RightMultiplyF(x1.data(), y1.data());
120 EXPECT_NEAR(y1(i), y2(i), kEpsilon);
131 Vector y1 = Vector::Zero(pmv_->num_cols_e()); local
135 pmv_->LeftMultiplyE(x.data(), y1.data());
140 (i < pmv_->num_cols_e()) ? y1(i) : y2(i - pmv_->num_cols_e()),
/external/clang/test/Sema/
H A Dbitfield-promote.c10 long long y1; variable
11 __typeof__(((long long)x1.x + 1)) y1;
H A Dwarn-cast-qual.c9 char **y1 = (char **)ptrptr; // expected-warning {{cast from 'const char *const' to 'char *' drops const qualifier}} local
/external/compiler-rt/lib/builtins/ppc/
H A Dgcc_qdiv.c18 y = src.s.hi, y1 = src.s.lo; local
48 tmp = ((tmp + x1) - y1 * q) / y;
/external/libvncserver/libvncserver/
H A Ddraw.c3 void rfbFillRect(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2,rfbPixel col) argument
11 for(j=y1;j<y2;j++)
14 rfbMarkRectAsModified(s,x1,y1,x2,y2);
31 void rfbDrawLine(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2,rfbPixel col) argument
40 #define SWAPPOINTS { i=x1; x1=x2; x2=i; i=y1; y1=y2; y2=i; }
41 if(abs(x1-x2)<abs(y1-y2)) {
42 if(y1>y2)
44 for(i=y1;i<=y2;i++)
45 SETPIXEL(x1+(i-y1)*(x
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_transfer.h17 unsigned y1; member in struct:nv30_rect
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c33 const int y1 = y0 + 1; local
35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32];
/external/pdfium/public/
H A Dfpdf_doc.h218 FS_FLOAT y1; member in struct:_FS_QUADPOINTSF
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
H A DBrentSolver.java294 * @param y1 function value at the last calculated approximation
305 double x1, double y1,
314 if (FastMath.abs(y2) < FastMath.abs(y1)) {
319 y0 = y1;
320 y1 = y2;
323 if (FastMath.abs(y1) <= functionValueAccuracy) {
338 (FastMath.abs(y0) <= FastMath.abs(y1))) {
343 double r3 = y1 / y0;
356 double r2 = y1 / y2;
379 y0 = y1;
303 solve(final UnivariateRealFunction f, double x0, double y0, double x1, double y1, double x2, double y2) argument
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DHighamHall54Integrator.java108 final double[] y0, final double[] y1,
119 final double yScale = FastMath.max(FastMath.abs(y0[j]), FastMath.abs(y1[j]));
107 estimateError(final double[][] yDotK, final double[] y0, final double[] y1, final double h) argument
/external/clang/test/CXX/over/over.over/
H A Dp1.cpp91 Y1<f0> y1; variable

Completed in 4783 milliseconds

1234567891011>>