Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/interpreter/
H A Dfbc_opcode.hh250 kCeilf, enumerator
394 || (opt == kCeilf) || (opt == kCosf) in isRealType()
H A Dfbc_template_compiler.hh272 case FBCInstruction::kCeilf: in CompileBlock()
H A Dinterpreter_instructions.hh84 gMathLibTable["ceilf"] = FBCInstruction::kCeilf; in initMathTable()
119 gMathLibTable["ceil"] = FBCInstruction::kCeilf; in initMathTable()
H A Dfbc_llvm_compiler.hh587 case FBCInstruction::kCeilf: in CompileBlock()
H A Dfbc_cpp_compiler.hh415 case FBCInstruction::kCeilf: in CompileBlock()
H A Dfbc_mir_compiler.hh809 case FBCInstruction::kCeilf: in CompileBlock()
H A Dinterpreter_optimizer.hh975 case FBCInstruction::kCeilf: in rewriteUnaryRealMath()
H A Dfbc_interpreter.hh2038 case FBCInstruction::kCeilf : { in ExecuteBlock()