Home
last modified time | relevance | path

Searched refs:xconv (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/svgpic/
H A Dplsvg.c36 double xconv(double), yconv(double), xsc(double), ysc(double);
124 hgoto(xconv(x)); in move()
205 ….3f %.3f L %.3f %.3f\" fill=\"transparent\" stroke=\"black\"", xconv(x0), yconv(y0), xconv(x1), yc… in line()
233 printf("M %.3f %.3f L %.3f %.3f", xconv(x1+dx), yconv(y1+dy), xconv(x1), yconv(y1)); in arrow()
235 printf(" L %.3f %.3f", xconv(x1+dx), yconv(y1+dy)); in arrow()
293 printf("<path d=\"M %.3f %.3f", xconv(x), yconv(y)); in spline()
302 printf(" L %.3f %.3f", xconv((x+x1)/2), yconv((y+y1)/2)); in spline()
304 printf(" Q %.3f %.3f %.3f %.3f", xconv(x1), yconv(y1), xconv((x+x1)/2), yconv((y+y1)/2)); in spline()
306 printf(" L %.3f %.3f", xconv(x), yconv(y)); in spline()
323 xconv(x0), yconv(y0), in arc()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/
H A Ddef-check.pl231 my($xconv);
233 $xconv = "PRIVATE";
235 $xconv = "DATA";
237 $xconv = "KRB5_CALLCONV_WRONG";
239 $xconv = "KRB5_CALLCONV_C";
241 $xconv = "KRB5_CALLCONV";
245 if ($xconv eq "PRIVATE") {
249 if ($xconv eq "DATA") {
256 } elsif (! ($conv{$_} eq $xconv)) {
257 print "Function $_ should have calling convention '$xconv', but has '$conv{$_}' instead.\n";
/dports/security/krb5/krb5-1.19.2/src/util/
H A Ddef-check.pl231 my($xconv);
233 $xconv = "PRIVATE";
235 $xconv = "DATA";
237 $xconv = "KRB5_CALLCONV_WRONG";
239 $xconv = "KRB5_CALLCONV_C";
241 $xconv = "KRB5_CALLCONV";
245 if ($xconv eq "PRIVATE") {
249 if ($xconv eq "DATA") {
256 } elsif (! ($conv{$_} eq $xconv)) {
257 print "Function $_ should have calling convention '$xconv', but has '$conv{$_}' instead.\n";
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dxlsx-utils.c58 g_hash_table_size (xconv->extern_id_by_wb)); in xlsx_add_extern_id()
60 g_hash_table_insert (xconv->extern_id_by_wb, wb, id); in xlsx_add_extern_id()
144 if (NULL != xconv->xlfn_map && in xlsx_func_map_in()
661 g_hash_table_insert (xconv->xlfn_map, in xlsx_conventions_new()
667 g_hash_table_insert (xconv->xlfn_handler_map, in xlsx_conventions_new()
676 g_hash_table_insert (xconv->xlfn_map, in xlsx_conventions_new()
682 g_hash_table_insert (xconv->xlfn_handler_map, in xlsx_conventions_new()
694 g_hash_table_destroy (xconv->extern_id_by_wb); in xlsx_conventions_free()
695 g_hash_table_destroy (xconv->extern_wb_by_id); in xlsx_conventions_free()
696 g_hash_table_destroy (xconv->xlfn_map); in xlsx_conventions_free()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Dmyutil.cpp38 TYPCONV xconv = GetTypeConv(); in MYSQLtoPLG() local
62 switch (xconv) { in MYSQLtoPLG()
97 } else if (type == TYPE_ERROR && xconv == TPC_SKIP) in MYSQLtoPLG()
182 int type, xconv = GetTypeConv(); in MYSQLtoPLG() local
228 switch (xconv) { in MYSQLtoPLG()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Dmyutil.cpp38 TYPCONV xconv = GetTypeConv(); in MYSQLtoPLG() local
62 switch (xconv) { in MYSQLtoPLG()
97 } else if (type == TYPE_ERROR && xconv == TPC_SKIP) in MYSQLtoPLG()
182 int type, xconv = GetTypeConv(); in MYSQLtoPLG() local
228 switch (xconv) { in MYSQLtoPLG()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/
H A Dmyutil.cpp38 TYPCONV xconv = GetTypeConv();
62 switch (xconv) {
97 } else if (type == TYPE_ERROR && xconv == TPC_SKIP)
182 int type, xconv = GetTypeConv();
228 switch (xconv) {
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/
H A Dmyutil.cpp38 TYPCONV xconv = GetTypeConv(); in MYSQLtoPLG() local
62 switch (xconv) { in MYSQLtoPLG()
96 } else if (type == TYPE_ERROR && xconv == TPC_SKIP) in MYSQLtoPLG()
181 int type, xconv = GetTypeConv(); in MYSQLtoPLG() local
227 switch (xconv) { in MYSQLtoPLG()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/
H A Dmyutil.cpp38 TYPCONV xconv = GetTypeConv(); in MYSQLtoPLG() local
62 switch (xconv) { in MYSQLtoPLG()
96 } else if (type == TYPE_ERROR && xconv == TPC_SKIP) in MYSQLtoPLG()
181 int type, xconv = GetTypeConv(); in MYSQLtoPLG() local
227 switch (xconv) { in MYSQLtoPLG()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/
H A Dmyutil.cpp38 TYPCONV xconv = GetTypeConv(); in MYSQLtoPLG() local
62 switch (xconv) { in MYSQLtoPLG()
97 } else if (type == TYPE_ERROR && xconv == TPC_SKIP) in MYSQLtoPLG()
182 int type, xconv = GetTypeConv(); in MYSQLtoPLG() local
228 switch (xconv) { in MYSQLtoPLG()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/pic/
H A Dpltroff.c36 double xconv(double), yconv(double), xsc(double), ysc(double);
67 xconv(xmin), yconv(ymin), xconv(xmax), yconv(ymax)); in openpl()
70 printf(".PS %.3fi %.3fi %s", yconv(ymin), xconv(xmax), s); in openpl()
84 double xconv(double x) /* convert x from external to internal form */ in xconv() function
117 hgoto(xconv(x)); in move()
282 h1 = xconv(x); in cont()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/pic/
H A Dpltroff.c48 double xconv(double), yconv(double), xsc(double), ysc(double);
79 xconv(xmin), yconv(ymin), xconv(xmax), yconv(ymax)); in openpl()
82 printf(".PS %.3fi %.3fi %s", yconv(ymin), xconv(xmax), s); in openpl()
96 double xconv(double x) /* convert x from external to internal form */ in xconv() function
130 hgoto(xconv(x)); in move()
303 h1 = xconv(x); in cont()
/dports/print/pic2fig/pic2fig/
H A Dplfig.c76 if (xconv(xmax) >= 32768 || yconv(ymax) >= 32768) { /* internal tro in openpl()
92 hgoto(xconv(x));
280 h1 = xconv(x1);
329 h1 = xconv(x);
342 fig_circle((float) xconv(x), (float) yconv(y), (float) xsc(r));
374 fig_ellipse((float) xconv(x), (float) yconv(y), (float) xsc(r1),
397 fig_arc((float) xconv(x), (float) yconv(y), r, r, start, stop);
418 xconv(x) /* convert x from external to internal form */ in xconv() function
H A Dplfig.c,v100 if (xconv(xmax) >= 32768 || yconv(ymax) >= 32768) { /* internal tro
116 hgoto(xconv(x));
253 h1 = xconv(x1);
302 h1 = xconv(x);
315 fig_circle((float) xconv(x), (float) yconv(y), (float) xsc(r));
347 fig_ellipse((float) xconv(x), (float) yconv(y), (float) xsc(r1),
370 fig_arc((float) xconv(x), (float) yconv(y), r, r, start, stop);
391 xconv(x) /* convert x from external to internal form */
/dports/security/xinetd/xinetd-2.3.15/
H A DMakefile.in80 $(INSTALL_CMD) -m 755 $(SRCDIR)/xinetd/xconv.pl $(prefix)/bin/xconv
84 $(INSTALL_CMD) -m 644 $(SRCDIR)/xinetd/xconv.pl.8 $(MANDIR)/man8/xconv.8
92 rm -f $(DAEMONDIR)/xconv.pl
H A DINSTALL5 xinetd/xconv.pl < /etc/inetd.conf > /tmp/xinetd.conf
23 xconv.pl is a perl script that will convert your old inetd.conf file to
H A DREADME110 I have made a quick perl script (xconv.pl) to replace itox. xconv.pl
/dports/databases/grass7/grass-7.8.6/vector/v.to.rast/
H A Ddense_line.c10 double xconv, yconv; member
20 #define X(e) (st->left + st->xconv * ((e) - st->window.west))
23 #define EAST(x) (st->window.west + ((x)-st->left)/st->xconv)
60 st->xconv = (st->right - st->left) / (st->window.east - st->window.west); in setup_plot()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/test/
H A DtestConvolutionFunction.cc67 ConvolveMirroredForegroundInX<RealPixel> xconv(&image, &xkernel); in TEST() local
68 ParallelForEachVoxel(image.GetImageAttributes(), image, output, xconv); in TEST()
/dports/databases/grass7/grass-7.8.6/lib/gis/
H A Dplot.c52 double xconv, yconv; member
104 st->xconv = (st->right - st->left) / (st->window.east - st->window.west); in G_setup_plot()
140 #define X(e) (st->left + st->xconv * ((e) - st->window.west))
143 #define EAST(x) (st->window.west + ((x)-st->left)/st->xconv)
785 incr = fabs(1.0 / st->xconv); in G_plot_fx()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/librender/cairo/
H A DRenderer_cairo.cpp596 double xconv = x; in pixel_to_world() local
599 cairo_matrix_transform_point(&inv_stage, &xconv, &yconv); in pixel_to_world()
600 return point(xconv, yconv); in pixel_to_world()
890 double xconv = 1.0; in apply_line_style() local
893 cairo_matrix_transform_distance(&inv_stage, &xconv, &yconv); in apply_line_style()
895 cairo_set_line_width(_cr, xconv); in apply_line_style()
/dports/shells/es/es-0.9-beta1/
H A Dprint.c154 static Boolean xconv(Format *format) { in xconv() function
187 fmttab['x'] = xconv; in inittab()
/dports/shells/rc/rc-1.7.4/
H A Dprint.c166 static bool xconv(Format *format, int ignore) { in xconv() function
198 fmttab['x'] = xconv; in inittab()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/lucia/
H A Dlucia_occ.F68 xconv = 1.0d-20
92 call expt_ref2(luref,lurst,lusc1,lusc2,lusc3,xconv,mx_term,
129 call expt_ref2(lusc1,lulst,lusc2,lusc3,lusc4,xconv,mx_term,
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/lucia/
H A Dlucia_occ.F68 xconv = 1.0d-20
92 call expt_ref2(luref,lurst,lusc1,lusc2,lusc3,xconv,mx_term,
129 call expt_ref2(lusc1,lulst,lusc2,lusc3,lusc4,xconv,mx_term,

12