Home
last modified time | relevance | path

Searched defs:reportS (Results 1 – 4 of 4) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DDebug.hs180 instance ReportS (TCM Doc) where reportS = reportSDoc function
181 instance ReportS String where reportS = reportSLn function
183 instance ReportS [TCM Doc] where reportS k n = reportSDoc k n . fmap vcat . sequence function
184 instance ReportS [String] where reportS k n = reportSLn k n . unlines function
185 instance ReportS [Doc] where reportS k n = reportSLn k n . render . vcat function
186 instance ReportS Doc where reportS k n = reportSLn k n . render function
/dports/biology/ugene/ugene-40.1/src/plugins/repeat_finder/src/
H A DRFSArrayWK.cpp105 int reportS = percentLen; in calculate() local
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dblock-lanczos.inl69 void reportS (std::ostream &out, const std::vector<bool> &S, size_t iter) function
H A Dmg-block-lanczos.inl68 void reportS (std::ostream &out, const std::vector<bool> &S, size_t iter) function