/external/clang/test/CXX/temp/temp.param/ |
H A D | p15.cpp | 11 Y<(1 >> 2)> *y1; variable
|
/external/clang/test/PCH/ |
H A D | pr4489.c | 38 void y1(void) function
|
/external/skia/src/animator/ |
H A D | SkDrawLine.h | 23 SkScalar y1; member in class:SkLine
|
/external/valgrind/memcheck/tests/ |
H A D | badrw.c | 12 char y1; local 25 y1 = *x1; 26 *x1 = y1;
|
/external/clang/test/SemaCXX/ |
H A D | converting-constructor.cpp | 45 void y1() { function
|
H A D | warn-literal-conversion.cpp | 9 int y1 = (1.2222F); // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2222 to 1}} local
|
/external/fdlibm/ |
H A D | e_hypot.c | 30 * 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 D | rfbregion.h | 13 int y1; member in struct:_rect 23 extern sraRegion *sraRgnCreateRect(int x1, int y1, int x2, int y2);
|
/external/libvncserver/x11vnc/ |
H A D | blackout_t.h | 39 int x1, y1, x2, y2; member in struct:bout
|
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_rect.h | 36 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 D | bezier.h | 34 float x1, y1; member in struct:bezier 51 float x1, float y1,
|
H A D | arc.h | 50 VGfloat x1, y1, x2, y2; member in struct:arc 57 VGfloat x1, VGfloat y1,
|
/external/pdfium/core/src/fxge/skia/ |
H A D | fx_skia_device.h | 52 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 D | SkCubicInterval.cpp | 49 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 D | partitioned_matrix_view_test.cc | 93 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 D | bitfield-promote.c | 10 long long y1; variable 11 __typeof__(((long long)x1.x + 1)) y1;
|
H A D | warn-cast-qual.c | 9 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 D | gcc_qdiv.c | 18 y = src.s.hi, y1 = src.s.lo; local 48 tmp = ((tmp + x1) - y1 * q) / y;
|
/external/libvncserver/libvncserver/ |
H A D | draw.c | 3 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 D | nv30_transfer.h | 17 unsigned y1; member in struct:nv30_rect
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad_stipple.c | 33 const int y1 = y0 + 1; local 35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32];
|
/external/pdfium/public/ |
H A D | fpdf_doc.h | 218 FS_FLOAT y1; member in struct:_FS_QUADPOINTSF
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
H A D | BrentSolver.java | 294 * @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 D | HighamHall54Integrator.java | 108 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 D | p1.cpp | 91 Y1<f0> y1; variable
|