Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/interpreter/
H A Dfbc_opcode.hh252 kCoshf, enumerator
395 || (opt == kCoshf) || (opt == kExpf) in isRealType()
H A Dfbc_template_compiler.hh280 case FBCInstruction::kCoshf: in CompileBlock()
H A Dinterpreter_instructions.hh105 gMathLibTable["coshf"] = FBCInstruction::kCoshf; in initMathTable()
140 gMathLibTable["cosh"] = FBCInstruction::kCoshf; in initMathTable()
H A Dfbc_llvm_compiler.hh597 case FBCInstruction::kCoshf: in CompileBlock()
H A Dfbc_cpp_compiler.hh425 case FBCInstruction::kCoshf: in CompileBlock()
H A Dfbc_mir_compiler.hh819 case FBCInstruction::kCoshf: in CompileBlock()
H A Dinterpreter_optimizer.hh981 case FBCInstruction::kCoshf: in rewriteUnaryRealMath()
H A Dfbc_interpreter.hh2050 case FBCInstruction::kCoshf : { in ExecuteBlock()