Home
last modified time | relevance | path

Searched defs:wavelist (Results 1 – 5 of 5) sorted by relevance

/dports/audio/flite/flite-2.1-release/testsuite/
H A Dcombine_waves_main.c93 cst_val *wavelist; in main() local
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dprofile.h125 struct Mix_Chunk * wavelist[MAX_WAVE]; ///< sounds in a object member
/dports/math/py-PyWavelets/pywt-1.2.0/pywt/tests/
H A Dtest_multilevel.py39 wavelist = pywt.wavelist() variable
/dports/science/shelxle/shelxle-1.0.1352/
H A Dcalculator.h168 QList<XraySource> *wavelist; //!< Interal container to store wavelengths variable
/dports/math/py-PyWavelets/pywt-1.2.0/pywt/_extensions/
H A D_pywt.pyx184 def wavelist(family=None, kind='all'): function