Searched refs:xbase (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkBitmapProcState_matrix_repeat.h | 233 int32x4_t xbase, ybase; in AFFINE_NOFILTER_NAME() local 237 xbase = vdupq_n_s32(fx); in AFFINE_NOFILTER_NAME() 238 xbase = vsetq_lane_s32(fx+dx, xbase, 1); in AFFINE_NOFILTER_NAME() 239 xbase = vsetq_lane_s32(fx+dx+dx, xbase, 2); in AFFINE_NOFILTER_NAME() 240 xbase = vsetq_lane_s32(fx+dx+dx+dx, xbase, 3); in AFFINE_NOFILTER_NAME() 255 xout = vandq_s32(xbase, vdupq_n_s32(0xffff)); in AFFINE_NOFILTER_NAME() 269 xbase = vaddq_s32 (xbase, vdupq_n_s32(dx4)); in AFFINE_NOFILTER_NAME()
|
D | SkBitmapProcState_matrix_clamp.h | 196 int32x4_t xbase, ybase; in AFFINE_NOFILTER_NAME() local 206 xbase = vdupq_n_s32(fx); in AFFINE_NOFILTER_NAME() 207 xbase = vsetq_lane_s32(fx+dx, xbase, 1); in AFFINE_NOFILTER_NAME() 208 xbase = vsetq_lane_s32(fx+dx+dx, xbase, 2); in AFFINE_NOFILTER_NAME() 209 xbase = vsetq_lane_s32(fx+dx+dx+dx, xbase, 3); in AFFINE_NOFILTER_NAME() 218 x2base = vaddq_s32(xbase, vdupq_n_s32(dx4)); in AFFINE_NOFILTER_NAME() 227 xout = xbase; in AFFINE_NOFILTER_NAME() 259 xbase = vaddq_s32 (xbase, vdupq_n_s32 (dx8)); in AFFINE_NOFILTER_NAME()
|
/external/bison/src/ |
D | vcg.h | 592 int xbase; member
|
D | vcg.c | 75 g->xbase = G_XBASE; in new_graph() 688 if (g->xbase != G_XBASE) in output_graph() 689 fprintf (fout, "\txbase:\t%d\n", g->xbase); in output_graph()
|