Searched defs:iy (Results 1 - 25 of 63) sorted by relevance

123

/external/chromium_org/third_party/skia/tests/
H A DTestSize.cpp38 int iy = 3; local
40 SkScalar y = SkIntToScalar(iy);
61 ia.set(ix, iy);
/external/fdlibm/
H A Ds_nextafter.c30 int hx,hy,ix,iy; local
38 iy = hy&0x7fffffff; /* |y| */
41 ((iy>=0x7ff00000)&&((iy-0x7ff00000)|ly)!=0)) /* y is nan */
H A De_fmod.c35 int n,hx,hy,hz,ix,iy,sx,i; local
65 /* determine iy = ieee_ilogb(y) */
68 for (iy = -1043, i=ly; i>0; i<<=1) iy -=1;
70 for (iy = -1022,i=(hy<<11); i>0; i<<=1) iy -=1;
72 } else iy = (hy>>20)-1023;
87 if(iy >= -1022)
90 n = -1022-iy;
101 n = ix - iy;
[all...]
H A Dk_sin.c14 /* __kernel_sin( x, y, iy)
18 * Input iy indicates whether y is 0. (if iy=0, y assume to be 0).
58 double __kernel_sin(double x, double y, int iy) argument
60 double __kernel_sin(x, y, iy)
61 double x,y; int iy; /* iy=0 if y is zero */
72 if(iy==0) return x+v*(S1+z*r);
H A De_atan2.c19 * ARG (x+iy) = arctan(y/x) ... if x > 0,
20 * ARG (x+iy) = pi - arctan[y/(-x)] ... if x < 0,
64 int k,m,hx,hy,ix,iy; local
69 hy = __HI(y); iy = hy&0x7fffffff;
72 ((iy|((ly|-ly)>>31))>0x7ff00000)) /* x or y is NaN */
78 if((iy|ly)==0) {
91 if(iy==0x7ff00000) {
108 if(iy==0x7ff00000) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
111 k = (iy-ix)>>20;
H A Dk_tan.c74 __kernel_tan(double x, double y, int iy) { argument
82 if (((ix | __LO(x)) | (iy + 1)) == 0)
85 if (iy == 1)
127 v = (double) iy;
131 if (iy == 1)
/external/skia/tests/
H A DTestSize.cpp38 int iy = 3; local
40 SkScalar y = SkIntToScalar(iy);
61 ia.set(ix, iy);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_tile_soa.h68 unsigned iy = (y / TILE_VECTOR_HEIGHT) * TILE_Y_STRIDE; local
69 unsigned offset = iy + ix + c * TILE_C_STRIDE +
H A Dlp_rast_tri_tmp.h116 int iy = (i >> 2) * 4; local
118 int py = y + iy;
128 + plane[j].dcdy * iy);
138 int iy = (i >> 2) * 4; local
140 int py = y + iy;
219 int iy = (i >> 2) * 16; local
221 int py = y + iy;
227 + plane[j].dcdy * iy);
240 int iy = (i >> 2) * 16; local
242 int py = y + iy;
307 int iy = (i >> 2) * 4; local
[all...]
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifFrame.java7 public int ix, iy, iw, ih; field in class:GifFrame
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tile_soa.h68 unsigned iy = (y / TILE_VECTOR_HEIGHT) * TILE_Y_STRIDE; local
69 unsigned offset = iy + ix + c * TILE_C_STRIDE +
H A Dlp_rast_tri_tmp.h116 int iy = (i >> 2) * 4; local
118 int py = y + iy;
128 + plane[j].dcdy * iy);
138 int iy = (i >> 2) * 4; local
140 int py = y + iy;
219 int iy = (i >> 2) * 16; local
221 int py = y + iy;
227 + plane[j].dcdy * iy);
240 int iy = (i >> 2) * 16; local
242 int py = y + iy;
307 int iy = (i >> 2) * 4; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h55 const unsigned iy = quads[0]->input.y0; local
57 const float fy = (float) iy;
74 tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache, ix, iy);
88 &tile->data.depth16[iy % TILE_SIZE][(ix + dx)% TILE_SIZE];
/external/chromium_org/third_party/skia/samplecode/
H A DOverView.cpp54 int iy = (int)(SkScalarDiv(y * N, kHeight)); variable
55 if (ix >= 0 && iy >= 0) {
57 evt.setFast32(iy * N + ix);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h55 const unsigned iy = quads[0]->input.y0; local
57 const float fy = (float) iy;
74 tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache, ix, iy);
88 &tile->data.depth16[iy % TILE_SIZE][(ix + dx)% TILE_SIZE];
/external/skia/samplecode/
H A DOverView.cpp54 int iy = (int)(SkScalarDiv(y * N, kHeight)); variable
55 if (ix >= 0 && iy >= 0) {
57 evt.setFast32(iy * N + ix);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aalinetemp.h34 * \param iy - integer fragment window Y coordiante
37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy) argument
41 const GLfloat fy = (GLfloat) iy;
42 const GLfloat coverage = compute_coveragef(line, ix, iy);
53 line->span.array->y[i] = iy;
57 * solving the plane equations at (ix,iy).
H A Ds_points.c195 GLint xmin, xmax, ymin, ymax, iy; local
219 for (iy = ymin; iy <= ymax; iy++) {
228 span.y = iy;
316 GLint ix, iy; local
318 for (iy = ymin; iy <= ymax; iy++) {
322 span.y = iy;
411 GLint xmin, xmax, ymin, ymax, ix, iy; local
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dtestimagefilters.cpp126 int iy = i / 4; local
129 canvas->translate(ix * dx, iy * dy);
/external/mesa3d/src/mesa/swrast/
H A Ds_aalinetemp.h34 * \param iy - integer fragment window Y coordiante
37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy) argument
41 const GLfloat fy = (GLfloat) iy;
42 const GLfloat coverage = compute_coveragef(line, ix, iy);
53 line->span.array->y[i] = iy;
57 * solving the plane equations at (ix,iy).
H A Ds_points.c195 GLint xmin, xmax, ymin, ymax, iy; local
219 for (iy = ymin; iy <= ymax; iy++) {
228 span.y = iy;
316 GLint ix, iy; local
318 for (iy = ymin; iy <= ymax; iy++) {
322 span.y = iy;
411 GLint xmin, xmax, ymin, ymax, ix, iy; local
[all...]
/external/skia/gm/
H A Dtestimagefilters.cpp126 int iy = i / 4; local
129 canvas->translate(ix * dx, iy * dy);
/external/chromium_org/skia/ext/
H A Drecursive_gaussian_convolution_unittest.cc277 std::vector<unsigned char>::const_iterator ix, iy; local
279 for (target = output.begin(), ix = output_x.begin(), iy = output_y.begin();
280 target < output.end(); ++target, ++ix, ++iy) {
281 *target = *ix + *iy;
311 for (target = output.begin(), ix = output_x.begin(), iy = output_y.begin();
312 target < output.end(); ++target, ++ix, ++iy) {
313 *target = *ix + *iy;
366 std::vector<unsigned char>::const_iterator ix, iy; local
368 for (target = output.begin(),ix = output_x.begin(), iy = output_y.begin();
369 target < output.end(); ++target, ++ix, ++iy) {
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dvq.c112 static void normalise_residual(int * OPUS_RESTRICT iy, celt_norm * OPUS_RESTRICT X, argument
130 X[i] = EXTRACT16(PSHR32(MULT16_16(g, iy[i]), k+1));
134 static unsigned extract_collapse_mask(int *iy, int N, int B) argument
148 collapse_mask |= (iy[i*N0+j]!=0)<<i;
161 VARDECL(int, iy);
176 ALLOC(iy, N, int);
190 iy[j] = 0;
225 iy[j] = MULT16_16_Q15(X[j],rcp);
227 iy[j] = (int)floor(rcp*X[j]);
229 y[j] = (celt_norm)iy[
[all...]
/external/libopus/celt/
H A Dvq.c112 static void normalise_residual(int * OPUS_RESTRICT iy, celt_norm * OPUS_RESTRICT X, argument
130 X[i] = EXTRACT16(PSHR32(MULT16_16(g, iy[i]), k+1));
134 static unsigned extract_collapse_mask(int *iy, int N, int B) argument
148 collapse_mask |= (iy[i*N0+j]!=0)<<i;
161 VARDECL(int, iy);
176 ALLOC(iy, N, int);
190 iy[j] = 0;
225 iy[j] = MULT16_16_Q15(X[j],rcp);
227 iy[j] = (int)floor(rcp*X[j]);
229 y[j] = (celt_norm)iy[
[all...]

Completed in 553 milliseconds

123