Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/interpreter/
H A Dfbc_opcode.hh409 static bool isExtendedUnaryMath(Opcode opt) { return (opt >= kAbs) && (opt <= kTanhf); } in isExtendedUnaryMath() function
H A Dinterpreter_optimizer.hh554 …if (inst1->fOpcode == FBCInstruction::kLoadReal && FBCInstruction::isExtendedUnaryMath(inst2->fOpc… in rewrite()
1114 FBCInstruction::isExtendedUnaryMath(inst2->fOpcode)) { in rewrite()
1119 FBCInstruction::isExtendedUnaryMath(inst2->fOpcode)) { in rewrite()