Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/interpreter/
H A Dfbc_opcode.hh293 kFmodf, enumerator
402 || (opt == kAtan2f) || (opt == kFmodf) in isRealType()
H A Dfbc_template_compiler.hh345 case FBCInstruction::kFmodf: in CompileBlock()
H A Dinterpreter_instructions.hh88 gMathLibTable["fmodf"] = FBCInstruction::kFmodf; in initMathTable()
123 gMathLibTable["fmod"] = FBCInstruction::kFmodf; in initMathTable()
H A Dfbc_llvm_compiler.hh678 case FBCInstruction::kFmodf: in CompileBlock()
H A Dfbc_cpp_compiler.hh506 case FBCInstruction::kFmodf: in CompileBlock()
H A Dfbc_mir_compiler.hh903 case FBCInstruction::kFmodf: in CompileBlock()
H A Dinterpreter_optimizer.hh920 case FBCInstruction::kFmodf: in rewriteExtendedBinaryRealMath()
H A Dfbc_interpreter.hh2259 case FBCInstruction::kFmodf : { in ExecuteBlock()