Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/math/generic/
H A Dsinf.cpp153 if (ExceptChecker::check_odd_func(SmallExcepts, x_abs, x_sign, result)) {
174 if (ExceptChecker::check_odd_func(LargeExcepts, x_abs, x_sign, result))
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A Dexcept_value_utils.h37 static bool check_odd_func(const ExceptionalValues &ExceptVals, in check_odd_func() function