Home
last modified time | relevance | path

Searched refs:boxAtan (Results 1 – 2 of 2) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dlibfaust-box.h430 Box boxAtan();
431 Box boxAtan(Box x);
/dports/audio/faust/faust-2.37.3/compiler/
H A Dlibcode.cpp2879 EXPORT Tree boxAtan() in boxAtan() function
3146 EXPORT Tree boxAtan(Tree x) in boxAtan() function
3148 return boxSeq(x, boxAtan()); in boxAtan()
3489 return boxAtan(); in CboxAtan()