Home
last modified time | relevance | path

Searched +full:*idiv* +path:/basic/ (Results 1 – 13 of 13) sorted by path

/core/basic/qa/basic_coverage/
H A Dtest_tdf147089_idiv.bas13 verify_testIDiv
17 Sub verify_testIDiv function
20 ' tdf#147089 - IDIV operands are rounded to Integer values before the operation is performed
29 TestUtil.ReportErrorHandler("verify_testIDiv", Err, Error$, Erl)
/core/basic/qa/cppunit/
H A Dtest_vba.cxx136 "tdf147089_idiv.vb", in testMiscVBAFunctions()
/core/basic/qa/vba_tests/
H A Dtdf147089_idiv.vb14 verify_testIDiv
18 Sub verify_testIDiv
21 ' tdf#147089 - IDIV operands are rounded to Integer values before the operation is performed
30 TestUtil.ReportErrorHandler("verify_testIDiv", Err, Error$, Erl)
/core/basic/source/comp/
H A Dexprgen.cxx41 { IDIV, SbiOpcode::IDIV_ },
H A Dexprnode.cxx300 // tdf#141201, tdf#147089 - round MOD/IDIV literals to Integer values in FoldConstantsBinaryNode()
301 if (eTok == MOD || eTok == IDIV) in FoldConstantsBinaryNode()
308 || eTok == IDIV || eTok == MOD ) in FoldConstantsBinaryNode()
385 case IDIV: in FoldConstantsBinaryNode()
H A Dexprtree.cxx656 while( pParser->Peek() == IDIV ) in IntDiv()
H A Dtoken.cxx369 eCurTok = IDIV; in Next()
/core/basic/source/inc/
H A Dopcodes.hxx36 IDIV_, AND_, OR_, XOR_, EQV_, IMP_, NOT_, enumerator
H A Druntime.hxx304 void StepLE(), StepGE(), StepIDIV(), StepAND();
H A Dtoken.hxx72 DIV, IDIV, MOD, PLUS, MINUS, enumerator
/core/basic/source/runtime/
H A Druntime.cxx166 &SbiRuntime::StepIDIV,
1417 void SbiRuntime::StepIDIV() { StepArith( SbxIDIV ); } in StepIDIV() function in SbiRuntime
/core/basic/source/sbx/
H A Dsbxvalue.cxx840 else if( ( eOp >= SbxIDIV && eOp <= SbxNOT ) || eOp == SbxMOD ) in Compute()
848 else if ( eOpType == SbxBOOL && eOp != SbxMOD && eOp != SbxIDIV ) in Compute()
870 case SbxIDIV: in Compute()
/core/include/basic/
H A Dsbxdef.hxx101 SbxIDIV, // this / var (both operands max. sal_Int32!) enumerator