Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/generic/
H A DFMod.h173 LIBC_INLINE static bool pre_check(T x, T y, T &out) { in pre_check() function
280 if (T out; LIBC_UNLIKELY(pre_check(x, y, out))) in eval()