Searched +full:*idiv* +path:/basic/ (Results 1 – 13 of 13) sorted by path
| /core/basic/qa/basic_coverage/ |
| H A D | test_tdf147089_idiv.bas | 13 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 D | test_vba.cxx | 136 "tdf147089_idiv.vb", in testMiscVBAFunctions()
|
| /core/basic/qa/vba_tests/ |
| H A D | tdf147089_idiv.vb | 14 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 D | exprgen.cxx | 41 { IDIV, SbiOpcode::IDIV_ },
|
| H A D | exprnode.cxx | 300 // 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 D | exprtree.cxx | 656 while( pParser->Peek() == IDIV ) in IntDiv()
|
| H A D | token.cxx | 369 eCurTok = IDIV; in Next()
|
| /core/basic/source/inc/ |
| H A D | opcodes.hxx | 36 IDIV_, AND_, OR_, XOR_, EQV_, IMP_, NOT_, enumerator
|
| H A D | runtime.hxx | 304 void StepLE(), StepGE(), StepIDIV(), StepAND();
|
| H A D | token.hxx | 72 DIV, IDIV, MOD, PLUS, MINUS, enumerator
|
| /core/basic/source/runtime/ |
| H A D | runtime.cxx | 166 &SbiRuntime::StepIDIV, 1417 void SbiRuntime::StepIDIV() { StepArith( SbxIDIV ); } in StepIDIV() function in SbiRuntime
|
| /core/basic/source/sbx/ |
| H A D | sbxvalue.cxx | 840 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 D | sbxdef.hxx | 101 SbxIDIV, // this / var (both operands max. sal_Int32!) enumerator
|