Home | History | Annotate | Download | only in lib

Lines Matching defs:x1

35   int x1;
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;
422 int x0, int x1,lsfit_acc *a,
430 a->x1=x1;
431 if(x1>=n)x1=n-1;
433 for(i=x0;i<=x1;i++){
476 int x1=a[fits-1].x1;
499 xb+= x1;
501 x2b+= x1 * x1;
503 xyb+= *y1 * x1;
514 *y1=rint(a+b*x1);
531 static int inspect_error(int x0,int x1,int y0,int y1,const float *mask,
535 int adx=x1-x0;
556 while(++x<x1){
727 int x1=info->postlist[hn];
731 int predicted=render_point(x0,x1,y0,y1,info->postlist[i]);
809 int x1=info->postlist[hn];
813 int predicted=render_point(x0,x1,y0,y1,info->postlist[i]);