Home
last modified time | relevance | path

Searched refs:path_print (Results 1 – 7 of 7) sorted by relevance

/dports/math/py-numpy/numpy-1.20.3/numpy/core/
H A Deinsumfunc.py969 path_print += " Naive scaling: %d\n" % len(indices)
970 path_print += " Optimized scaling: %d\n" % max(scale_list)
971 path_print += " Naive FLOP count: %.3e\n" % naive_cost
972 path_print += " Optimized FLOP count: %.3e\n" % opt_cost
973 path_print += " Theoretical speedup: %3.3f\n" % speedup
974 path_print += " Largest intermediate: %.3e elements\n" % max_i
975 path_print += "-" * 74 + "\n"
976 path_print += "%6s %24s %40s\n" % header
977 path_print += "-" * 74
983 path_print += "\n%4d %24s %40s" % path_run
[all …]
/dports/math/py-opt-einsum/opt_einsum-3.3.0/opt_einsum/
H A Dcontract.py50 path_print = [
69 path_print.append("\n{:>4} {:>14} {:>22} {:>{}}".format(*path_run))
71 return "".join(path_print)
327path_print = PathInfo(contraction_list, input_subscripts, output_subscript, indices, path, scale_l…
330 return path, path_print
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/depslib/src/
H A Dpathsplit.h35 extern void path_print(PATHSPLIT *f);
H A Dmain.c19 path_print(&f);
H A Dpathsplit.c37 void path_print(PATHSPLIT *f) in path_print() function
/dports/print/abcm2ps/abcm2ps-8.13.23/
H A Dsvg.c1441 static void path_print(char *fmt, ...) in path_print() function
1468 path_print("<path d=\"m%.2f %.2f\n", in path_def()
1960 path_print("\n\t%c%.2f %.2f", in ps_exec()
2199 path_print("\tz"); in ps_exec()
2993 path_print("\tv%.2f\n", gcur.cy - y); in ps_exec()
2997 path_print("\tl%.2f %.2f\n", in ps_exec()
3085 path_print("\tM%.2f %.2f\n", in ps_exec()
3386 path_print("\tv%.2f\n", -y); in ps_exec()
3388 path_print("\th%.2f\n", x); in ps_exec()
3390 path_print("\tl%.2f %.2f\n", x, -y); in ps_exec()
[all …]
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Dgraphcut.c270 static void path_print(path_t*path) in path_print() function
590 DBG path_print(path); in graph_maxflow()