Home
last modified time | relevance | path

Searched defs:is_near_zero (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DIntCell.hh222 virtual bool is_near_zero() const in is_near_zero() function in IntCell
H A DFloatCell.hh313 virtual bool is_near_zero() const in is_near_zero() function in FloatCell
H A DCell.hh148 virtual bool is_near_zero() const in is_near_zero() function in Cell
545 static bool is_near_zero(APL_Float value) in is_near_zero() function in Cell
H A DComplexCell.cc125 ComplexCell::is_near_zero() const in is_near_zero() function in ComplexCell
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/rusttype-0.9.2/src/
H A Dlib.rs580 fn is_near_zero(self) -> bool; in is_near_zero() method
584 fn is_near_zero(self) -> bool { in is_near_zero() method