Searched defs:isOrdinary (Results 1 – 2 of 2) sorted by relevance
85 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
85 bool isOrdinary (void) const { return !hasNaN() && !empty() && isFinite(); } in isOrdinary() function in tcu::Interval