Searched refs:x0 (Results 276 - 300 of 1369) sorted by relevance

<<11121314151617181920>>

/external/pdfium/core/src/fxge/fontdata/chromefontdata/
H A DFoxitSansItalic.c8 0x0, 0x4, 0x2, 0x0, 0x1, 0x1, 0x1, 0x14,
11 0x6c, 0x69, 0x63, 0x0, 0x1, 0x1, 0x1, 0x27,
12 0xf8, 0x10, 0x0, 0xf8, 0x1c, 0x1, 0xf8, 0x1d,
16 0x11, 0xc3, 0x1c, 0x3a, 0xfc, 0x12, 0x0, 0x4,
27 0x61, 0x6e, 0x73, 0x20, 0x4f, 0x54, 0x46, 0x0,
28 0x0, 0x0, 0x0, 0x22, 0x0,
[all...]
H A DFoxitFixedBoldItalic.c8 0x0, 0x4, 0x2, 0x0, 0x1, 0x1, 0x1, 0x19,
12 0x0, 0x1, 0x1, 0x1, 0x24, 0xf8, 0x10, 0x0,
17 0x0, 0x12, 0x1, 0x1, 0x5, 0xb, 0xd, 0x11,
42 0x65, 0x64, 0x20, 0x4f, 0x54, 0x46, 0x0, 0x0,
43 0x0, 0x0, 0x22, 0x0,
[all...]
H A DFoxitFixed.c8 0x0, 0x4, 0x2, 0x0, 0x1, 0x1, 0x1, 0xe,
10 0x65, 0x64, 0x4f, 0x54, 0x46, 0x0, 0x1, 0x1,
11 0x1, 0x23, 0xf8, 0x10, 0x0, 0xf8, 0x2a, 0x1,
15 0x1c, 0x3e, 0x6b, 0x12, 0x0, 0x11, 0x1, 0x1,
37 0x65, 0x64, 0x20, 0x4f, 0x54, 0x46, 0x0, 0x0,
38 0x0, 0x0, 0x22, 0x0,
[all...]
H A DFoxitSerifBold.c8 0x0, 0x4, 0x2, 0x0, 0x1, 0x1, 0x1, 0x13,
11 0x6c, 0x64, 0x0, 0x1, 0x1, 0x1, 0x26, 0xf8,
12 0x10, 0x0, 0xf8, 0x1c, 0x1, 0xf8, 0x1d, 0x2,
16 0x1c, 0x44, 0x8e, 0x12, 0x0, 0x4, 0x1, 0x1,
27 0x66, 0x20, 0x4f, 0x54, 0x46, 0x0, 0x7b, 0x2,
28 0x0, 0x1, 0x0, 0xf, 0x0, 0x4f, 0x0,
[all...]
H A DFoxitSansBoldItalic.c8 0x0, 0x4, 0x2, 0x0, 0x1, 0x1, 0x1, 0x17,
11 0x49, 0x74, 0x61, 0x6c, 0x69, 0x63, 0x0, 0x1,
12 0x1, 0x1, 0x27, 0xf8, 0x10, 0x0, 0xf8, 0x1c,
17 0x12, 0x0, 0x4, 0x1, 0x1, 0x5, 0x2f, 0x48,
28 0x6e, 0x73, 0x20, 0x50, 0x53, 0x0, 0x0, 0x1,
29 0x0, 0x1, 0x0, 0x0,
[all...]
H A DFoxitSans.c8 0x0, 0x4, 0x2, 0x0, 0x1, 0x1, 0x1, 0xd,
10 0x73, 0x4f, 0x54, 0x46, 0x0, 0x1, 0x1, 0x1,
11 0x24, 0xf8, 0x10, 0x0, 0xf8, 0x1c, 0x1, 0xf8,
15 0x1c, 0x34, 0xa2, 0x12, 0x0, 0x3, 0x1, 0x1,
23 0x61, 0x6e, 0x73, 0x20, 0x4f, 0x54, 0x46, 0x0,
24 0x0, 0x0, 0x0, 0x22, 0x0,
[all...]
/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp284 magtype x0 = (magtype)x[i], y0 = (magtype)y[i]; \
287 x0 = x0*x0 + y0*y0; \
289 mag[i] = x0; \
291 x0 = (magtype)x[i+2], y0 = (magtype)y[i+2]; \
293 x0 = x0*x0 + y0*y0; \
295 mag[i+2] = x0; \
825 double x0 = x[i].f * exp_prescale; local
884 double x0 = x[i].f * exp_prescale; local
930 double x0 = x[i].f * exp_prescale; local
995 double x0 = x[i].f * exp_prescale; local
1396 double x0, x1, x2, x3; local
1451 double x0, y0; local
1496 double x0, x1, x2, x3; local
1562 double x0, y0 = (((h0 >> 20) & 0x7ff) - 1023) * ln_2; local
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c44 GLfloat x0, y0; /* start */ member in struct:LineInfo
79 * Input: (x0, y0) and (x1,y1) are the endpoints of the line.
89 compute_plane(GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, argument
94 const GLfloat px = x1 - x0;
103 const GLfloat d = -(a * x0 + b * y0 + c * z0);
110 const GLfloat px = x1 - x0;
116 const GLfloat d = -(a * x0 + b * y0 + c * z0);
343 const GLfloat x0 = line->x0 + t0 * line->dx; local
345 const GLfloat x1 = line->x0
[all...]
H A Ds_aalinetemp.h115 line.x0 = v0->attrib[FRAG_ATTRIB_WPOS][0];
119 line.dx = line.x1 - line.x0;
137 compute_plane(line.x0, line.y0, line.x1, line.y1,
142 compute_plane(line.x0, line.y0, line.x1, line.y1,
144 compute_plane(line.x0, line.y0, line.x1, line.y1,
146 compute_plane(line.x0, line.y0, line.x1, line.y1,
148 compute_plane(line.x0, line.y0, line.x1, line.y1,
162 compute_plane(line.x0, line.y0, line.x1, line.y1, invW0, invW1, line.wPlane);
174 compute_plane(line.x0, line.y0, line.x1, line.y1, a0, a1,
H A Ds_span.h176 (S).interpMask = 0x0; \
177 (S).arrayMask = 0x0; \
178 (S).arrayAttribs = 0x0; \
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dtcd.h93 OPJ_INT32 x0, y0, x1, y1; /* dimension of the code-blocks : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_cblk_enc
106 OPJ_INT32 x0, y0, x1, y1; /* position of the code-blocks : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_cblk_dec
121 OPJ_INT32 x0, y0, x1, y1; /* dimension of the precinct : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_precinct
137 OPJ_INT32 x0, y0, x1, y1; /* dimension of the subband : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_band
149 OPJ_INT32 x0, y0, x1, y1; /* dimension of the resolution level : left upper corner (x0, y member in struct:opj_tcd_resolution
160 OPJ_INT32 x0, y0, x1, y1; /* dimension of component : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_tilecomp
177 OPJ_INT32 x0, y0, x1, y1; /* dimension of the tile : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_tile
[all...]
/external/deqp/framework/common/
H A DtcuBilinearImageCompare.cpp88 deUint32 x0 = u>>NUM_SUBPIXEL_BITS; local
90 deUint32 x1 = x0+1; //de::min(x0+1, (deUint32)(access.getWidth()-1));
96 deUint32 fx1 = u-(x0<<NUM_SUBPIXEL_BITS);
99 deUint32 p00 = readRGBA8Raw(access, x0, y0);
101 deUint32 p01 = readRGBA8Raw(access, x0, y1);
120 const deUint32 x0 = (deUint32)de::max(x-1, 0);
128 compareThreshold(resPix, readRGBA8(reference, x0, y1), threshold) ||
130 compareThreshold(resPix, readRGBA8(reference, x0, y0), threshold) ||
133 compareThreshold(resPix, readRGBA8(reference, x0, y
[all...]
/external/libavc/common/armv8/
H A Dih264_iquant_itrans_recon_dc_av8.s104 //x0 => *pi2_src
137 ld1 {v2.h}[0], [x0]
209 // x0 : pi2_src
226 ldr x0, [sp, #8]
228 ld1 {v0.h}[0], [x0]
234 mov x0, x2
264 st1 {v11.d}[0], [x0], x4
265 st1 {v11.d}[1], [x0], x4
266 st1 {v12.d}[0], [x0], x4
267 st1 {v12.d}[1], [x0]
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c118 float x0 = info->v0[0][0] - setup->pixel_offset; local
123 info->a0[slot][0] = 0.5 - (dadx * x0 + dady * y0);
134 float x0 = info->v0[0][0] - setup->pixel_offset; local
143 info->a0[slot][1] = 0.5 - (dadx * x0 + dady * y0);
318 const int x0 = subpixel_snap(v0[0][0] - setup->pixel_offset) - fixed_width/2; local
338 bbox.x0 = (x0 + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
339 bbox.x1 = (x0 + fixed_width + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
391 plane[0].c = 1-bbox.x0;
/external/openssh/
H A Dchacha.c92 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
124 x0 = j0;
141 QUARTERROUND( x0, x4, x8,x12)
145 QUARTERROUND( x0, x5,x10,x15)
150 x0 = PLUS(x0,j0);
167 x0 = XOR(x0,U8TO32_LITTLE(m + 0));
190 U32TO8_LITTLE(c + 0,x0);
/external/openssh/openbsd-compat/
H A Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
123 x0 = j0;
140 QUARTERROUND( x0, x4, x8,x12)
144 QUARTERROUND( x0, x5,x10,x15)
149 x0 = PLUS(x0,j0);
167 x0 = XOR(x0,U8TO32_LITTLE(m + 0));
191 U32TO8_LITTLE(c + 0,x0);
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
H A DNormalDistributionImpl.java171 double x0 = x - mean;
172 return FastMath.exp(-x0 * x0 / (2 * standardDeviation * standardDeviation)) / (standardDeviation * SQRT2PI);
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-fileupload-1.2.1.jar ... class$ (java.lang.String) ClassNotFoundException x1 String x0 static void " href="/6.0.0_r1/s? ...
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_draw_quad.c100 float x0, float y0, float x1, float y1, float z)
122 v[0] = x0;
137 v[24] = x0;
99 util_draw_texquad(struct pipe_context *pipe, struct cso_context *cso, float x0, float y0, float x1, float y1, float z) argument
/external/skia/bench/
H A DShaderMaskBench.cpp68 const SkScalar x0 = SkIntToScalar(-10); local
73 SkScalar x = x0 + rand.nextUScalar1() * dim.fX;
80 SkScalar x = x0 + rand.nextUScalar1() * dim.fX;
/external/skia/experimental/
H A DSkSetPoly3To3.cpp18 SkScalar x0 = pts0[i].fX - ave0.fX; local
22 op[0] += SkScalarMul(x0, x1);
23 op[1] += SkScalarMul(x0, y1);
H A DSkSetPoly3To3_D.cpp33 SkScalar x0 = pts0[i].fX - ave0.fX; local
37 tmp[0] += SkDScalar_setMul(x0, x1);
38 tmp[1] += SkDScalar_setMul(x0, y1);
/external/skia/src/core/
H A DSkBitmapProcState_shaderproc.h60 unsigned x0 = TILEX_PROCF(fx, maxX); local
64 SRC_TO_FILTER(row0[x0]),
66 SRC_TO_FILTER(row1[x0]),
/external/skia/src/effects/gradients/
H A DSkClampRange.cpp37 * returns [0..count] for the number of steps (<= count) for which x0 <= edge
38 * given each step is followed by x0 += dx
40 static int chop(int64_t x0, SkGradFixed edge, int64_t x1, int64_t dx, int count) { argument
44 if (x0 >= edge) {
50 int64_t n = (edge - x0 + dx - 1) / dx;
/external/valgrind/none/tests/s390x/
H A Dtre.c71 run_test(NULL, NULL, 0, 0x0);
72 run_test((char *)&touppercase, &buff, 0, 0x0);
88 run_test((char *)&tolowercase, &buff, 8, 0x0); // cc = 0

Completed in 667 milliseconds

<<11121314151617181920>>