Home
last modified time | relevance | path

Searched refs:curByteCodeSize2 (Results 1 – 5 of 5) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/fparser/
H A Dfparser.cc1153 const unsigned curByteCodeSize2 = unsigned(data->ByteCode.size()); in CompileIf() local
1168 data->ByteCode[curByteCodeSize] = curByteCodeSize2+1; in CompileIf()
1170 data->ByteCode[curByteCodeSize2] = unsigned(data->ByteCode.size())-1; in CompileIf()
1171 data->ByteCode[curByteCodeSize2+1] = unsigned(data->Immed.size()); in CompileIf()
/dports/math/gambit/gambit-16.0.1/src/labenski/src/
H A Dfparser.cpp955 unsigned curByteCodeSize2 = tempByteCode->size(); in CompileIf() local
967 (*tempByteCode)[curByteCodeSize] = curByteCodeSize2+1; in CompileIf()
969 (*tempByteCode)[curByteCodeSize2] = tempByteCode->size()-1; in CompileIf()
970 (*tempByteCode)[curByteCodeSize2+1] = tempImmed->size(); in CompileIf()
/dports/math/fparser/fparser-4.5.2/
H A Dfparser.cc1829 const unsigned curByteCodeSize2 = unsigned(mData->mByteCode.size()); in CompileIf() local
1846 PutOpcodeParamAt<false>( curByteCodeSize2+1, curByteCodeSize ); in CompileIf()
1848 PutOpcodeParamAt<false>( unsigned(mData->mByteCode.size())-1, curByteCodeSize2); in CompileIf()
1849 PutOpcodeParamAt<false>( unsigned(mData->mImmed.size()), curByteCodeSize2+1); in CompileIf()
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/
H A Dfparser.cc1859 const unsigned curByteCodeSize2 = unsigned(mData->mByteCode.size()); in CompileIf() local
1876 PutOpcodeParamAt<false>( curByteCodeSize2+1, curByteCodeSize ); in CompileIf()
1878 PutOpcodeParamAt<false>( unsigned(mData->mByteCode.size())-1, curByteCodeSize2); in CompileIf()
1879 PutOpcodeParamAt<false>( unsigned(mData->mImmed.size()), curByteCodeSize2+1); in CompileIf()
/dports/math/mathmod/mathmod-11.1/fparser/
H A Dfparser.cc1835 const unsigned curByteCodeSize2 = unsigned(mData->mByteCode.size()); in CompileIf() local
1852 PutOpcodeParamAt<false>( curByteCodeSize2+1, curByteCodeSize ); in CompileIf()
1854 PutOpcodeParamAt<false>( unsigned(mData->mByteCode.size())-1, curByteCodeSize2); in CompileIf()
1855 PutOpcodeParamAt<false>( unsigned(mData->mImmed.size()), curByteCodeSize2+1); in CompileIf()