Home
last modified time | relevance | path

Searched refs:ax3 (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/dports/cad/opencascade/opencascade-7.6.0/src/IntSurf/
H A DIntSurf_Quadric.cxx38 ax3direc = ax3.Direct(); in IntSurf_Quadric()
44 ax3(C.Position()),lin(ax3.Axis()),typ(GeomAbs_Cylinder) in IntSurf_Quadric()
47 ax3direc=ax3.Direct(); in IntSurf_Quadric()
53 ax3(S.Position()),lin(ax3.Axis()),typ(GeomAbs_Sphere) in IntSurf_Quadric()
56 ax3direc = ax3.Direct(); in IntSurf_Quadric()
64 ax3direc = ax3.Direct(); in IntSurf_Quadric()
87 ax3 = P.Position(); in SetValue()
95 ax3 = C.Position(); in SetValue()
105 ax3 = S.Position(); in SetValue()
115 ax3 = C.Position(); in SetValue()
[all …]
/dports/math/py-matplotlib-scalebar/matplotlib-scalebar-0.8.1/doc/
H A Dnomenclature.py6 fig, (ax1, ax2, ax3) = plt.subplots(1, 3, figsize=(16, 4))
8 for ax in [ax1, ax2, ax3]:
92 ax3.add_patch(patch)
96 ax3.add_patch(patch)
97 ax3.annotate(
105 ax3.annotate(
117 ax3.add_patch(patch)
118 ax3.annotate(
130 ax3.add_patch(patch)
131 ax3.annotate(
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/ticks_and_spines/
H A Dscalarformatter.py22 fig, [[ax1, ax2], [ax3, ax4]] = plt.subplots(2, 2, figsize=(6, 6))
35 ax3.plot(-x * 1e5 - 1e10, -x * 1e-5 - 1e-10)
36 ax3.xaxis.set_major_formatter(ScalarFormatter())
37 ax3.yaxis.set_major_formatter(ScalarFormatter())
49 fig, [[ax1, ax2], [ax3, ax4]] = plt.subplots(2, 2, figsize=(6, 6))
62 ax3.plot(-x * 1e5 - 1e10, -x * 1e-5 - 1e-10)
63 ax3.xaxis.set_major_formatter(ScalarFormatter(useOffset=False))
64 ax3.yaxis.set_major_formatter(ScalarFormatter(useOffset=False))
89 ax3.plot(-x * 1e5 - 1e10, -x * 1e-5 - 1e-10)
90 ax3.xaxis.set_major_formatter(ScalarFormatter(useMathText=True))
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/ticks_and_spines/
H A Dscalarformatter.py22 fig, [[ax1, ax2], [ax3, ax4]] = plt.subplots(2, 2, figsize=(6, 6))
35 ax3.plot(-x * 1e5 - 1e10, -x * 1e-5 - 1e-10)
36 ax3.xaxis.set_major_formatter(ScalarFormatter())
37 ax3.yaxis.set_major_formatter(ScalarFormatter())
49 fig, [[ax1, ax2], [ax3, ax4]] = plt.subplots(2, 2, figsize=(6, 6))
62 ax3.plot(-x * 1e5 - 1e10, -x * 1e-5 - 1e-10)
63 ax3.xaxis.set_major_formatter(ScalarFormatter(useOffset=False))
64 ax3.yaxis.set_major_formatter(ScalarFormatter(useOffset=False))
89 ax3.plot(-x * 1e5 - 1e10, -x * 1e-5 - 1e-10)
90 ax3.xaxis.set_major_formatter(ScalarFormatter(useMathText=True))
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-58.c48 static struct Ax ax3 = { 3, { 3, 2, 1, 0 } }; variable
73 sink (strlen (ax3.a - 2)); // { dg-warning "\\\[-Warray-bounds" } in fax_static()
74 sink (strlen (ax3.a - 1)); // { dg-warning "\\\[-Warray-bounds" "pr93514" { xfail *-*-* } } in fax_static()
75 sink (strlen (ax3.a)); in fax_static()
76 sink (strlen (ax3.a + 1)); in fax_static()
77 sink (strlen (ax3.a + 2)); in fax_static()
78 sink (strlen (ax3.a + 3)); in fax_static()
79 sink (strlen (ax3.a + 4)); // { dg-warning "\\\[-Warray-bounds" "pr93514" { xfail *-*-* } } in fax_static()
80 sink (strlen (ax3.a + 5)); // { dg-warning "\\\[-Warray-bounds" } in fax_static()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-58.c48 static struct Ax ax3 = { 3, { 3, 2, 1, 0 } }; variable
73 sink (strlen (ax3.a - 2)); // { dg-warning "\\\[-Warray-bounds" } in fax_static()
74 sink (strlen (ax3.a - 1)); // { dg-warning "\\\[-Warray-bounds" "pr93514" { xfail *-*-* } } in fax_static()
75 sink (strlen (ax3.a)); in fax_static()
76 sink (strlen (ax3.a + 1)); in fax_static()
77 sink (strlen (ax3.a + 2)); in fax_static()
78 sink (strlen (ax3.a + 3)); in fax_static()
79 sink (strlen (ax3.a + 4)); // { dg-warning "\\\[-Warray-bounds" "pr93514" { xfail *-*-* } } in fax_static()
80 sink (strlen (ax3.a + 5)); // { dg-warning "\\\[-Warray-bounds" } in fax_static()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-58.c48 static struct Ax ax3 = { 3, { 3, 2, 1, 0 } }; variable
73 sink (strlen (ax3.a - 2)); // { dg-warning "\\\[-Warray-bounds" } in fax_static()
74 sink (strlen (ax3.a - 1)); // { dg-warning "\\\[-Warray-bounds" "pr93514" { xfail *-*-* } } in fax_static()
75 sink (strlen (ax3.a)); in fax_static()
76 sink (strlen (ax3.a + 1)); in fax_static()
77 sink (strlen (ax3.a + 2)); in fax_static()
78 sink (strlen (ax3.a + 3)); in fax_static()
79 sink (strlen (ax3.a + 4)); // valid just-past-the-end offset in fax_static()
80 sink (strlen (ax3.a + 5)); // { dg-warning "\\\[-Warray-bounds|-Wstringop-overread" } in fax_static()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWarray-bounds-58.c48 static struct Ax ax3 = { 3, { 3, 2, 1, 0 } }; variable
73 sink (strlen (ax3.a - 2)); // { dg-warning "\\\[-Warray-bounds" } in fax_static()
74 sink (strlen (ax3.a - 1)); // { dg-warning "\\\[-Warray-bounds" "pr93514" { xfail *-*-* } } in fax_static()
75 sink (strlen (ax3.a)); in fax_static()
76 sink (strlen (ax3.a + 1)); in fax_static()
77 sink (strlen (ax3.a + 2)); in fax_static()
78 sink (strlen (ax3.a + 3)); in fax_static()
79 sink (strlen (ax3.a + 4)); // valid just-past-the-end offset in fax_static()
80 sink (strlen (ax3.a + 5)); // { dg-warning "\\\[-Warray-bounds|-Wstringop-overread" } in fax_static()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A DWarray-bounds-58.c48 static struct Ax ax3 = { 3, { 3, 2, 1, 0 } }; variable
73 sink (strlen (ax3.a - 2)); // { dg-warning "\\\[-Warray-bounds" } in fax_static()
74 sink (strlen (ax3.a - 1)); // { dg-warning "\\\[-Warray-bounds" "pr93514" { xfail *-*-* } } in fax_static()
75 sink (strlen (ax3.a)); in fax_static()
76 sink (strlen (ax3.a + 1)); in fax_static()
77 sink (strlen (ax3.a + 2)); in fax_static()
78 sink (strlen (ax3.a + 3)); in fax_static()
79 sink (strlen (ax3.a + 4)); // valid just-past-the-end offset in fax_static()
80 sink (strlen (ax3.a + 5)); // { dg-warning "\\\[-Warray-bounds|-Wstringop-overread" } in fax_static()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A DWarray-bounds-58.c48 static struct Ax ax3 = { 3, { 3, 2, 1, 0 } }; variable
73 sink (strlen (ax3.a - 2)); // { dg-warning "\\\[-Warray-bounds" } in fax_static()
74 sink (strlen (ax3.a - 1)); // { dg-warning "\\\[-Warray-bounds" "pr93514" { xfail *-*-* } } in fax_static()
75 sink (strlen (ax3.a)); in fax_static()
76 sink (strlen (ax3.a + 1)); in fax_static()
77 sink (strlen (ax3.a + 2)); in fax_static()
78 sink (strlen (ax3.a + 3)); in fax_static()
79 sink (strlen (ax3.a + 4)); // { dg-warning "\\\[-Warray-bounds" "pr93514" { xfail *-*-* } } in fax_static()
80 sink (strlen (ax3.a + 5)); // { dg-warning "\\\[-Warray-bounds" } in fax_static()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A DWarray-bounds-58.c48 static struct Ax ax3 = { 3, { 3, 2, 1, 0 } }; variable
73 sink (strlen (ax3.a - 2)); // { dg-warning "\\\[-Warray-bounds" } in fax_static()
74 sink (strlen (ax3.a - 1)); // { dg-warning "\\\[-Warray-bounds" "pr93514" { xfail *-*-* } } in fax_static()
75 sink (strlen (ax3.a)); in fax_static()
76 sink (strlen (ax3.a + 1)); in fax_static()
77 sink (strlen (ax3.a + 2)); in fax_static()
78 sink (strlen (ax3.a + 3)); in fax_static()
79 sink (strlen (ax3.a + 4)); // valid just-past-the-end offset in fax_static()
80 sink (strlen (ax3.a + 5)); // { dg-warning "\\\[-Warray-bounds|-Wstringop-overread" } in fax_static()
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/ticks_and_spines/
H A Dscalarformatter.py23 fig, [[ax1, ax2], [ax3, ax4]] = plt.subplots(2, 2, figsize=(6, 6))
32 ax3.plot(-x * 1e5 - 1e10, -x * 1e-5 - 1e-10)
42 fig, [[ax1, ax2], [ax3, ax4]] = plt.subplots(2, 2, figsize=(6, 6))
53 ax3.plot(-x * 1e5 - 1e10, -x * 1e-5 - 1e-10)
54 ax3.ticklabel_format(useOffset=False)
65 fig, [[ax1, ax2], [ax3, ax4]] = plt.subplots(2, 2, figsize=(6, 6))
76 ax3.plot(-x * 1e5 - 1e10, -x * 1e-5 - 1e-10)
77 ax3.ticklabel_format(useMathText=True)
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/registration/
H A Dplot_register_translation.py39 ax3 = plt.subplot(1, 3, 3) variable
53 ax3.imshow(cc_image.real)
54 ax3.set_axis_off()
55 ax3.set_title("Cross-correlation")
68 ax3 = plt.subplot(1, 3, 3) variable
82 ax3.imshow(cc_image.real)
83 ax3.set_axis_off()
84 ax3.set_title("Supersampled XC sub-area")
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_pyplot.py171 ax3 = plt.subplot(121)
173 assert ax1 is ax3
209 ax3 = plt.subplot(1, 2, 1, projection='polar')
214 assert ax3 is not ax
215 assert ax3 is ax4
219 assert ax3 in fig.axes
223 assert ax3.name == 'polar'
231 assert ax1 is not ax3
286 assert ax3 is plt.gca()
287 assert ax3 is not ax2
[all …]
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/boost-test/
H A DtraceCompositeTests.cpp135 ax3 <<= x3; in BOOST_AUTO_TEST_CASE()
189 ax3 <<= x3; in BOOST_AUTO_TEST_CASE()
240 ax3 <<= x3; in BOOST_AUTO_TEST_CASE()
295 ax3 <<= x3; in BOOST_AUTO_TEST_CASE()
661 ax1 = exp(ax1 + exp(ax2 + ax3))*pow(ax1 + ax2, ax3); in BOOST_AUTO_TEST_CASE()
1021 ax1 = fmax(ax1*pow(ax3, 2), ax2*pow(ax3, 2))*exp(ax3); in BOOST_AUTO_TEST_CASE()
1074 ax1 = fmax(ax1*pow(ax3, 2), ax2*pow(ax3, 2))*exp(ax3); in BOOST_AUTO_TEST_CASE()
1124 ax1 = fmin(ax1*pow(ax3, 2), ax2*pow(ax3, 2))*exp(ax3); in BOOST_AUTO_TEST_CASE()
1177 ax1 = fmin(ax1*pow(ax3, 2), ax2*pow(ax3, 2))*exp(ax3); in BOOST_AUTO_TEST_CASE()
1524 ay1 = sqrt(ax1*ax1 + ax2*ax2 + ax3*ax3); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/filters/
H A Dplot_phase_unwrap.py30 ax1, ax2, ax3, ax4 = ax.ravel() variable
39 fig.colorbar(ax3.imshow(image_unwrapped, cmap='gray'), ax=ax3)
40 ax3.set_title('After phase unwrapping')
67 ax1, ax2, ax3, ax4 = ax.ravel() variable
76 fig.colorbar(ax3.imshow(image_unwrapped_no_wrap_around, cmap='rainbow'),
77 ax=ax3)
78 ax3.set_title('Unwrapped without wrap_around')
/dports/science/py-dipy/dipy-1.4.1/doc/examples/
H A Dreconst_mapmri.py183 ax3 = fig.add_subplot(1, 3, 3, title=r'RTOP - Both') variable
184 ax3.set_axis_off()
188 divider = make_axes_locatable(ax3)
219 ax3 = fig.add_subplot(1, 3, 3, title=r'Laplacian norm - Both') variable
220 ax3.set_axis_off()
225 divider = make_axes_locatable(ax3)
259 ax3 = fig.add_subplot(1, 5, 3, title=r'RTOP') variable
260 ax3.set_axis_off()
346 ax3 = fig.add_subplot(1, 3, 3, title=r'NG parallel') variable
347 ax3.set_axis_off()
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/subplots_axes_and_figures/
H A Ddemo_tight_layout.py31 fig, ((ax1, ax2), (ax3, ax4)) = plt.subplots(nrows=2, ncols=2)
34 example_plot(ax3)
66 ax3 = plt.subplot(122) variable
70 example_plot(ax3)
80 ax3 = plt.subplot2grid((3, 3), (1, 0), colspan=2, rowspan=2) variable
85 example_plot(ax3)
101 ax3 = fig.add_subplot(gs1[2]) variable
105 example_plot(ax3)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/subplots_axes_and_figures/
H A Ddemo_tight_layout.py31 fig, ((ax1, ax2), (ax3, ax4)) = plt.subplots(nrows=2, ncols=2)
34 example_plot(ax3)
66 ax3 = plt.subplot(122) variable
70 example_plot(ax3)
80 ax3 = plt.subplot2grid((3, 3), (1, 0), colspan=2, rowspan=2) variable
85 example_plot(ax3)
101 ax3 = fig.add_subplot(gs1[2]) variable
105 example_plot(ax3)
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/subplots_axes_and_figures/
H A Ddemo_tight_layout.py38 fig, ((ax1, ax2), (ax3, ax4)) = plt.subplots(nrows=2, ncols=2)
41 example_plot(ax3)
72 ax3 = plt.subplot(122) variable
76 example_plot(ax3)
86 ax3 = plt.subplot2grid((3, 3), (1, 0), colspan=2, rowspan=2) variable
91 example_plot(ax3)
105 ax3 = fig.add_subplot(gs1[2]) variable
109 example_plot(ax3)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/shapes_and_collections/
H A Dhatch_demo.py12 fig, (ax1, ax2, ax3) = plt.subplots(3)
28 ax3.fill([1, 3, 3, 1], [1, 1, 2, 2], fill=False, hatch='\\')
29 ax3.add_patch(Ellipse((4, 1.5), 4, 0.5, fill=False, hatch='*'))
30 ax3.add_patch(Polygon([[0, 0], [4, 1.1], [6, 2.5], [2, 1.4]], closed=True,
32 ax3.set_xlim((0, 6))
33 ax3.set_ylim((0, 2.5))
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/shapes_and_collections/
H A Dhatch_demo.py12 fig, (ax1, ax2, ax3) = plt.subplots(3)
28 ax3.fill([1, 3, 3, 1], [1, 1, 2, 2], fill=False, hatch='\\')
29 ax3.add_patch(Ellipse((4, 1.5), 4, 0.5, fill=False, hatch='*'))
30 ax3.add_patch(Polygon([[0, 0], [4, 1.1], [6, 2.5], [2, 1.4]], closed=True,
32 ax3.set_xlim((0, 6))
33 ax3.set_ylim((0, 2.5))
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/features_detection/
H A Dplot_template.py39 ax3 = plt.subplot(1, 3, 3, sharex=ax2, sharey=ax2) variable
53 ax3.imshow(result)
54 ax3.set_axis_off()
55 ax3.set_title('`match_template`\nresult')
57 ax3.autoscale(False)
58 ax3.plot(x, y, 'o', markeredgecolor='r', markerfacecolor='none', markersize=10)
/dports/math/py-matplotlib/matplotlib-3.4.3/tutorials/intermediate/
H A Dtight_layout_guide.py68 fig, ((ax1, ax2), (ax3, ax4)) = plt.subplots(nrows=2, ncols=2)
71 example_plot(ax3)
78 fig, ((ax1, ax2), (ax3, ax4)) = plt.subplots(nrows=2, ncols=2)
81 example_plot(ax3)
91 fig, ((ax1, ax2), (ax3, ax4)) = plt.subplots(nrows=2, ncols=2)
94 example_plot(ax3)
109 ax3 = plt.subplot(122) variable
113 example_plot(ax3)
127 ax3 = plt.subplot2grid((3, 3), (1, 0), colspan=2, rowspan=2) variable
132 example_plot(ax3)
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/misc/
H A Drasterization_demo.py47 fig, ((ax1, ax2), (ax3, ax4)) = plt.subplots(2, 2, constrained_layout=True)
60 ax3.set_aspect(1)
61 ax3.pcolormesh(xx, yy, d)
62 ax3.text(0.5, 0.5, "Text", alpha=0.2,
63 va="center", ha="center", size=50, transform=ax3.transAxes)
64 ax3.set_title("No Rasterization")

12345678910>>...16