Home
last modified time | relevance | path

Searched refs:kBlockStoreReal (Results 1 – 4 of 4) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/generator/interpreter/
H A Dfbc_opcode.hh51 kBlockStoreReal, enumerator
H A Dinterpreter_instructions.hh383 … FBCInstruction::kBlockStoreReal, tmp.fOffset, int(float_array->fNumTable.size()), in visitStore()
391 … FBCInstruction::kBlockStoreReal, tmp.fOffset, int(double_array->fNumTable.size()), in visitStore()
H A Dinterpreter_dsp_aux.hh365 if (opcode == FBCInstruction::kBlockStoreReal) { in readCodeInstruction()
H A Dfbc_interpreter.hh853 case FBCInstruction::kBlockStoreReal : { in ExecuteBlock()