Home
last modified time | relevance | path

Searched refs:nearlyEqual (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/iokit/Tests/
H A DTests.cpp1320 constexpr auto nearlyEqual = [](float a, float b) in OSDefineValueObjectForDependentType() local
1366 assert(nearlyEqual(test->getRef().c, other.c)); in OSDefineValueObjectForDependentType()
1387 assert(nearlyEqual(test1->getRef().c, value.c)); in OSDefineValueObjectForDependentType()
1398 assert(nearlyEqual(test2->getRef().c, valueCopy.c)); in OSDefineValueObjectForDependentType()