Home
last modified time | relevance | path

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 DDirtyINMap.java279 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 DCheckpointer.java1349 dirtyMap.addIN(parent, true /*updateMemoryBudget*/); in flushIN()
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dblock-lanczos.h182 Matrix1 &addIN (Matrix1 &A) const;
H A Dblock-lanczos.inl459 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 Dmg-block-lanczos.h197 Matrix1 &addIN (Matrix1 &A) const;
H A Dmg-block-lanczos.inl617 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_…