Home
last modified time | relevance | path

Searched refs:errorOn (Results 1 – 25 of 33) sorted by relevance

12

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/
H A DMatrixEntry.hpp96 …void setEntry(number_t, number_t, const real_t &, bool errorOn=true); //!< set (i,j) re…
97 …void setEntry(number_t, number_t, const complex_t &, bool errorOn=true); //!< set (i,j) co…
98 …void setEntry(number_t, number_t, const Matrix<real_t> &, bool errorOn=true); //!< set (i,j) re…
224 inline void MatrixEntry::setEntry(number_t i, number_t j, const real_t & r, bool errorOn) in setEntry() argument
225 {(*rEntries_p)(i,j,errorOn)=r;} in setEntry()
226 inline void MatrixEntry::setEntry(number_t i, number_t j, const complex_t &c, bool errorOn) in setEntry() argument
227 {(*cEntries_p)(i,j,errorOn)=c;} in setEntry()
228 inline void MatrixEntry::setEntry(number_t i, number_t j, const Matrix<real_t> &rm, bool errorOn) in setEntry() argument
229 {(*rmEntries_p)(i,j,errorOn)=rm;} in setEntry()
230 inline void MatrixEntry::setEntry(number_t i, number_t j, const Matrix<complex_t> &cm, bool errorOn) in setEntry() argument
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/Config/
H A DHaskell.hs42 Nothing -> errorOn expr "bad classify pragma"
77 errorOn :: Outputable a => Located a -> String -> b
78 errorOn (L pos val) msg = exitMessageImpure $ function
/dports/devel/hs-hlint/hlint-3.3.4/src/Config/
H A DHaskell.hs42 Nothing -> errorOn expr "bad classify pragma"
76 errorOn :: Outputable a => Located a -> String -> b
77 errorOn (L pos val) msg = exitMessageImpure $ function
/dports/print/texlive-base/texlive-20150521-source/texk/tex4htk/
H A Dxv4ht.java153 errHandler.errorOn(); in endDTD()
186 public void errorOn() { in errorOn() method in Xv4htErrorHandler
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/csStorage/
H A DColCsStorage.cpp159 …ws, const std::vector<number_t>& cols, std::vector<number_t>& adrs, bool errorOn, SymType sy) const in positions() argument
182 if(*itp == 0 && errorOn) {error("storage_outofstorage","ColCs", *itr, *itc);; } in positions()
H A DRowCsStorage.cpp180 …ws, const std::vector<number_t>& cols, std::vector<number_t>& adrs, bool errorOn, SymType sy) const in positions() argument
201 if(*itp == 0 && errorOn) { error("storage_outofstorage","RowCs", *itr, *itc); } in positions()
H A DDualCsStorage.cpp322 …ws, const std::vector<number_t>& cols, std::vector<number_t>& adrs, bool errorOn, SymType sy) const in positions() argument
333 if(*itp == 0 && errorOn) { error("storage_outofstorage","DualCs", *itr, *itc); } in positions()
H A DSymCsStorage.cpp179 std::vector<number_t>& adrs, bool errorOn, SymType sy) const in positions() argument
190 if(*itp == 0 && errorOn) error("storage_outofstorage","SymCs", *itr, *itc); in positions()
H A DRowCsStorage.hpp96 …std::vector<number_t>&, bool errorOn = true,SymType s = _noSymmetry) const; //…
H A DColCsStorage.hpp99 …r<number_t>&, const std::vector<number_t>&, std::vector<number_t>&, bool errorOn = true, SymType s…
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/denseStorage/
H A DSymDenseStorage.cpp62 std::vector<number_t>& adrs, bool errorOn, SymType sym) const in positions() argument
74 if(*itp == 0 && errorOn) { error("storage_outofstorage", "SymDense", *itr, *itc); } in positions()
H A DColDenseStorage.cpp68 std::vector<number_t>& pos, bool errorOn, SymType sym) const in positions() argument
H A DColDenseStorage.hpp63 …std::vector<number_t>&, bool errorOn = true, SymType = _noSymmetry) const; //!< access to submatri…
H A DRowDenseStorage.cpp70 std::vector<number_t>& pos, bool errorOn, SymType sym) const in positions() argument
H A DDualDenseStorage.cpp85 …ows, const std::vector<number_t>& cols, std::vector<number_t>& pos, bool errorOn, SymType sym) con… in positions() argument
H A DSymDenseStorage.hpp70 …std::vector<number_t>&, bool errorOn = true, SymType = _noSymmetry ) const; //!< access to submat…
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/dev/
H A DDenseStorage.tex133 std::vector<Number>&, bool errorOn=true, SymType=_noSymmetry ) const;
H A DCsStorage.tex225 std::vector<Number>&, bool errorOn=true,
298 std::vector<Number>&, bool errorOn=true,
H A DLargeMatrix.tex106 …vate (\verb?errorOn=true?) an error handler to prevent access to values outside the storage. It is…
H A DSkylineStorage.tex146 std::vector<Number>&, bool errorOn=true,
H A DMatrixStorage.tex73 std::vector<Number>&, bool errorOn=true, SymType=_noSymmetry) const;
/dports/sysutils/restic/restic-0.12.1/internal/archiver/
H A Darchiver_test.go1921 errorOn map[string]error member
2028 if testFS.errorOn == nil {
2029 testFS.errorOn = make(map[string]error)
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/skylineStorage/
H A DDualSkylineStorage.cpp160 …ws, const std::vector<number_t>& cols, std::vector<number_t>& adrs, bool errorOn, SymType sy) const in positions() argument
171 if(*itp == 0 && errorOn) { error("storage_outofstorage", "DualSkyline", *itr, *itc); } in positions()
H A DSymSkylineStorage.cpp140 std::vector<number_t>& adrs, bool errorOn, SymType sy) const in positions() argument
152 if(*itp == 0 && errorOn) { error("storage_outofstorage", "SymSkyline", *itr, *itc); } in positions()
/dports/devel/cdash/CDash-2-2-3/tests/kwtest/simpletest/
H A Dmock_objects.php1052 function errorOn($method, $error = 'A mock error', $args = false, $severity = E_USER_ERROR) { function in SimpleMock

12