Searched defs:NearZero (Results 1 – 12 of 12) sorted by relevance
12 #define NearZero 0x3e30000000000000 // 2**-28 macro
204 inline bool NearZero(double x, double tolerance) in NearZero() function
143 bool NearZero(double tolerance) const { return (MaxAbs() <= tolerance); } in NearZero() function
168 bool NearZero(double tolerance) const { return (MaxAbs() <= tolerance); } in NearZero() function
187 bool NearZero(double tolerance) const { return (MaxAbs() <= tolerance); } in NearZero() function
578 pub(crate) trait NearZero { interface
13 inline bool NearZero(double x, double tolerance) { in NearZero() function