Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/interpreter/
H A Dfbc_interpreter.hh212 inline REAL checkCastIntOverflow(InstructionIT it, REAL val) in checkCastIntOverflow() function in FBCInterpreter
963 pushInt(int(checkCastIntOverflow(it, popReal(it)))); in ExecuteBlock()
972 pushInt(int(checkCastIntOverflow(it, fRealHeap[(*it)->fOffset1]))); in ExecuteBlock()
3022 pushInt(int(checkCastIntOverflow(it, popReal(it)))); in ExecuteBlock()
3031 pushInt(int(checkCastIntOverflow(it, fRealHeap[(*it)->fOffset1]))); in ExecuteBlock()