/plan9/sys/src/cmd/unix/drawterm/libmp/ |
H A D | mpeuclid.c | 14 mpint *tmp, *x0, *x1, *x2, *y0, *y1, *y2, *q, *r; in mpeuclid() local
|
/plan9/sys/src/libmp/port/ |
H A D | mpeuclid.c | 14 mpint *tmp, *x0, *x1, *x2, *y0, *y1, *y2, *q, *r; in mpeuclid() local
|
/plan9/sys/src/cmd/plot/libplot/ |
H A D | rarc.c | 8 void rarc(double x1, double y1, double x2, double y2, double xc, double yc, double rr){ in rarc()
|
/plan9/sys/src/cmd/gs/src/ |
H A D | vdtrace.c | 97 void vd_impl_curveto(double x1, double y1, double x2, double y2, double x3, double y3) in vd_impl_curveto() 150 void vd_impl_quad(double x0, double y0, double x1, double y1, double x2, double y2, double x3, doub… in vd_impl_quad() 164 void vd_impl_curve(double x0, double y0, double x1, double y1, double x2, double y2, double x3, dou… in vd_impl_curve()
|
H A D | vdtrace.h | 120 # define vd_curveto(x0,y0,x1,y1,x2,y2) BEGIN if (vd_trace1) vd_impl_curveto(x0,y0,x1,y1,x2,y2);… argument 125 # define vd_quad(x0,y0,x1,y1,x2,y2,x3,y3,w,c) BEGIN if (vd_trace1) vd_impl_quad(x0,y0,x1,y1,x2,… argument 126 # define vd_curve(x0,y0,x1,y1,x2,y2,x3,y3,w,c) BEGIN if (vd_trace1) vd_impl_curve(x0,y0,x1,y1,x2… argument 165 # define vd_curveto(x0,y0,x1,y1,x2,y2) DO_NOTHING argument 170 # define vd_quad(x0,y0,x1,y1,x2,y2,x3,y3,w,c) DO_NOTHING argument 171 # define vd_curve(x0,y0,x1,y1,x2,y2,x3,y3,w,c) DO_NOTHING argument
|
H A D | gxpflat.c | 154 curve_coeffs_ranged(fixed x0, fixed x1, fixed x2, fixed x3, in curve_coeffs_ranged() 189 fixed x1, y1, x2, y2; in gx_flattened_iterator__init() local
|
H A D | gspath.c | 240 floatp x1, floatp y1, floatp x2, floatp y2, floatp x3, floatp y3) in gs_curveto_aux() 264 floatp x1, floatp y1, floatp x2, floatp y2, floatp x3, floatp y3) in gs_curveto()
|
H A D | gxpath.c | 671 fixed x1, fixed y1, fixed x2, fixed y2, fixed x3, fixed y3, in gx_path_add_curve_notes() 678 fixed x1, fixed y1, fixed x2, fixed y2, fixed x3, fixed y3, in gz_path_add_curve_notes() 706 fixed x1, fixed y1, fixed x2, fixed y2, fixed x3, fixed y3, in gz_path_bbox_add_curve_notes()
|
H A D | gxshade1.c | 403 double *x2, double *y2, double *r2) in R_outer_circle() 463 double x0, double y0, double x1, double y1, double x2, double y2, double t) in R_fill_triangle_new() 650 double x2, y2, r2, x3, y3, r3; in R_extensions() local
|
H A D | gdevpe.c | 136 int x2, y2, xlen; in pe_fill_rectangle() local
|
H A D | gxpath.h | 172 #define gx_path_add_curve(ppath, x1, y1, x2, y2, x3, y3)\ argument
|
H A D | gxpath2.c | 207 fixed x2 = pseg2->pt.x, y2 = pseg2->pt.y; in gx_subpath_is_rectangular() local
|
H A D | gdevpcx.c | 162 ushort x2; /* x1 + width - 1 */ member
|
H A D | gdevherc.c | 380 int x2, y2, xlen; in herc_fill_rectangle() local
|
H A D | gdevpsdu.c | 147 floatp x1, floatp y1, floatp x2, floatp y2, floatp x3, floatp y3, in psdf_curveto()
|
H A D | dwtrace.c | 212 …gt_curveto(vd_trace_interface *I, double x0, double y0, double x1, double y1, double x2, double y2) in dw_gt_curveto()
|
/plan9/sys/src/cmd/postscript/tr2post/ |
H A D | draw.c | 92 int r, x1, y1, x2, y2, i; in draw() local
|
/plan9/sys/src/cmd/scat/ |
H A D | posn.c | 12 float x1, x2, x3, x4; in amdinv() local
|
/plan9/sys/src/games/mp3enc/ |
H A D | pcm.c | 250 #define BYTES2(x1,x2) ((((int8_t)(x1)) << 8) + (uint8_t)(x2)) argument 251 #define BYTES3(x1,x2,x3) ((((int8_t)(x1)) << 8) + (uint8_t)(x2) + 1/256.*(uint8_t)(x3)) argument 252 #define BYTES4(x1,x2,x3,x4) ((((int8_t)(x1)) << 8) + (uint8_t)(x2) + 1/256.*(uint8_t)(x3) + 1/65536… argument 1375 IN int* const x2 ) in factorize()
|
H A D | newmdct.c | 381 const sample_t *x2 = &x1[238-14-286]; in window_subband() local
|
H A D | quantize_pvt.c | 1026 double x2 = istep * xp[2]; in quantize_xrpow() local 1097 FLOAT8 x1, x2, x3, x4, x5, x6, x7, x8; in quantize_xrpow() local
|
H A D | util.c | 392 FLOAT8 bkwn,x2; in blackman() local
|
/plan9/sys/src/cmd/9nfs/ |
H A D | nfs.c | 18 uvlong x1, x2; in rpc2xfid() local
|
/plan9/sys/src/cmd/postscript/g3p9bit/ |
H A D | g3p9bit.c | 269 int x, oldx, x2, oldx2, dx, xx; in readrow() local
|
/plan9/sys/src/ape/cmd/diff/ |
H A D | regex.c | 689 #define DEBUG_PRINT2(x1, x2) if (debug) printf (x1, x2) argument 690 #define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) argument 691 #define DEBUG_PRINT4(x1, x2, x3, x4) if (debug) printf (x1, x2, x3, x4) argument 1024 #define DEBUG_PRINT2(x1, x2) argument 1025 #define DEBUG_PRINT3(x1, x2, x3) argument 1026 #define DEBUG_PRINT4(x1, x2, x3, x4) argument
|