Home
last modified time | relevance | path

Searched refs:ax0 (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/compose/
H A Dplot_transformed_target.py63 ax0.set_xlim([0, 2000])
65 ax0.set_xlabel("Target")
96 ax0.text(
102 ax0.set_xlim([0, 2000])
103 ax0.set_ylim([0, 2000])
157 ax0.set_xlabel("Target")
190 ax0[0].text(
197 ax0[0].text(
203 ax0[0].set_xlim([0, 7e5])
223 ax0[1].text(
[all …]
/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/mvec/
H A D__vrsqrtf.c242 int ax0, n_n; in __vrsqrtf() local
251 ax0 = *(int*)px; in __vrsqrtf()
309 ax0 = *(int*)px; in __vrsqrtf()
317 ax0 = *(int*)px; in __vrsqrtf()
378 iexp0 = ax0 >> 24; in __vrsqrtf()
419 ax0 = *(int*)px; in __vrsqrtf_n()
428 iexp0 = ax0 >> 24; in __vrsqrtf_n()
452 iax0 = ax0 - iax0; in __vrsqrtf_n()
479 ax0 = *(int*)px; in __vrsqrtf_n()
482 iexp0 = ax0 >> 24; in __vrsqrtf_n()
[all …]
H A D__vpowf.c491 ax0 = 0; in __vpowf()
504 *((float*) &ax0) = (float) (int)ax0; in __vpowf()
534 ax0 &= 0x007fffff; in __vpowf()
537 i0 = ax0 - i0; in __vpowf()
573 unsigned ax0; in __vpowf_n() local
586 ax0 = ((int*)px)[0]; in __vpowf_n()
595 ax0 &= 0x007fffff; in __vpowf_n()
604 i0 = ax0 - i0; in __vpowf_n()
665 ax0 &= 0x007fffff; in __vpowf_n()
668 i0 = ax0 - i0; in __vpowf_n()
[all …]
/dports/science/py-scikit-fuzzy/scikit-fuzzy-0.4.2/docs/examples/
H A Dplot_tipping_problem.py59 fig, (ax0, ax1, ax2) = plt.subplots(nrows=3, figsize=(8, 9))
61 ax0.plot(x_qual, qual_lo, 'b', linewidth=1.5, label='Bad')
64 ax0.set_title('Food quality')
65 ax0.legend()
80 for ax in (ax0, ax1, ax2):
144 fig, ax0 = plt.subplots(figsize=(8, 3)) variable
152 ax0.set_title('Output membership activity')
155 for ax in (ax0,):
192 fig, ax0 = plt.subplots(figsize=(8, 3)) variable
199 ax0.set_title('Aggregated membership and result (line)')
[all …]
/dports/science/py-scikit-fuzzy/scikit-fuzzy-0.4.2/docs/source/auto_examples/
H A Dplot_tipping_problem.py59 fig, (ax0, ax1, ax2) = plt.subplots(nrows=3, figsize=(8, 9))
61 ax0.plot(x_qual, qual_lo, 'b', linewidth=1.5, label='Bad')
64 ax0.set_title('Food quality')
65 ax0.legend()
80 for ax in (ax0, ax1, ax2):
144 fig, ax0 = plt.subplots(figsize=(8, 3)) variable
152 ax0.set_title('Output membership activity')
155 for ax in (ax0,):
192 fig, ax0 = plt.subplots(figsize=(8, 3)) variable
199 ax0.set_title('Aggregated membership and result (line)')
[all …]
/dports/science/teem/teem-1.11.0-src/src/moss/
H A Dxform.c166 ax0 = MOSS_AXIS0(nin); in mossLinearTransform()
172 ax0+0, ax0+1); in mossLinearTransform()
182 nout->axis[ax0+0].center = _mossCenter(nin->axis[ax0+0].center); in mossLinearTransform()
183 xCent = nout->axis[ax0+0].center; in mossLinearTransform()
185 nout->axis[ax0+1].center = _mossCenter(nin->axis[ax0+1].center); in mossLinearTransform()
187 nout->axis[ax0+0].min = xMin; in mossLinearTransform()
188 nout->axis[ax0+0].max = xMax; in mossLinearTransform()
189 nout->axis[ax0+1].min = yMin; in mossLinearTransform()
190 nout->axis[ax0+1].max = yMax; in mossLinearTransform()
210 xInPos = NRRD_IDX(xCent, nin->axis[ax0+0].min, nin->axis[ax0+0].max, in mossLinearTransform()
[all …]
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/color_exposure/
H A Dplot_rgb_to_hsv.py35 fig, (ax0, ax1, ax2) = plt.subplots(ncols=3, figsize=(8, 2))
37 ax0.imshow(rgb_img)
38 ax0.set_title("RGB image")
39 ax0.axis('off')
56 fig, (ax0, ax1) = plt.subplots(ncols=2, figsize=(8, 3))
58 ax0.hist(hue_img.ravel(), 512)
61 ax0.set_xbound(0, 0.12)
72 fig, ax0 = plt.subplots(figsize=(4, 3)) variable
77 ax0.imshow(binary_img)
78 ax0.set_title("Hue and value thresholded image")
[all …]
H A Dplot_regional_maxima.py38 fig, (ax0, ax1, ax2) = plt.subplots(nrows=1,
44 ax0.imshow(image, cmap='gray')
45 ax0.set_title('original image')
46 ax0.axis('off')
81 ax0.plot(mask[yslice], '0.5', label='mask')
82 ax0.plot(seed[yslice], 'k', label='seed')
83 ax0.plot(dilated[yslice], 'r', label='dilated')
84 ax0.set_ylim(-0.2, 2)
85 ax0.set_title('image slice')
86 ax0.set_xticks([])
[all …]
/dports/misc/xiphos/xiphos-4.2.1/win32/extras/festival/lib/dicts/cmu/
H A Dcmu_lts_rules.scm1273 ((ax0))
1323 ((ax0))
1376 ((ax0))
1378 ((ax0))
2246 ((ax0))
2258 ((ax0))
2260 ((ax0))
2274 ((ax0))
2964 ((ax0))
36900 ((ax0))
[all …]
/dports/science/teem/teem-1.11.0-src/src/bin/
H A Dilk.c144 ax0 = MOSS_AXIS0(nin); in main()
145 if (!( AIR_EXISTS(nin->axis[ax0+0].min) in main()
146 && AIR_EXISTS(nin->axis[ax0+0].max))) { in main()
147 nrrdAxisInfoMinMaxSet(nin, ax0+0, mossDefCenter); in main()
149 if (!( AIR_EXISTS(nin->axis[ax0+1].min) in main()
150 && AIR_EXISTS(nin->axis[ax0+1].max))) { in main()
151 nrrdAxisInfoMinMaxSet(nin, ax0+1, mossDefCenter); in main()
186 nin->axis[ax0+0].min, nin->axis[ax0+0].max); in main()
188 nin->axis[ax0+1].min, nin->axis[ax0+1].max); in main()
201 if (!AIR_EXISTS(nin->axis[ax0+0].min) || !AIR_EXISTS(nin->axis[ax0+0].max)) { in main()
[all …]
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/applications/
H A Dplot_image_comparison.py39 ax0 = fig.add_subplot(gs[0, 0]) variable
43 ax0.imshow(img1, cmap='gray')
44 ax0.set_title('Original')
49 for a in (ax0, ax1, ax2):
63 ax0 = fig.add_subplot(gs[0, 0]) variable
67 ax0.imshow(img1, cmap='gray')
68 ax0.set_title('Original')
73 for a in (ax0, ax1, ax2):
91 ax0.imshow(img1, cmap='gray')
92 ax0.set_title('Original')
[all …]
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DConditionalConstraint.cpp113 MultiplierIndex px0, vx0, ax0; in getContactMultiplierIndex() local
124 MultiplierIndex px0, vx0, ax0; in getContactMultiplierIndex() local
183 MultiplierIndex px0, vx0, ax0; in getContactMultiplierIndex() local
237 MultiplierIndex px0, vx0, ax0; in getContactMultiplierIndex() local
301 MultiplierIndex px0, vx0, ax0; in getContactMultiplierIndex() local
318 MultiplierIndex px0, vx0, ax0; in getFrictionMultiplierIndices() local
381 MultiplierIndex px0, vx0, ax0; in getContactMultiplierIndex() local
398 MultiplierIndex px0, vx0, ax0; in getFrictionMultiplierIndices() local
465 MultiplierIndex px0, vx0, ax0; in getContactMultiplierIndex() local
482 MultiplierIndex px0, vx0, ax0; in getFrictionMultiplierIndices() local
[all …]
/dports/games/torcs/torcs-1.3.7/src/drivers/human/
H A Dhuman.cpp451 tdble ax0; in common_drive() local
570 ax0 = ax0 * cmd[CMD_LEFTSTEER].pow; in common_drive()
583 if (ax0 == 0) { in common_drive()
586 ax0 = 2 * ax0 - 1; in common_drive()
618 ax0 = ax0 * cmd[CMD_RIGHTSTEER].pow; in common_drive()
631 if (ax0 == 0) { in common_drive()
634 ax0 = 2 * ax0 - 1; in common_drive()
665 ax0 = cmd[CMD_BRAKE].max; in common_drive()
669 ax0 = ax0 * cmd[CMD_BRAKE].pow; in common_drive()
709 ax0 = ax0 * cmd[CMD_CLUTCH].pow; in common_drive()
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/lines_bars_and_markers/
H A Dpsd_demo.py30 ax0.plot(t, s)
118 ax0.set_title('Periodogram')
119 ax0.set_yticks(yticks)
120 ax0.set_xticks(xticks)
121 ax0.grid(True)
122 ax0.set_ylim(yrange)
158 ax0.set_title('Periodogram')
159 ax0.set_yticks(yticks)
160 ax0.set_xticks(xticks)
161 ax0.grid(True)
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/text_labels_and_annotations/
H A Dmultiline.py10 fig, (ax0, ax1) = plt.subplots(ncols=2, figsize=(7, 4))
12 ax0.set_aspect(1)
13 ax0.plot(np.arange(10))
14 ax0.set_xlabel('this is a xlabel\n(with newlines!)')
15 ax0.set_ylabel('this is vertical\ntest', multialignment='center')
16 ax0.text(2, 7, 'this is\nyet another test',
22 ax0.grid()
H A Dengineering_formatter.py23 fig, (ax0, ax1) = plt.subplots(nrows=2, figsize=(7, 9.6))
24 for ax in (ax0, ax1):
28 ax0.set_title('Full unit ticklabels, w/ default precision & space separator')
30 ax0.xaxis.set_major_formatter(formatter0)
31 ax0.plot(xs, ys)
32 ax0.set_xlabel('Frequency')
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/filters/
H A Dplot_entropy.py47 fig, (ax0, ax1, ax2) = plt.subplots(nrows=1, ncols=3, figsize=(10, 4))
49 img0 = ax0.imshow(noise_mask, cmap='gray')
50 ax0.set_title("Object")
64 fig, (ax0, ax1) = plt.subplots(ncols=2, figsize=(12, 4),
67 img0 = ax0.imshow(image, cmap=plt.cm.gray)
68 ax0.set_title("Image")
69 ax0.axis("off")
70 fig.colorbar(img0, ax=ax0)
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/lines_bars_and_markers/
H A Dpsd_demo.py109 fig, (ax0, ax1) = plt.subplots(ncols=2)
118 ax0.set_title('Periodogram')
119 ax0.set_yticks(yticks)
120 ax0.set_xticks(xticks)
121 ax0.grid(True)
122 ax0.set_ylim(yrange)
159 ax0.set_title('Periodogram')
160 ax0.set_yticks(yticks)
161 ax0.set_xticks(xticks)
162 ax0.grid(True)
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/lines_bars_and_markers/
H A Dpsd_demo.py109 fig, (ax0, ax1) = plt.subplots(ncols=2)
118 ax0.set_title('Periodogram')
119 ax0.set_yticks(yticks)
120 ax0.set_xticks(xticks)
121 ax0.grid(True)
122 ax0.set_ylim(yrange)
159 ax0.set_title('Periodogram')
160 ax0.set_yticks(yticks)
161 ax0.set_xticks(xticks)
162 ax0.grid(True)
[all …]
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/qtaim/
H A Dqtaimwavefunctionevaluator.cpp115 qreal ax0 = ipow(xx0, m_xamom(p)); in molecularOrbital() local
121 qreal dg000 = ax0 * ay0 * az0 * b0; in molecularOrbital()
144 qreal ax0 = ipow(xx0, m_xamom(p)); in electronDensity() local
150 qreal dg000 = ax0 * ay0 * az0 * b0; in electronDensity()
231 qreal dg000 = ax0 * ay0 * az0 * b0; in gradientOfElectronDensity()
359 qreal dg000 = ax0 * ay0 * az0 * b0; in hessianOfElectronDensity()
514 qreal dg000 = ax0 * ay0 * az0 * b0; in gradientAndHessianOfElectronDensity()
683 qreal dg000 = ax0 * ay0 * az0 * b0; in laplacianOfElectronDensity()
865 qreal dg000 = ax0 * ay0 * az0 * b0; in gradientOfElectronDensityLaplacian()
1220 qreal dg031 = ax0 * b0 * in hessianOfElectronDensityLaplacian()
[all …]
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/qtaim/
H A Dqtaimwavefunctionevaluator.cpp115 qreal ax0 = ipow(xx0, m_xamom(p)); in molecularOrbital() local
121 qreal dg000 = ax0 * ay0 * az0 * b0; in molecularOrbital()
144 qreal ax0 = ipow(xx0, m_xamom(p)); in electronDensity() local
150 qreal dg000 = ax0 * ay0 * az0 * b0; in electronDensity()
231 qreal dg000 = ax0 * ay0 * az0 * b0; in gradientOfElectronDensity()
359 qreal dg000 = ax0 * ay0 * az0 * b0; in hessianOfElectronDensity()
514 qreal dg000 = ax0 * ay0 * az0 * b0; in gradientAndHessianOfElectronDensity()
683 qreal dg000 = ax0 * ay0 * az0 * b0; in laplacianOfElectronDensity()
865 qreal dg000 = ax0 * ay0 * az0 * b0; in gradientOfElectronDensityLaplacian()
1220 qreal dg031 = ax0 * b0 * in hessianOfElectronDensityLaplacian()
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/scales/
H A Dsymlog_demo.py16 fig, (ax0, ax1, ax2) = plt.subplots(nrows=3)
18 ax0.plot(x, y)
19 ax0.set_xscale('symlog')
20 ax0.set_ylabel('symlogx')
21 ax0.grid()
22 ax0.xaxis.grid(which='minor') # minor grid on too
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/text_labels_and_annotations/
H A Dengineering_formatter.py23 fig, (ax0, ax1) = plt.subplots(nrows=2, figsize=(7, 9.6))
24 for ax in (ax0, ax1):
28 ax0.set_title('Full unit ticklabels, w/ default precision & space separator')
30 ax0.xaxis.set_major_formatter(formatter0)
31 ax0.plot(xs, ys)
32 ax0.set_xlabel('Frequency')
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/text_labels_and_annotations/
H A Dengineering_formatter.py23 fig, (ax0, ax1) = plt.subplots(nrows=2, figsize=(7, 9.6))
24 for ax in (ax0, ax1):
28 ax0.set_title('Full unit ticklabels, w/ default precision & space separator')
30 ax0.xaxis.set_major_formatter(formatter0)
31 ax0.plot(xs, ys)
32 ax0.set_xlabel('Frequency')
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/miscellaneous/
H A Dplot_isotonic_regression.py56 fig, (ax0, ax1) = plt.subplots(ncols=2, figsize=(12, 6))
58 ax0.plot(x, y, "C0.", markersize=12)
59 ax0.plot(x, y_, "C1.-", markersize=12)
60 ax0.plot(x, lr.predict(x[:, np.newaxis]), "C2-")
61 ax0.add_collection(lc)
62 ax0.legend(("Training data", "Isotonic fit", "Linear fit"), loc="lower right")
63 ax0.set_title("Isotonic regression fit on noisy data (n=%d)" % n)

12345678910>>...13