Home
last modified time | relevance | path

Searched defs:v3 (Results 1 – 11 of 11) sorted by relevance

/plan9-contrib/sys/src/cmd/gs/src/
H A Dspprint.c97 pprintd3(stream * s, const char *format, int v1, int v2, int v3) in pprintd3()
102 pprintd4(stream * s, const char *format, int v1, int v2, int v3, int v4) in pprintd4()
133 pprintg3(stream * s, const char *format, floatp v1, floatp v2, floatp v3) in pprintg3()
138 pprintg4(stream * s, const char *format, floatp v1, floatp v2, floatp v3, in pprintg4()
144 pprintg6(stream * s, const char *format, floatp v1, floatp v2, floatp v3, in pprintg6()
171 pprintld3(stream * s, const char *format, long v1, long v2, long v3) in pprintld3()
H A Dsmtf.c89 v2 = ss->prev.b[2], v3 = ss->prev.b[3]; in s_MTFD_process() local
H A Dsfilter2.c82 ulong v3 = v4 / 85; /* max 85^3 */ in s_A85E_process() local
H A Dgzpath.h101 #define curve_points_to_coefficients(v0, v1, v2, v3, a, b, c, t01, t12)\ argument
109 #define curve_coefficients_to_points(a, b, c, d, v1, v2, v3)\ argument
H A Dgdevpsdu.c231 double v3 = round_byte_color(color & 0xff); in psdf_set_color() local
H A Discanbin.c808 v2 = (byte) (value >> 16), v3 = (byte) (value >> 24); in encode_binary_token() local
H A Dgxpcopy.c454 gx_curve_monotonic_points(fixed v0, fixed v1, fixed v2, fixed v3, in gx_curve_monotonic_points()
H A Dgsmatrix.c291 #define assign_min_max_4(vmin, vmax, v0, v1, v2, v3)\ in gs_points_bbox() argument
H A Dgsfemu.c773 double v3 = v1 * 3; in test() local
H A Dgsmisc.c509 int v1 = 1, v3 = a; in idivmod() local
/plan9-contrib/sys/src/cmd/map/libmap/
H A Dharrison.c5 static double v3,u2,u3,a,b; /*v=view,p=obj,u=unit.y*/ variable