Home
last modified time | relevance | path

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

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