Home
last modified time | relevance | path

Searched refs:g_SCILAB_CLASS_MACRO (Results 1 – 4 of 4) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/includes/
H A Dh5_attributeConstants.h48 static const char g_SCILAB_CLASS_MACRO[] = "macro"; variable
/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/sci_gateway/cpp/
H A Dsci_hdf5_listvar_v3.cpp308 else if (type == g_SCILAB_CLASS_MACRO) in read_short_data()
425 if (type == g_SCILAB_CLASS_MACRO) in read_data()
H A Dsci_hdf5_save.cpp893 hid_t dset = openList6(parent, name.data(), g_SCILAB_CLASS_MACRO); in export_macro()
H A Dsci_hdf5_load_v3.cpp271 if (type == g_SCILAB_CLASS_MACRO) in import_data()