Home
last modified time | relevance | path

Searched refs:plot (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libc/AOR_v20.02/math/tools/
H A Dplot.py43 def plot(xs, gs, ys, es): function
53 ax0.plot(xs,es,'r.')
55 ax1.plot(xs,ys,'r.',label='want')
56 ax1.plot(xs,gs,'b.',label='got')
62 plot(xs, gs, ys, es)
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-locstats.rst41 .. option:: --draw-plot
49 a plot showing the difference (requires matplotlib)
93 Generate a plot as an image file.
97 llvm-locstats --draw-plot file1.out
99 .. image:: locstats-draw-plot.png
105 Generate a plot as an image file showing the difference in the debug location
/llvm-project-15.0.7/openmp/runtime/tools/
H A DsummarizeStats.py59 def plot(self, *args, **kwargs): member in radar_factory.RadarAxes
61 lines = super(RadarAxes, self).plot(*args, **kwargs)
164 data["Mean"].plot(kind="bar", logy=True, grid=True, colormap="GnBu",
200 params['ax'].plot(params['theta'], tmp_log, color='b', label=filebase+"_"+kind+"_log")
201 params['ax'].plot(params['theta'], tmp_lin, color='r', label=filebase+"_"+kind+"_linear")
/llvm-project-15.0.7/llvm/utils/
H A Dllvm-mca-compare.py96 if opts.plot_path[0] != "-" and not opts.plot and not opts.plot_resource_pressure:
559 if not opts.plot and not opts.plot_resource_pressure:
562 if opts.plot:
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl06.rst566 very useful function by itself, but if you plot its value over a
573 # Compute and plot the mandelbrot set with the specified 2 dimensional range
725 used to plot things that are!
/llvm-project-15.0.7/lldb/examples/python/
H A Dgdbremote.py1348 plt.plot(adj_times, 'o-')
1554 if options and options.plot: