| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | mycode.cc | 46 int ix = (int) nx; local in function:ceilf 47 return (float) -ix; 49 int ix = (int) x; local in function:ceilf 50 if( x == (float) ix ) return x; 51 return (float) (ix+1); 59 int ix = (int) nx; local in function:floorf 60 if( nx == (float) ix ) return x; 61 return (float) -(ix+1); 63 int ix = (int) x; local in function:floorf 64 return (float) ix; [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | dissolve.c | 65 int ix, iy; local in function:FillRandomRects 73 for (ix = 0; ix < w; ix++) { 74 int p = (y + iy) * WinWidth + x + ix; 85 int iy, ix; local in function:FillWipe 90 for (ix = 0; ix < WinWidth; ix++) { 91 int p = iy * WinWidth + ix; 101 int iy, ix; local in function:FillMoire 117 int iy, ix; local in function:FillWaves [all...] |
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | block_encoder_inc.h | 26 size_t ix = i * self->histogram_length_; local in function:FN 28 alphabet_size, tree, &self->depths_[ix], &self->bits_[ix],
|
| H A D | hash_forgetful_chain_inc.h | 129 /* Look at 4 bytes at &data[ix & mask]. Compute a hash from these, and prepend 132 const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) { 137 const size_t key = FN(HashBytes)(&data[ix & mask]); 140 size_t delta = ix - addr[key]; 141 tiny_hash[(uint16_t)ix] = (uint8_t)key; 145 addr[key] = (uint32_t)ix;
|
| H A D | hash_longest_match_quickly_inc.h | 92 /* Look at 5 bytes at &data[ix & mask]. 94 [ix .. ix+3]. */ 97 const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) { 98 const uint32_t key = FN(HashBytes)(&data[ix & mask]); 100 self->buckets_[key] = (uint32_t)ix; 103 const uint32_t off = ix & BUCKET_SWEEP_MASK; 104 self->buckets_[(key + off) & BUCKET_MASK] = (uint32_t)ix;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_aatritemp.h | 190 GLint ix, startX = (GLint) (x - xAdj); variable in typeref:typename:GLint 207 ix = startX; 211 span.attrStart[VARYING_SLOT_POS][3] = solve_plane(ix + 0.5F, iy + 0.5F, wPlane); 215 span.attrStart[attr][c] = solve_plane(ix + 0.5F, iy + 0.5F, attrPlane[attr][c]); 223 const GLfloat cx = ix + 0.5F, cy = iy + 0.5F; 233 ix++; 235 coverage = compute_coveragef(pMin, pMid, pMax, ix, iy); 238 if (ix > startX) { 241 span.end = (GLuint) ix - (GLuint) startX; 259 GLint ix, lef variable in typeref:typename:GLint [all...] |
| H A D | s_points.c | 315 GLint ix, iy; local in function:smooth_point 325 for (ix = xmin; ix <= xmax; ix++) { 326 const GLfloat dx = ix - x + 0.5F; 340 span.array->mask[ix - xmin] = 1; 345 span.array->mask[ix - xmin] = 0; 347 span.array->coverage[ix - xmin] = coverage; 410 GLint xmin, xmax, ymin, ymax, ix, iy; local in function:large_point 435 for (ix [all...] |
| H A D | s_aaline.c | 329 int ix, int iy); 373 GLint ix, ixRight; local in function:segment 403 for (ix = (GLint) xLeft; ix < ixRight; ix++) { 409 (*plot)(ctx, line, ix, iy); 452 GLint ix; local in function:segment 454 for (ix = ixLeft; ix < ixRight; ix [all...] |
| H A D | s_aalinetemp.h | 33 * \param ix - integer fragment window X coordiante 37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy) 40 const GLfloat fx = (GLfloat) ix; 42 const GLfloat coverage = compute_coveragef(line, ix, iy); 52 line->span.array->x[i] = ix; 57 * solving the plane equations at (ix,iy).
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_aatritemp.h | 190 GLint ix, startX = (GLint) (x - xAdj); variable in typeref:typename:GLint 207 ix = startX; 211 span.attrStart[VARYING_SLOT_POS][3] = solve_plane(ix + 0.5F, iy + 0.5F, wPlane); 215 span.attrStart[attr][c] = solve_plane(ix + 0.5F, iy + 0.5F, attrPlane[attr][c]); 223 const GLfloat cx = ix + 0.5F, cy = iy + 0.5F; 233 ix++; 235 coverage = compute_coveragef(pMin, pMid, pMax, ix, iy); 238 if (ix > startX) { 241 span.end = (GLuint) ix - (GLuint) startX; 259 GLint ix, lef variable in typeref:typename:GLint [all...] |
| H A D | s_points.c | 308 GLint ix, iy; local in function:smooth_point 318 for (ix = xmin; ix <= xmax; ix++) { 319 const GLfloat dx = ix - x + 0.5F; 333 span.array->mask[ix - xmin] = 1; 338 span.array->mask[ix - xmin] = 0; 340 span.array->coverage[ix - xmin] = coverage; 403 GLint xmin, xmax, ymin, ymax, ix, iy; local in function:large_point 428 for (ix [all...] |
| H A D | s_aaline.c | 328 int ix, int iy); 372 GLint ix, ixRight; local in function:segment 402 for (ix = (GLint) xLeft; ix < ixRight; ix++) { 408 plot(ctx, line, ix, iy); 451 GLint ix; local in function:segment 453 for (ix = ixLeft; ix < ixRight; ix [all...] |
| H A D | s_aalinetemp.h | 33 * \param ix - integer fragment window X coordiante 37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy) 40 const GLfloat fx = (GLfloat) ix; 42 const GLfloat coverage = compute_coveragef(line, ix, iy); 52 line->span.array->x[i] = ix; 57 * solving the plane equations at (ix,iy).
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_depth_test_tmp.h | 54 const unsigned ix = quads[0]->input.x0; local in function:NAME 56 const float fx = (float) ix; 74 tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache, ix, iy, quads[0]->input.layer); 78 const int dx = quads[i]->input.x0 - ix; 88 &tile->data.depth16[iy % TILE_SIZE][(ix + dx)% TILE_SIZE];
|
| H A D | sp_setup.c | 1048 const int ix = x & 1; local in function:plot 1049 const int quadX = x - ix; 1051 const int mask = (1 << ix) << (2 * iy); 1316 const int ix = ((int) x) & 1; local in function:sp_setup_point 1318 setup->quad[0].input.x0 = (int) x - ix; 1320 setup->quad[0].inout.mask = (1 << ix) << (2 * iy); 1335 int ix, iy; local in function:sp_setup_point 1338 for (ix = ixmin; ix <= ixmax; ix 1398 int ix, iy; local in function:sp_setup_point [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_depth_test_tmp.h | 54 const unsigned ix = quads[0]->input.x0; local in function:NAME 56 const float fx = (float) ix; 74 tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache, ix, iy, quads[0]->input.layer); 78 const int dx = quads[i]->input.x0 - ix; 88 &tile->data.depth16[iy % TILE_SIZE][(ix + dx)% TILE_SIZE];
|
| H A D | sp_setup.c | 970 const int ix = x & 1; local in function:plot 971 const int quadX = x - ix; 973 const int mask = (1 << ix) << (2 * iy); 1240 const int ix = ((int) x) & 1; local in function:sp_setup_point 1242 setup->quad[0].input.x0 = (int) x - ix; 1244 setup->quad[0].inout.mask = (1 << ix) << (2 * iy); 1259 int ix, iy; local in function:sp_setup_point 1262 for (ix = ixmin; ix <= ixmax; ix 1322 int ix, iy; local in function:sp_setup_point [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | icons_builtin.c | 82 int ix, iy; local in function:CreateMenuIcon 110 ix = 1; 113 iw = w - ix * 2; 123 XFillRectangle(dpy, pix, gc, ix, iy, mw, mh); 124 XFillRectangle(dpy, pix, gc, ix + iw - mw, iy + ih - mh, mw, mh); 126 XFillRectangle(dpy, pix, gc, ix + bw, iy + bw, tw, th); 132 lx = ix + bw + (tw - lw) / 2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast_tri_tmp.h | 137 int ix = (i & 3) * 4; local in function:TAG 139 int px = x + ix; 149 - IMUL64(plane[j].dcdx, ix) 159 int ix = (i & 3) * 4; local in function:TAG 161 int px = x + ix; 291 int ix = (i & 3) * 16; local in function:TAG 293 int px = x + ix; 299 - IMUL64(plane[j].dcdx, ix) 312 int ix = (i & 3) * 16; local in function:TAG 314 int px = x + ix; 379 int ix = (i & 3) * 4; local in function:TRI_16 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast_tri_tmp.h | 158 int ix = (i & 3) * 4; local in function:TAG 160 int px = x + ix; 170 - IMUL64(plane[j].dcdx, ix) 180 int ix = (i & 3) * 4; local in function:TAG 182 int px = x + ix; 312 int ix = (i & 3) * 16; local in function:TAG 314 int px = x + ix; 320 - IMUL64(plane[j].dcdx, ix) 333 int ix = (i & 3) * 16; local in function:TAG 335 int px = x + ix; 410 int ix = (i & 3) * 4; local in function:TRI_16 [all...] |
| H A D | lp_rast_linear_fallback.c | 175 unsigned ix, unsigned iy) 179 ix * STAMP_SIZE, 189 unsigned ix, unsigned iy, 196 full(task, inputs, ix, iy); 201 ix * STAMP_SIZE, 173 full(struct lp_rasterizer_task * task,const struct lp_rast_shader_inputs * inputs,unsigned ix,unsigned iy) argument 187 partial(struct lp_rasterizer_task * task,const struct lp_rast_shader_inputs * inputs,unsigned ix,unsigned iy,unsigned mask) argument
|
| H A D | lp_rast_rect.c | 90 unsigned ix, unsigned iy) 95 task->x + ix * STAMP_SIZE, 102 unsigned ix, unsigned iy, 109 full(task, rect, ix, iy); 115 task->x + ix * STAMP_SIZE, 88 full(struct lp_rasterizer_task * task,const struct lp_rast_rectangle * rect,unsigned ix,unsigned iy) argument 100 partial(struct lp_rasterizer_task * task,const struct lp_rast_rectangle * rect,unsigned ix,unsigned iy,unsigned mask) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winwindowswm.c | 354 ir = make_box (stuff->ix, stuff->iy, stuff->iw, stuff->ih); 363 SetRect (&rcNew, stuff->ix, stuff->iy, 364 stuff->ix + stuff->iw, stuff->iy + stuff->ih); 368 stuff->ix, stuff->iy, stuff->ix + stuff->iw, stuff->iy + stuff->ih); 420 stuff->ix, stuff->iy, stuff->iw, stuff->ih); 424 SetRect (&rcNew, stuff->ix, stuff->iy, 425 stuff->ix + stuff->iw, stuff->iy + stuff->ih);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | windowswmstr.h | 120 INT16 ix; member in struct:_WindowsWMFrameGetRect 152 INT16 ix; member in struct:_WindowsWMFrameDraw
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | imports.h | 101 const GLuint ix = *((GLuint *) &y); 102 const GLuint exp = (ix >> 23) & 0xFF;
|