Searched refs:addIN (Results 1 – 6 of 6) sorted by relevance
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/recovery/ |
H A D | DirtyINMap.java | 279 Integer level = addIN(in, false /*updateMemoryBudget*/); in selectForCheckpoint() 340 addIN(in, false /*updateMemoryBudget*/); in selectDirtyINsForDbSync() 405 synchronized Integer addIN(IN in, boolean updateMemoryBudget) { in addIN() method in DirtyINMap
|
H A D | Checkpointer.java | 1349 dirtyMap.addIN(parent, true /*updateMemoryBudget*/); in flushIN()
|
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/ |
H A D | block-lanczos.h | 182 Matrix1 &addIN (Matrix1 &A) const;
|
H A D | block-lanczos.inl | 459 addIN (_DEF); 524 addIN (_DEF); 554 addIN (_matT); 609 addIN (_DEF); 904 Matrix1 &BlockLanczosSolver<Field, Matrix>::addIN (Matrix1 &A) const function in LinBox::BlockLanczosSolver 1103 // output. Add 1 to the result with addIN and check the the result is zero with 1109 commentator().start ("Testing compute_Winv_S, mul, addIN, and isZero", "test_compute_Winv_S_mul"); 1177 …commentator().start ("Testing compute_Winv_S, copy, mulin, addIN, and isZero", "test_compute_Winv_…
|
H A D | mg-block-lanczos.h | 197 Matrix1 &addIN (Matrix1 &A) const;
|
H A D | mg-block-lanczos.inl | 617 addIN (_DEF); 693 addIN (_DEF); 729 addIN (_matT); 789 addIN (_DEF); 1093 inline Matrix1 &MGBlockLanczosSolver<Field, Matrix>::addIN (Matrix1 &A) const function in LinBox::MGBlockLanczosSolver 1291 // output. Add 1 to the result with addIN and check the the result is zero with 1297 commentator().start ("Testing compute_Winv_S, mul, addIN, and isZero", "test_compute_Winv_S_mul"); 1365 …commentator().start ("Testing compute_Winv_S, copy, mulin, addIN, and isZero", "test_compute_Winv_…
|