Home
last modified time | relevance | path

Searched refs:FLDVS_ (Results 1 – 3 of 3) sorted by relevance

/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DCodeInterpreter.hh995 class FLDVS_ : public TagWithTwoArguments<uint8_t, unsigned int> class
999 FLDVS_() : TagWithTwoArguments<uint8_t, unsigned int>::TagWithTwoArguments{FLDVS} in FLDVS_() function in FLDVS_
1003FLDVS_(uint8_t type_arg, unsigned int pos_arg) : TagWithTwoArguments<uint8_t, unsigned int>::TagWi… in FLDVS_() function in FLDVS_
1898 code += sizeof(FLDVS_); in get_op_code()
H A DExprNode.cc1281 FLDVS_ fldvs{static_cast<uint8_t>(type), static_cast<unsigned int>(tsid)}; in compile()
/dports/science/dynare/dynare-4.6.4/mex/sources/bytecode/
H A DEvaluate.cc414 switch (static_cast<SymbolType>(static_cast<FLDVS_ *>(it_code->second)->get_type())) in compute_block_time()
417 var = static_cast<FLDVS_ *>(it_code->second)->get_pos(); in compute_block_time()
424 var = static_cast<FLDVS_ *>(it_code->second)->get_pos(); in compute_block_time()
431 var = static_cast<FLDVS_ *>(it_code->second)->get_pos(); in compute_block_time()
438 var = static_cast<FLDVS_ *>(it_code->second)->get_pos(); in compute_block_time()