/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/ |
junit.jar | |
/external/freetype/src/cff/ |
cf2intrp.c | 712 CF2_Fixed x1 = cf2_stack_getReal( opStack, index + 0 ) + curX; local 714 CF2_Fixed x2 = cf2_stack_getReal( opStack, index + 2 ) + x1; 720 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 ); 1266 CF2_Fixed x1 = cf2_stack_getReal( opStack, index + 0 ) + curX; local 1295 CF2_Fixed x1, y1, x2, y2, x3, y3; local 1334 CF2_Fixed x1, y1, x2, y2, x3, y3; local 1376 CF2_Fixed x1, x2, x3, y1, y2, y3; local [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Quaternion.java | 964 float x1 = x * q.w + y * q.z - z * q.y + w * q.x; local 991 float x1 = x * qw + y * qz - z * qy + w * qx; local [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
LODGeomap.java | 880 float x1 = firstPoint.x - rootPoint.x; local [all...] |
/external/libvorbis/lib/ |
floor1.c | 35 int x1; member in struct:lsfit_acc 272 static int render_point(int x0,int x1,int y0,int y1,int x){ 278 int adx=x1-x0; 362 static void render_line(int n, int x0,int x1,int y0,int y1,float *d){ 364 int adx=x1-x0; 374 if(n>x1)n=x1; 391 static void render_line0(int n, int x0,int x1,int y0,int y1,int *d){ 393 int adx=x1-x0; 403 if(n>x1)n=x1 476 int x1=a[fits-1].x1; local 727 int x1=info->postlist[hn]; local 809 int x1=info->postlist[hn]; local [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_loopfilter_intrin_sse2.c | 92 const __m128i t1 = _mm_set1_epi16(0x1); 473 const __m128i t1 = _mm_set1_epi8(0x1); 1098 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local 1166 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_soa.c | 692 LLVMValueRef x0, y0, z0, x1, y1, z1; local 717 &x0, &x1, &s_fpart); 719 lp_build_name(x1, "tex.x1.wrapped"); 754 /* get x0/x1 texels */ 762 x1, y0, z0, 778 /* get x0/x1 texels at y1 */ 786 x1, y1, z0, 804 /* get x0/x1/y0/y1 texels at z1 */ 812 x1, y0, z1 [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_setup.c | 1070 int x1 = (int) v1[0][0]; local 1073 int dx = x1 - x0; [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
arc.c | 89 /* Given: Points (x0, y0) and (x1, y1) 94 find_unit_circles(double x0, double y0, double x1, double y1, 99 double dx = x0 - x1; 101 double xm = (x0 + x1)/2; 129 * endpoints (x0, y0) and (x1, y1) 135 double x0, double y0, double x1, double y1, 143 /* Transform (x0, y0) and (x1, y1) into unit space */ 147 x1p = (x1*COS + y1*SIN)/rh; 148 y1p = (-x1*SIN + y1*COS)/rv; 176 /* Transform (x0, y0) and (x1, y1) into unit space * 322 double x1, y1, x2, y2; local [all...] |
path.c | 365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 463 x1 = data[0]; 469 map_if_relative(ox, oy, relative, &x1, &y1); 478 matrix_map_point(matrix, x1, y1, &x1, &y1); 481 bezier_init(&bezier, x0, y0, x1, y1, 491 x1 = data[0]; 495 map_if_relative(ox, oy, relative, &x1, &y1); 497 px = x1; 500 x2 = (x3 + 2*x1) / 3.f 1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local 1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local [all...] |
renderer.c | 501 VGfloat x1, VGfloat y1, 514 r->vertices[1][0][0] = x1; 518 r->vertices[2][0][0] = x1; 532 VGfloat x1, VGfloat y1, 539 s1 = x1 / tex_width; 1230 VGint x0, y0, x1, y1, iw, ih; local [all...] |
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_xv.c | 528 dxo = dstRegion->extents.x1; 545 int box_x1 = pbox->x1; 597 INT32 x1, x2, y1, y2; local 602 x1 = src_x; 607 dstBox.x1 = drw_x; 612 if (!xf86XVClipVideoHelper(&dstBox, &x1, &x2, &y1, &y2, clipBoxes,
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_state.c | 1578 unsigned x1, y1, x2, y2; local [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_drawpixels.c | 278 p->SamplersUsed = 0x1; /* sampler 0 (bit 0) is used */ 567 GLfloat x1, GLfloat y1, const GLfloat *color, 588 const GLfloat clip_x1 = x1 / fb_width * 2.0f - 1.0f; 668 GLfloat x0, y0, x1, y1; local 795 x1 = x + width * ctx->Pixel.ZoomX; 802 draw_quad(ctx, x0, y0, z, x1, y1, color, invertTex, [all...] |
/external/opencv/cv/src/ |
cvshapedescr.cpp | 137 double x1 = (pt0.x + pt1.x) * 0.5; local 149 if( icvIntersectLines( x1, dx1, y1, dy1, x2, dx2, y2, dy2, &t ) >= 0 ) [all...] |
cvstereogc.cpp | 489 int x, y, x1, d, i, j, rows = state->left->rows, cols = state->left->cols, n = 0; local 503 x1 = x - d; 504 if( (unsigned)x1 >= (unsigned)cols ) 506 delta = icvDataCostFuncGraySubpix( lptr + x*3, rptr + x1*3 ); 551 int d = dleft[x], x1, d1; local 556 x1 = x + d; 557 if( (unsigned)x1 >= (unsigned)cols ) 559 d1 = dright[x1]; 561 E += dtab[icvDataCostFuncGraySubpix( left + x*3, right + x1*3 )]; 666 int k, a, d, d1, x, y, x1, y1, rows = state->left->rows, cols = state->left->cols local [all...] |
/external/opencv/cxcore/src/ |
cxmathfuncs.cpp | 285 magtype x1 = (magtype)x[i+1], y1 = (magtype)y[i+1]; \ 288 x1 = x1*x1 + y1*y1; \ 290 mag[i+1] = x1; \ 292 x1 = (magtype)x[i+3], y1 = (magtype)y[i+3]; \ 294 x1 = x1*x1 + y1*y1; \ 296 mag[i+3] = x1; \ 826 double x1 = x[i + 1].f * exp_prescale; local 931 double x1 = x[i + 1].f * exp_prescale; local 1396 double x0, x1, x2, x3; local 1496 double x0, x1, x2, x3; local [all...] |
cxutils.cpp | 275 double x0 = 0., x1 = 0., x2 = 0.; local 345 x1 = a3 / q; 370 x1 = t0 * cos(t1 + (2.*CV_PI/3)) - t2; 394 r[step] = (float)x1; 403 r[step] = x1; [all...] |
/external/opencv/ml/src/ |
mlann_mlp.cpp | 449 double x0 = 1.+data[i], x1 = 1.+data[i+1], x2 = 1.+data[i+2], x3 = 1.+data[i+3]; local 450 double a = x0*x1, b = x2*x3, d = scale2/(a*b), t0, t1; 452 t0 = (2 - x0)*b*x1; t1 = (2 - x1)*b*x0; 529 double x0 = 1.+xf[i], x1 = 1.+xf[i+1], x2 = 1.+xf[i+2], x3 = 1.+xf[i+3]; local 530 double a = x0*x1, b = x2*x3, d = 1./(a*b), t0, t1; 533 t0 = b*x1; t1 = b*x0; 536 t0 *= scale2*(2 - x0); t1 *= scale2*(2 - x1); 937 CvMat *x1 = &hdr1, *x2 = &hdr2, *grad1 = &ghdr1, *grad2 = &ghdr2, *temp; local 971 cvInitMatHeader( x1, 1, ivcount, CV_64F, x[0] ) 1132 CvMat *x1, *x2, *grad1, *grad2, *temp; local [all...] |
/external/pixman/pixman/ |
pixman-bits-image.c | 102 int x1, y1, x2, y2; local 106 x1 = x - pixman_fixed_1 / 2; 109 distx = pixman_fixed_to_bilinear_weight (x1); 112 x1 = pixman_fixed_to_int (x1); 114 x2 = x1 + 1; 119 repeat (repeat_mode, &x1, width); 124 tl = get_pixel (image, x1, y1, FALSE); 125 bl = get_pixel (image, x1, y2, FALSE); 131 tl = get_pixel (image, x1, y1, TRUE) 366 int32_t i, j, x1, x2, y1, y2; local 449 int32_t x1, x2, y1, y2; local 771 int32_t x1, x2, y1, y2; local 905 int x1, y1, x2, y2; local [all...] |
pixman-fast-path.c | 1525 int x1, x2; local [all...] |
pixman-region.c | 85 #define GOOD_RECT(rect) ((rect)->x1 < (rect)->x2 && (rect)->y1 < (rect)->y2) 86 #define BAD_RECT(rect) ((rect)->x1 > (rect)->x2 || (rect)->y1 > (rect)->y2) 129 * y coordinate first (y1), and then by left side x coordinate (x1). 134 * and right side (x1 and x2). Bands are implicit in the array of rectangles: 172 (!( ((r1)->x2 <= (r2)->x1) || \ 173 ((r1)->x1 >= (r2)->x2) || \ 180 ((r)->x1 <= x) && \ 186 ( ((r1)->x1 <= (r2)->x1) && \ 244 next_rect->x1 = nx1; 1116 int x1; local 1269 int x1; \/* left and right side of current union *\/ local 1471 int x1; local 1840 int x1; local 2227 overflow_int_t x1, x2, y1, y2; local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbvideo.c | 1514 int x1, y1, x2, y2; local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/windib/ |
SDL_dibvideo.c | 1438 int x1, y1, x2, y2, area; local [all...] |
/external/qemu-pc-bios/vgabios/ |
clext.c | 697 mov al, 0x1[bx] 909 mov al, #0x1 ;; XXX number of banks variable
|