Home
last modified time | relevance | path

Searched refs:efNR (Results 1 – 9 of 9) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/fileio/
H A Dfiletypes.cpp147 if ((0 <= ftp) && (ftp < efNR)) in ftp2ext()
159 if ((0 <= ftp) && (ftp < efNR)) in ftp2ext_generic()
179 if ((0 <= ftp) && (ftp < efNR)) in ftp2ext_with_dot()
191 if ((0 <= ftp) && (ftp < efNR)) in ftp2generic_count()
203 if ((0 <= ftp) && (ftp < efNR)) in ftp2generic_list()
215 if ((0 <= ftp) && (ftp < efNR)) in ftp2desc()
227 if ((ftp >= 0) && (ftp < efNR)) in ftp_is_text()
236 if ((ftp >= 0) && (ftp < efNR)) in ftp_is_xdr()
275 return efNR; in fn2ftp()
285 return efNR; in fn2ftp()
[all …]
H A Dfiletypes.h88 efNR enumerator
H A Dconfio.cpp216 range_check(ftp, 0, efNR); in get_stx_coordnum()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/options/
H A Dfilenameoption.cpp232 if (settings.defaultType_ >= 0 && settings.defaultType_ < efNR) in FileNameOptionStorage()
249 GMX_RELEASE_ASSERT(type == efNR || type == settings.defaultType_, in FileNameOptionStorage()
252 if (type == efNR) in FileNameOptionStorage()
332 if (fileType == efNR) in processValue()
357 if (fileType == efNR) in processValue()
H A Dfilenameoptionmanager.cpp168 if (fileType == efNR && impl_->redirector_->fileExists(value, File::throwOnError)) in completeFileName()
193 else if (fileType == efNR) in completeFileName()
236 if (fileType == efNR) in completeFileName()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/
H A Dgmx_rms.cpp176 efNR in gmx_rms() enumerator
179 const char* fit[efNR + 1] = { nullptr, "rot+trans", "translation", "none", nullptr }; in gmx_rms()
180 const char* fitgraphlabel[efNR + 1] = { nullptr, "lsq fit", "translational fit", "no fit" }; in gmx_rms()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/coordinateio/
H A Dcoordinatefile.cpp71 int filetype = efNR; in getFileType()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/tools/
H A Dtrjconv.cpp397 efNR in gmx_trjconv() enumerator
399 const char* fit[efNR + 1] = { nullptr, "none", "rot+trans", "rotxy+transxy", in gmx_trjconv()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/commandline/
H A Dpargs.cpp326 GMX_RELEASE_ASSERT(defType != efNR, "File name option specifies an invalid extension"); in filenmToOptions()