Lines Matching refs:StepArith
53 void SbiRuntime::StepArith( SbxOperator eOp ) in StepArith() function in SbiRuntime
163 void SbiRuntime::StepEXP() { StepArith( SbxEXP ); } in StepEXP()
164 void SbiRuntime::StepMUL() { StepArith( SbxMUL ); } in StepMUL()
165 void SbiRuntime::StepDIV() { StepArith( SbxDIV ); } in StepDIV()
166 void SbiRuntime::StepIDIV() { StepArith( SbxIDIV ); } in StepIDIV()
167 void SbiRuntime::StepMOD() { StepArith( SbxMOD ); } in StepMOD()
168 void SbiRuntime::StepPLUS() { StepArith( SbxPLUS ); } in StepPLUS()
169 void SbiRuntime::StepMINUS() { StepArith( SbxMINUS ); } in StepMINUS()
170 void SbiRuntime::StepCAT() { StepArith( SbxCAT ); } in StepCAT()
171 void SbiRuntime::StepAND() { StepArith( SbxAND ); } in StepAND()
172 void SbiRuntime::StepOR() { StepArith( SbxOR ); } in StepOR()
173 void SbiRuntime::StepXOR() { StepArith( SbxXOR ); } in StepXOR()
174 void SbiRuntime::StepEQV() { StepArith( SbxEQV ); } in StepEQV()
175 void SbiRuntime::StepIMP() { StepArith( SbxIMP ); } in StepIMP()