Home
last modified time | relevance | path

Searched defs:FloatCompare (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/glam/tests/
Dsupport.rs44 pub trait FloatCompare<Rhs: ?Sized = Self> { trait
/external/flatbuffers/tests/
Dtest.cpp1968 bool FloatCompare(float a, float b) { return fabs(a - b) < 0.001; } in FloatCompare() function