Home
last modified time | relevance | path

Searched refs:Bc (Results 1 – 25 of 1609) sorted by relevance

12345678910>>...65

/dports/graphics/mahotas/mahotas-1.4.11/mahotas/
H A Dmorph.py78 Bc = np.asanyarray(Bc, A.dtype)
160 Bc = get_structuring_elem(A,Bc)
196 Bc = get_structuring_elem(A,Bc)
235 Bc = get_structuring_elem(f, Bc)
262 Bc = get_structuring_elem(f, Bc)
427 Bc = get_structuring_elem(f, Bc)
468 Bc = get_structuring_elem(f, Bc)
583 Bc = _remove_centre(Bc.copy())
614 Bc = _remove_centre(Bc.copy())
646 Bc = _remove_centre(Bc.copy())
[all …]
H A D_morph.cpp80 const unsigned N = Bc.size(); in neighbours()
233 PyArrayObject* Bc; in py_erode() local
285 PyArrayObject* Bc; in py_locminmax() local
356 PyArrayObject* Bc; in py_regminmax() local
427 PyArrayObject* Bc; in py_dilate() local
535 PyArrayObject* Bc; in py_close_holes() local
604 const npy_intp N2 = Bc.size(); in cwatershed()
691 PyArrayObject* Bc; in py_cwatershed() local
806 PyArrayObject* Bc; in py_distance_multi() local
852 const_iterator Bi = Bc.begin(); in hitmiss()
[all …]
H A Dconvolve.py157 if Bc is None:
158 Bc = np.ones((3,) * len(f.shape), f.dtype)
159 elif f.dtype != Bc.dtype:
160 Bc = Bc.astype(f.dtype)
161 if f.ndim != Bc.ndim:
163 rank = Bc.sum()//2
168 def mean_filter(f, Bc, mode='ignore', cval=0.0, out=None): argument
197 Bc = morph.get_structuring_elem(f, Bc)
200 return _convolve.mean_filter(f, Bc, out, mode2int[mode], cval)
234 Bc = morph.get_structuring_elem(f, Bc)
[all …]
H A Dlabeled.py32 def label(array, Bc=None, out=None, output=None): argument
61 Bc = get_structuring_elem(output, Bc)
62 nr_objects = _labeled.label(output, Bc)
262 def border(labeled, i, j, Bc=None, out=None, always_return=True, output=None): argument
290 Bc = get_structuring_elem(labeled, Bc)
293 return _labeled.border(labeled, Bc, output, i, j, bool(always_return))
295 def borders(labeled, Bc=None, out=None, output=None, mode='constant'): argument
319 Bc = get_structuring_elem(labeled, Bc)
322 return _labeled.borders(labeled, Bc, output, _checked_mode2int(mode, 0.0, 'borders'))
/dports/devel/m17n-db/m17n-db-1.8.0/FLT/
H A DLAOO-MULE.flt89 ((0x0EBC) Bc-Bc 0xDC))
93 ((0x0EB1) Bc-Bc 0xD1)
94 ((0x0EB4) Bc-Bc 0xD4)
95 ((0x0EB5) Bc-Bc 0xD5)
96 ((0x0EB6) Bc-Bc 0xD6)
97 ((0x0EB7) Bc-Bc 0xD7)
98 ((0x0EB8) Bc-Bc 0xD8)
99 ((0x0EB9) Bc-Bc 0xD9)
100 ((0x0EBB) Bc-Bc 0xDB)
101 ((0x0E47) Bc-Bc 0xE7)
[all …]
/dports/graphics/mahotas/mahotas-1.4.11/mahotas/tests/
H A Dtest_hitmiss.py5 def slow_hitmiss(A, Bc): argument
14 if Bc[dy+1, dx + 1] != 2 and Bc[dy+1, dx+1] != A[ny, nx]:
21 Bc = np.array([
25 mahotas.morph.hitmiss(A,Bc)
26 assert not mahotas.morph.hitmiss(A,Bc).sum()
33 assert mahotas.morph.hitmiss(A,Bc)[5,5]
41 Bc = np.array([
45 W = mahotas.morph.hitmiss(A,Bc)
46 assert np.all(W == slow_hitmiss(A, Bc))
53 assert np.sum(mahotas.morph.hitmiss(f,Bc))
[all …]
H A Dtest_dilate_erode.py28 Bc = np.array([
36 A = mahotas.dilate(A, Bc)
38 A = mahotas.erode(A, Bc)
70 Bc = np.zeros((3,3),bool)
71 Bc[1] = 1
72 Bc[:,1] = 1
78 assert np.all(mahotas.cdilate(f,g,Bc,n+1) == slow_cdilate(f,g,Bc,n+1))
131 for Bc in SEs:
132 assert np.all(mahotas.erode(f,Bc=Bc) == mahotas.erode(f2[:,:,1],Bc=Bc))
136 … assert np.all(mahotas.dilate(f,Bc=Bc)[1:-1,1:-1] == mahotas.dilate(f2[:,:,1],Bc=Bc)[1:-1,1:-1])
H A Dtest_morph.py9 Bc = np.ones((4,4), dtype=np.bool)
10 Bc[0,2] = 0
17 assert np.all(get_structuring_elem(A, Bc) == Bc)
18 assert np.all(get_structuring_elem(A, Bc.T) == Bc.T)
19 assert get_structuring_elem(A, Bc.T).flags['C_CONTIGUOUS']
20 assert np.all(get_structuring_elem(A, Bc.astype(np.float).T).flags['C_CONTIGUOUS'])
21 assert np.all(get_structuring_elem(A, Bc.astype(np.float).T) == Bc.T)
24 Bc = np.ones((3,3,3), dtype=np.bool)
25 get_structuring_elem(A, Bc)
193 Bc = np.ones((3,3), bool)
[all …]
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/test/isolation/expected/
H A Dreorder_vs_select.out3 starting permutation: Bc S1 Sc R1 Rc
4 step Bc: COMMIT;
23 step Bc: COMMIT;
43 step Bc: COMMIT;
59 step Bc: COMMIT;
78 step Bc: COMMIT;
98 step Bc: COMMIT;
121 step Bc: COMMIT;
137 step Bc: COMMIT;
154 step Bc: COMMIT;
[all …]
H A Dreorder_vs_insert.out3 starting permutation: Bc I1 Ic R1 Rc
4 step Bc: COMMIT;
15 starting permutation: Bc I1 R1 Ic Rc
16 step Bc: COMMIT;
29 step Bc: COMMIT;
38 step Bc: COMMIT;
50 step Bc: COMMIT;
63 step Bc: COMMIT;
83 step Bc: COMMIT;
89 step Bc: COMMIT;
[all …]
/dports/math/libxsmm/libxsmm-1.16.3/src/template/
H A Dlibxsmm_dnn_softmaxloss_st_fwd_ncnc_generic.tpl.c53 libxsmm_blasint Bc = handle->Bc; variable
83 LIBXSMM_VLA_DECL(4, float, output, poutput_fp32, Bc, bn, bc);
84 LIBXSMM_VLA_DECL(4, const float, input, pinput_fp32, Bc, bn, bc);
118 for ( ifm1 = 0; ifm1 < Bc; ++ifm1 ) {
120 …CESS( 4, output, img1, ifm1, img2, ifm2, Bc, bn, bc ) = LIBXSMM_VLA_ACCESS( 4, input, img1, ifm1, …
122 max = LIBXSMM_VLA_ACCESS( 4, input, img1, ifm1, img2, ifm2, Bc, bn, bc );
128 for ( ifm1 = 0; ifm1 < Bc; ++ifm1 ) {
130 …tput, img1, ifm1, img2, ifm2, Bc, bn, bc ) = (float)exp( (double)(LIBXSMM_VLA_ACCESS( 4, output, i…
137 for ( ifm1 = 0; ifm1 < Bc; ++ifm1 ) {
139 …ESS( 4, output, img1, ifm1, img2, ifm2, Bc, bn, bc ) = LIBXSMM_VLA_ACCESS( 4, output, img1, ifm1, …
[all …]
H A Dlibxsmm_dnn_softmaxloss_st_bwd_ncnc_generic.tpl.c53 libxsmm_blasint Bc = handle->Bc; variable
85 LIBXSMM_VLA_DECL(4, const float, output, poutput_fp32, Bc, bn, bc);
86 LIBXSMM_VLA_DECL(4, float, dinput, pdinput_fp32, Bc, bn, bc);
88 …4, const element_output_type, output, (element_output_type*)handle->reg_output->data, Bc, bn, bc);
89 …4, element_input_type, dinput, (element_input_type*)handle->grad_input->data, Bc, bn, bc);
117 for ( ifm1 = 0; ifm1 < Bc; ++ifm1 ) {
119 if ( (ifm1*Bc)+ifm2 == (libxsmm_blasint)LIBXSMM_VLA_ACCESS( 2, label, img1, img2, bn ) ) {
120 LIBXSMM_VLA_ACCESS( 4, dinput, img1, ifm1, img2, ifm2, Bc, bn, bc ) =
121 …( LIBXSMM_VLA_ACCESS( 4, output, img1, ifm1, img2, ifm2, Bc, bn, bc ) - 1.0f ) * rcp_N * handle->d…
123 LIBXSMM_VLA_ACCESS( 4, dinput, img1, ifm1, img2, ifm2, Bc, bn, bc ) =
[all …]
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/test/isolation/specs/
H A Dreorder_vs_select.spec.in41 step "Bc" { COMMIT; }
43 permutation "Bc" "S1" "Sc" "R1" "Rc"
44 permutation "Bc" "S1" "R1" "Sc" "Rc"
45 permutation "Bc" "S1" "R1" "Rc" "Sc"
47 permutation "Bc" "R1" "Rc" "S1" "Sc"
48 permutation "Bc" "R1" "S1" "Rc" "Sc"
49 permutation "Bc" "R1" "S1" "Sc" "Rc"
52 permutation "R1" "S1" "Bc" "Rc" "Sc"
53 permutation "S1" "R1" "Bc" "Rc" "Sc"
56 permutation "R1" "S1" "Sc" "Bc" "Rc"
[all …]
H A Dreorder_vs_insert.spec.in42 step "Bc" { COMMIT; }
45 permutation "Bc" "I1" "Ic" "R1" "Rc"
46 permutation "Bc" "I1" "R1" "Ic" "Rc"
47 permutation "Bc" "I1" "R1" "Rc" "Ic"
49 permutation "Bc" "R1" "Rc" "I1" "Ic"
50 permutation "Bc" "R1" "I1" "Rc" "Ic"
51 permutation "Bc" "R1" "I1" "Ic" "Rc"
53 permutation "R1" "I1" "Ic" "Bc" "Rc"
54 permutation "R1" "I1" "Bc" "Rc" "Ic"
55 permutation "I1" "R1" "Bc" "Rc" "Ic"
/dports/audio/py-music21/music21-7.1.0/music21/corpus/ryansMammoth/
H A DTeaInTheMorningJig.abc9 vd2uG GF(G/A/) uB3|G2d d2G A(Bc)|d2 G GF(G/A/) B3|dcB AGF A(Bc)|
10 d2G GF(G/A/) B3|G2d d2G A(Bc)|d2 G GF(G/A/) B3|dcB AGF A(Bc)|]
11 vded c2d uB3|G2d d2G A(Bc)|ded c2d B3|dcB AGF A(Bc)|
12 ded c2d B3|G2d d2G A(Bc)|d2g fdc B3|dcB AGF A(Bc)|]
H A DColberthsHornpipe.abc10 | dgfe .d2(Bc) | dgfe .d2(Bc) | dBGB edBc | dBGB .A2(Bc) |
11 | dgfe .d2(Bc) | dgfe .d2(Bc) | dBgd ecAF | G2G2G2 :|
H A DChorusJig.abc16 u(Bc) \
17 | dBcA BGFG | ABcd .A2(Bc) | dBcA BGFG | AcBA .G2(Bc) \
22 u(Bc) \
23 | dBcA BGFG | ABcd .A2(Bc) | dBcA BGFG | AcBA .G2(Bc) \
H A DOldMotherGooseSlipjig.abc10 v(g2d) d2c (Bc)d | e2A ABG FED | (g2d) d2c (Bc)d | efg fef g3 |
11 (g2d) d2c (Bc)d | e2A ABG FED | (g2d) d2c (Bc)d | efg fef g3 |]
/dports/math/hpipm/hpipm-0.1.1/archive/
H A Dtest_d_sim.c180 Bc[ii] = 0.0; in mass_spring_system()
182 Bc[pp+ii+nx*ii] = 1.0; in mass_spring_system()
193 double *Bc; member
230 double *Bc = ls->Bc; in d_cvt_colmaj_to_linear_system() local
234 Bc[ii] = B[ii]; in d_cvt_colmaj_to_linear_system()
247 double *Bc = ls->Bc; in d_expl_linear_ode() local
268 double *Bc = ls->Bc; in d_expl_linear_vde() local
296 double *Bc = ls->Bc; in d_res_impl_linear_ode() local
317 double *Bc = ls->Bc; in d_res_impl_linear_vde() local
369 double *Bc; d_zeros(&Bc, nx, nu); in main() local
[all …]
H A Dtest_d_nlp_sqp.c83 Bc[ii] = 0.0; in mass_spring_system()
85 Bc[pp+ii+nx*ii] = 1.0; in mass_spring_system()
96 double *Bc; member
120 lin_sys->Bc = (double *) c_ptr; in d_create_linear_system()
133 double *Bc = lin_sys->Bc; in d_cvt_colmaj_to_linear_system() local
137 Bc[ii] = B[ii]; in d_cvt_colmaj_to_linear_system()
150 double *Bc = lin_sys->Bc; in d_linear_ode() local
171 double *Bc = lin_sys->Bc; in d_linear_vde0() local
203 double *Bc = lin_sys->Bc; in d_linear_vde1() local
246 double *Bc; d_zeros(&Bc, nx_, nu_); in main() local
[all …]
/dports/databases/timescaledb/timescaledb-2.5.1/test/isolation/expected/
H A Dmulti_transaction_indexing.out3 starting permutation: CI I1 Ic Bc P Sc
7 step Bc: ROLLBACK;
17 starting permutation: I1 CI Bc Ic P Sc
20 step Bc: ROLLBACK;
31 starting permutation: S1 CI Bc Sc P Ic
41 step Bc: ROLLBACK;
52 starting permutation: F WPE CI DI Bc WPR P Ic Sc
62 step Bc: ROLLBACK;
76 starting permutation: CI RI Bc P Ic Sc
79 step Bc: ROLLBACK;
/dports/devel/pecl-runkit7/runkit7-4.0.0a2/tests/
H A Drunkit_method_add_return_type_invalid.phpt14 … '\\stdClass', '\\\\stdClass', '\\stdClass\\', '\\A2\\Bc', '\\A2\\\\Bc', "\\A2\\Bc\x00", '\\2A\\Bc
45 testing return type '\\A2\\Bc'
48 testing return type '\\A2\\\\Bc'
53 testing return type '\\A2\\Bc' . "\0" . ''
58 testing return type '\\2A\\Bc'
/dports/graphics/mahotas/mahotas-1.4.11/mahotas/demos/
H A Dnuclear_distance_watershed.py11 Bc = np.ones((9,9)) variable
13 maxima = mh.morph.regmax(distances, Bc=Bc)
14 spots,n_spots = mh.label(maxima, Bc=Bc)
/dports/multimedia/neolink/neolink-cf54129/crates/core/src/bc/
H A Dmodel.rs42 pub struct Bc { struct
176 impl Bc { impl
178 pub fn new_from_xml(meta: BcMeta, xml: BcXml) -> Bc { in new_from_xml() argument
183 pub fn new_from_ext(meta: BcMeta, ext: Extension) -> Bc { in new_from_ext() argument
188 pub fn new_from_meta(meta: BcMeta) -> Bc { in new_from_meta() argument
193 pub fn new_from_ext_xml(meta: BcMeta, ext: Extension, xml: BcXml) -> Bc { in new_from_ext_xml() argument
201 pub fn new(meta: BcMeta, extension: Option<Extension>, payload: Option<BcPayloads>) -> Bc { in new() argument
202 Bc { in new()
/dports/graphics/mahotas/mahotas-1.4.11/mahotas/features/
H A D_texture.cpp23 …e(numpy::aligned_array<npy_int32> res, numpy::aligned_array<T> array, numpy::aligned_array<T> Bc) { in cooccurence() argument
27 filter_iterator<T> filter(array.raw_array(), Bc.raw_array(), ExtendIgnore, true); in cooccurence()
46 PyArrayObject* Bc; in py_cooccurent() local
48 if (!PyArg_ParseTuple(args,"OOOi", &array, &result, &Bc, &symmetric)) return NULL; in py_cooccurent()
49 if (!PyArray_Check(array) || !PyArray_Check(result) || !PyArray_Check(Bc)) { in py_cooccurent()
59 …igned_array<npy_int32>(result), numpy::aligned_array<type>(array), numpy::aligned_array<type>(Bc)); in py_cooccurent()

12345678910>>...65