Home
last modified time | relevance | path

Searched refs:o_x (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/svgpic/
H A Dmisc.c42 return p->o_x; in getcomp()
56 return p->o_val[0] - p->o_x; in getcomp()
166 printf("%g, %g\n", p->o_x, p->o_y); in printpos()
185 p->o_x = x; in makepos()
196 p->o_x = p1->o_x + f * (p2->o_x - p1->o_x); in makebetween()
216 x = p->o_x; in whatpos()
398 dprintf("addpos returns %g %g\n", p->o_x+q->o_x, p->o_y+q->o_y); in addpos()
399 return makepos(p->o_x+q->o_x, p->o_y+q->o_y); in addpos()
404 dprintf("subpos returns %g %g\n", p->o_x-q->o_x, p->o_y-q->o_y); in subpos()
405 return makepos(p->o_x-q->o_x, p->o_y-q->o_y); in subpos()
[all …]
H A Dblockgen.c115 xwith = cx - ppos->o_x; in blockgen()
122 curx = ppos->o_x; in blockgen()
164 p->o_x = curx; in blockgen()
197 dx = p->o_x - p->o_val[2]; in blockadj()
207 dprintf("blockadj: type=%d o_x,y=%g,%g;", p->o_type, p->o_x, p->o_y); in blockadj()
208 p->o_x += dx; in blockadj()
210 dprintf(" becomes %g,%g\n", p->o_x, p->o_y); in blockadj()
H A Dlinegen.c96 dx[ndxy] = ppos->o_x - nx; in linegen()
108 dx[ndxy] = ppos->o_x; in linegen()
123 nx = curx = ppos->o_x; in linegen()
209 nx = p->o_x; in linegen()
232 printf("S or L from %g %g to %g %g with %d elements:\n", p->o_x, p->o_y, curx, cury, ndxy); in linegen()
236 extreme(p->o_x, p->o_y); in linegen()
H A Dmovegen.c52 dx = ppos->o_x - curx; in movegen()
58 dx = ppos->o_x; in movegen()
65 curx = ppos->o_x; in movegen()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/tpic/
H A Dmisc.c37 return p->o_x; in getcomp()
51 return p->o_val[0] - p->o_x; in getcomp()
172 printf("%g, %g\n", p->o_x, p->o_y); in printpos()
193 p->o_x = x; in makepos()
205 p->o_x = p1->o_x + f * (p2->o_x - p1->o_x); in makebetween()
225 x = p->o_x; in whatpos()
417 dprintf("addpos returns %g %g\n", p->o_x+q->o_x, p->o_y+q->o_y); in addpos()
418 return makepos(p->o_x+q->o_x, p->o_y+q->o_y); in addpos()
424 dprintf("subpos returns %g %g\n", p->o_x-q->o_x, p->o_y-q->o_y); in subpos()
425 return makepos(p->o_x-q->o_x, p->o_y-q->o_y); in subpos()
[all …]
H A Dblockgen.c111 xwith = cx - ppos->o_x; in blockgen()
118 curx = ppos->o_x; in blockgen()
160 p->o_x = curx; in blockgen()
194 dx = p->o_x - p->o_val[2]; in blockadj()
204 dprintf("blockadj: type=%d o_x,y=%g,%g;", p->o_type, p->o_x, p->o_y); in blockadj()
205 p->o_x += dx; in blockadj()
207 dprintf(" becomes %g,%g\n", p->o_x, p->o_y); in blockadj()
H A Dlinegen.c99 dx[ndxy] = ppos->o_x - nx; in linegen()
111 dx[ndxy] = ppos->o_x; in linegen()
126 nx = curx = ppos->o_x; in linegen()
181 nx = p->o_x; in linegen()
204 printf("S or L from %g %g to %g %g with %d elements:\n", p->o_x, p->o_y, curx, cury, ndxy); in linegen()
208 extreme(p->o_x, p->o_y); in linegen()
H A Dmovegen.c53 dx = ppos->o_x - curx; in movegen()
59 dx = ppos->o_x; in movegen()
66 curx = ppos->o_x; in movegen()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/pic/
H A Dmisc.c42 return p->o_x; in getcomp()
56 return p->o_val[0] - p->o_x; in getcomp()
166 printf("%g, %g\n", p->o_x, p->o_y); in printpos()
185 p->o_x = x; in makepos()
196 p->o_x = p1->o_x + f * (p2->o_x - p1->o_x); in makebetween()
216 x = p->o_x; in whatpos()
398 dprintf("addpos returns %g %g\n", p->o_x+q->o_x, p->o_y+q->o_y); in addpos()
399 return makepos(p->o_x+q->o_x, p->o_y+q->o_y); in addpos()
404 dprintf("subpos returns %g %g\n", p->o_x-q->o_x, p->o_y-q->o_y); in subpos()
405 return makepos(p->o_x-q->o_x, p->o_y-q->o_y); in subpos()
[all …]
H A Dblockgen.c115 xwith = cx - ppos->o_x; in blockgen()
122 curx = ppos->o_x; in blockgen()
164 p->o_x = curx; in blockgen()
197 dx = p->o_x - p->o_val[2]; in blockadj()
207 dprintf("blockadj: type=%d o_x,y=%g,%g;", p->o_type, p->o_x, p->o_y); in blockadj()
208 p->o_x += dx; in blockadj()
210 dprintf(" becomes %g,%g\n", p->o_x, p->o_y); in blockadj()
H A Dlinegen.c96 dx[ndxy] = ppos->o_x - nx; in linegen()
108 dx[ndxy] = ppos->o_x; in linegen()
123 nx = curx = ppos->o_x; in linegen()
209 nx = p->o_x; in linegen()
232 printf("S or L from %g %g to %g %g with %d elements:\n", p->o_x, p->o_y, curx, cury, ndxy); in linegen()
236 extreme(p->o_x, p->o_y); in linegen()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/pic/
H A Dmisc.c52 return p->o_x; in getcomp()
66 return p->o_val[0] - p->o_x; in getcomp()
177 printf("%g, %g\n", p->o_x, p->o_y); in printpos()
198 p->o_x = x; in makepos()
209 p->o_x = p1->o_x + f * (p2->o_x - p1->o_x); in makebetween()
227 x = p->o_x; in whatpos()
409 dprintf("addpos returns %g %g\n", p->o_x+q->o_x, p->o_y+q->o_y); in addpos()
410 return makepos(p->o_x+q->o_x, p->o_y+q->o_y); in addpos()
415 dprintf("subpos returns %g %g\n", p->o_x-q->o_x, p->o_y-q->o_y); in subpos()
416 return makepos(p->o_x-q->o_x, p->o_y-q->o_y); in subpos()
[all …]
H A Dblockgen.c127 xwith = cx - ppos->o_x; in blockgen()
134 curx = ppos->o_x; in blockgen()
176 p->o_x = curx; in blockgen()
209 dx = p->o_x - p->o_val[2]; in blockadj()
219 dprintf("blockadj: type=%d o_x,y=%g,%g;", p->o_type, p->o_x, p->o_y); in blockadj()
220 p->o_x += dx; in blockadj()
222 dprintf(" becomes %g,%g\n", p->o_x, p->o_y); in blockadj()
H A Dlinegen.c108 dx[ndxy] = ppos->o_x - nx; in linegen()
120 dx[ndxy] = ppos->o_x; in linegen()
135 nx = curx = ppos->o_x; in linegen()
221 nx = p->o_x; in linegen()
244 printf("S or L from %g %g to %g %g with %d elements:\n", p->o_x, p->o_y, curx, cury, ndxy); in linegen()
248 extreme(p->o_x, p->o_y); in linegen()
/dports/math/R/R-4.1.2/src/nmath/
H A Dpnbeta.c23 pnbeta_raw(double x, double o_x, double a, double b, double ncp) in pnbeta_raw() argument
40 if(x < 0. || o_x > 1. || (x == 0. && o_x == 1.)) return 0.; in pnbeta_raw()
41 if(x > 1. || o_x < 0. || (x == 1. && o_x == 0.)) return 1.; in pnbeta_raw()
51 bratio(a0, b, x, o_x, &temp, &tmp_c, &ierr, FALSE); in pnbeta_raw()
53 gx = exp(a0 * log(x) + b * (x < .5 ? log1p(-x) : log(o_x)) in pnbeta_raw()
86 pnbeta2(double x, double o_x, double a, double b, double ncp, in pnbeta2() argument
90 LDOUBLE ans = pnbeta_raw(x, o_x, a,b, ncp); in pnbeta2()
/dports/math/libRmath/R-4.1.1/src/nmath/
H A Dpnbeta.c23 pnbeta_raw(double x, double o_x, double a, double b, double ncp) in pnbeta_raw() argument
40 if(x < 0. || o_x > 1. || (x == 0. && o_x == 1.)) return 0.; in pnbeta_raw()
41 if(x > 1. || o_x < 0. || (x == 1. && o_x == 0.)) return 1.; in pnbeta_raw()
51 bratio(a0, b, x, o_x, &temp, &tmp_c, &ierr, FALSE); in pnbeta_raw()
53 gx = exp(a0 * log(x) + b * (x < .5 ? log1p(-x) : log(o_x)) in pnbeta_raw()
86 pnbeta2(double x, double o_x, double a, double b, double ncp, in pnbeta2() argument
90 LDOUBLE ans = pnbeta_raw(x, o_x, a,b, ncp); in pnbeta2()
/dports/math/jags/JAGS-4.3.0/src/jrmath/
H A Dpnbeta.c23 pnbeta_raw(double x, double o_x, double a, double b, double ncp) in pnbeta_raw() argument
40 if(x < 0. || o_x > 1. || (x == 0. && o_x == 1.)) return 0.; in pnbeta_raw()
41 if(x > 1. || o_x < 0. || (x == 1. && o_x == 0.)) return 1.; in pnbeta_raw()
51 bratio(a0, b, x, o_x, &temp, &tmp_c, &ierr, FALSE); in pnbeta_raw()
53 gx = exp(a0 * log(x) + b * (x < .5 ? log1p(-x) : log(o_x)) in pnbeta_raw()
86 pnbeta2(double x, double o_x, double a, double b, double ncp, in pnbeta2() argument
90 LDOUBLE ans = pnbeta_raw(x, o_x, a,b, ncp); in pnbeta2()
/dports/biology/vt/vt-0.57721/lib/Rmath/
H A Dpnbeta.c23 pnbeta_raw(double x, double o_x, double a, double b, double ncp) in pnbeta_raw() argument
40 if(x < 0. || o_x > 1. || (x == 0. && o_x == 1.)) return 0.; in pnbeta_raw()
41 if(x > 1. || o_x < 0. || (x == 1. && o_x == 0.)) return 1.; in pnbeta_raw()
51 bratio(a0, b, x, o_x, &temp, &tmp_c, &ierr, FALSE); in pnbeta_raw()
53 gx = exp(a0 * log(x) + b * (x < .5 ? log1p(-x) : log(o_x)) in pnbeta_raw()
86 pnbeta2(double x, double o_x, double a, double b, double ncp, in pnbeta2() argument
90 LDOUBLE ans = pnbeta_raw(x, o_x, a,b, ncp); in pnbeta2()
/dports/math/py-rvlib/rvlib-0.0.6/src/
H A Dpnbeta.c23 pnbeta_raw(double x, double o_x, double a, double b, double ncp) in pnbeta_raw() argument
40 if(x < 0. || o_x > 1. || (x == 0. && o_x == 1.)) return 0.; in pnbeta_raw()
41 if(x > 1. || o_x < 0. || (x == 1. && o_x == 0.)) return 1.; in pnbeta_raw()
51 bratio(a0, b, x, o_x, &temp, &tmp_c, &ierr, FALSE); in pnbeta_raw()
53 gx = exp(a0 * log(x) + b * (x < .5 ? log1p(-x) : log(o_x)) in pnbeta_raw()
86 pnbeta2(double x, double o_x, double a, double b, double ncp, in pnbeta2() argument
90 LDOUBLE ans = pnbeta_raw(x, o_x, a,b, ncp); in pnbeta2()
/dports/print/pic2fig/pic2fig/
H A Dmisc.c25 return p->o_x;
38 return p->o_val[0] - p->o_x;
85 dprintf("%g, %g\n", p->o_x, p->o_y);
108 p->o_x = x;
121 p->o_x = p1->o_x + f * (p2->o_x - p1->o_x);
133 x = p->o_x;
233 dprintf("got a last of x,y= %g,%g\n", p->o_x, p->o_y);
257 dprintf("got a first of x,y= %g,%g\n", p->o_x, p->o_y);
277 (stp->s_val.o)->o_x, (stp->s_val.o)->o_y);
289 return makepos(p->o_x + x, p->o_y + y);
[all …]
H A Dblockgen.c100 xwith = cx - ppos->o_x;
106 curx = ppos->o_x;
154 p->o_x = curx;
191 dx = p->o_x - p->o_val[2];
201 dprintf("blockadj: type=%d o_x,y=%g,%g;", p->o_type, p->o_x, p->o_y);
202 p->o_x += dx;
204 dprintf(" becomes %g,%g\n", p->o_x, p->o_y);
H A Dlinegen.c103 dx[ndxy] = ppos->o_x - nx; in linegen()
114 dx[ndxy] = ppos->o_x; in linegen()
129 nx = curx = ppos->o_x; in linegen()
205 nx = p->o_x; in linegen()
215 printf("S or L from %g %g to %g %g with %d elements:\n", p->o_x in linegen()
220 extreme(p->o_x, p->o_y); in linegen()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/algorithms/basic/
H A DTranslatePanorama.h39 : PanoramaAlgorithm(panorama), o_x(x), o_y(y), o_z(z) in PanoramaAlgorithm()
59 translatePano(o_panorama, o_x, o_y, o_z); in runAlgorithm()
65 double o_x;
/dports/graphics/xd3d/xd3d-8.3.1/src/X/
H A Dget_echelles.f1 subroutine get_echelles(o_x,o_y,f_x,f_y) argument
3 o_x = origine_x
/dports/games/violetland/violetland-0.5/src/system/utility/
H A DImageUtility.cpp59 for (int o_x = 0; o_x < _stretch_factor_x; ++o_x) in scaleSurface() local
61 static_cast<int> (_stretch_factor_x * x) + o_x, in scaleSurface()

12345678