Home
last modified time | relevance | path

Searched refs:SEL_ALL (Results 1 – 11 of 11) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dusermat.c54 (m->rows == 1 && s->ltype == SEL_ALL) || \
283 if (type == SEL_ALL || type == SEL_NULL) { in mspec_make_list()
382 if (spec->ltype == SEL_ALL && spec->rtype == SEL_ALL) { in set_element_index()
457 spec->ltype == SEL_ALL) { in submatrix_contig()
480 if (stype == SEL_ALL) { in get_offset_nelem()
494 if (stype == SEL_ALL) { in get_offset_nelem()
504 if (stype == SEL_ALL) { in get_offset_nelem()
515 if (spec->rtype == SEL_ALL) { in get_offset_nelem()
542 spec->ltype = SEL_ALL; in commute_selectors()
558 spec->ltype = spec->rtype = SEL_ALL; in check_matrix_subspec()
[all …]
H A Dmspec_debug.c34 { SEL_ALL, "SEL_ALL" },
H A Dusermat.h30 SEL_ALL, /* comma-separated blank */ enumerator
H A Dgeneval.c4897 spec->rtype = SEL_ALL; in build_mspec()
4928 spec->ltype = SEL_ALL; in build_mspec()
4946 spec->rtype = SEL_ALL; in build_mspec()
H A Dgeneval.c.try4928 spec->rtype = SEL_ALL;
4959 spec->ltype = SEL_ALL;
4977 spec->rtype = SEL_ALL;
/dports/science/py-h5py/h5py-3.6.0/docs_api/
H A Dh5s.rst58 .. data:: SEL_ALL
/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dtitles.h135 SEL_ALL = SEL_UNUSED | SEL_USED enumerator
H A Dwwt.c2601 DumpParamDB(SEL_ALL,false); in cmd_extract()
2900 DumpParamDB(SEL_ALL,false); in cmd_scrub()
3097 DumpParamDB(SEL_ALL,false); in cmd_remove()
3400 DumpParamDB(SEL_ALL,false); in cmd_touch()
3523 DumpParamDB(SEL_ALL,false); in cmd_verify()
3709 DumpParamDB(SEL_ALL,false); in cmd_skeletonize()
/dports/science/py-h5py/h5py-3.6.0/h5py/_hl/
H A Dselections.py366 if sel_type == h5s.SEL_ALL: return tuple()
379 elif sel_type == h5s.SEL_ALL:
/dports/science/py-h5py/h5py-3.6.0/h5py/
H A Dh5s.pyx60 SEL_ALL = H5S_SEL_ALL variable
352 - SEL_ALL
/dports/science/py-h5json/h5json-1.1.3/h5json/
H A Dhdf5db.py1914 h5py.h5s.SEL_ALL: 'H5S_SEL_ALL',
1957 'H5S_SEL_ALL': h5py.h5s.SEL_ALL,