Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/interpreter/
H A Dfbc_opcode.hh292 kAtan2f, enumerator
402 || (opt == kAtan2f) || (opt == kFmodf) in isRealType()
411 static bool isExtendedBinaryMath(Opcode opt) { return (opt >= kAtan2f) && (opt <= kMinf); } in isExtendedBinaryMath()
H A Dinterpreter_optimizer.hh325 for (int i = FBCInstruction::kAtan2f; i <= FBCInstruction::kMinf; i++) { in FBCInstructionMathOptimizer()
327 FBCInstruction::Opcode(i + (FBCInstruction::kAtan2fHeap - FBCInstruction::kAtan2f)); in FBCInstructionMathOptimizer()
331 for (int i = FBCInstruction::kAtan2f; i <= FBCInstruction::kMinf; i++) { in FBCInstructionMathOptimizer()
333 … FBCInstruction::Opcode(i + (FBCInstruction::kAtan2fStack - FBCInstruction::kAtan2f)); in FBCInstructionMathOptimizer()
337 for (int i = FBCInstruction::kAtan2f; i <= FBCInstruction::kMinf; i++) { in FBCInstructionMathOptimizer()
339 … FBCInstruction::Opcode(i + (FBCInstruction::kAtan2fStackValue - FBCInstruction::kAtan2f)); in FBCInstructionMathOptimizer()
343 for (int i = FBCInstruction::kAtan2f; i <= FBCInstruction::kMinf; i++) { in FBCInstructionMathOptimizer()
345 … FBCInstruction::Opcode(i + (FBCInstruction::kAtan2fValue - FBCInstruction::kAtan2f)); in FBCInstructionMathOptimizer()
349 for (int i = FBCInstruction::kAtan2f; i <= FBCInstruction::kPowf; i++) { in FBCInstructionMathOptimizer()
351 … FBCInstruction::Opcode(i + (FBCInstruction::kAtan2fValueInvert - FBCInstruction::kAtan2f)); in FBCInstructionMathOptimizer()
[all …]
H A Dfbc_template_compiler.hh341 case FBCInstruction::kAtan2f: in CompileBlock()
H A Dinterpreter_instructions.hh83 gMathLibTable["atan2f"] = FBCInstruction::kAtan2f; in initMathTable()
118 gMathLibTable["atan2"] = FBCInstruction::kAtan2f; in initMathTable()
H A Dfbc_llvm_compiler.hh673 case FBCInstruction::kAtan2f: in CompileBlock()
H A Dfbc_cpp_compiler.hh501 case FBCInstruction::kAtan2f: in CompileBlock()
H A Dfbc_mir_compiler.hh898 case FBCInstruction::kAtan2f: in CompileBlock()
H A Dfbc_interpreter.hh2252 case FBCInstruction::kAtan2f : { in ExecuteBlock()