Searched defs:all_finite (Results 1 – 2 of 2) sorted by relevance
216 fn all_finite(self) -> bool; in all_finite() method
90 const bool all_finite = all(accum * 0 == 0); in setBoundsCheck() local