Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/normalize/
H A Daterm.cpp61 return addNums(t1, t2); in simplifyingAdd()
H A Dmterm.cpp249 fCoef = addNums(fCoef, m.fCoef); in operator +=()
/dports/audio/faust/faust-2.37.3/compiler/signals/
H A Dsignals.hh202 Tree addNums(Tree a, Tree b);
H A Dsignals.cpp744 Tree addNums(Tree a, Tree b) in addNums() function