mxSINGLE_CLASS 101 src/runtime/matlab.cpp case 32: return mxSINGLE_CLASS; mxSINGLE_CLASS 118 src/runtime/matlab.cpp case mxSINGLE_CLASS: return "single"; mxSINGLE_CLASS 27 test/generator/matlab_aottest.cpp template <> mxClassID get_class_id<float>() { return mxSINGLE_CLASS; } mxSINGLE_CLASS 118 test/generator/matlab_aottest.cpp case mxSINGLE_CLASS: return new mxArrayImpl<float>(M, N);