Home
last modified time | relevance | path

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

/dports/audio/praat/praat-6.2.03/sys/
H A Doo_COPY.h30 thy x = newvectorcopy (our x.all());
/dports/audio/praat/praat-6.2.03/melder/
H A Dmelder_tensor.h376 autovector<T> newvectorcopy (constvectorview<T> source) { in newvectorcopy() function
383 autovector<T> newvectorcopy (vectorview<T> source) { in newvectorcopy() function
384 return newvectorcopy (constvectorview<T> (source)); in newvectorcopy()
1308 return newvectorcopy (source); in copy_VEC()
1332 return newvectorcopy (source); in copy_INTVEC()
1349 return newvectorcopy (source); in copy_BOOLVEC()
1365 return newvectorcopy (source); in copy_BYTEVEC()
1381 return newvectorcopy (source); in copy_COMPVEC()
/dports/audio/praat/praat-6.2.03/dwsys/
H A DFileInMemorySet.cpp252 result = newvectorcopy (fim -> d_data.all()); in FileInMemorySet_getCopyOfData()
/dports/audio/praat/praat-6.2.03/dwtools/
H A DDataModeler.cpp820 autovector<structDataModelerParameter> fixedParameters = newvectorcopy (my parameters.all()); in series_fit()