Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dlibfaust-box.h393 Box boxAND();
394 Box boxAND(Box b1, Box b2);
/dports/audio/faust/faust-2.37.3/compiler/
H A Dlibcode.cpp2792 EXPORT Tree boxAND() in boxAND() function
3066 EXPORT Tree boxAND(Tree b1, Tree b2) in boxAND() function
3068 return boxSeq(boxPar(b1, b2), boxAND()); in boxAND()
3402 return boxAND(); in CboxAND()