Home
last modified time | relevance | path

Searched defs:is_inf (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dfloat_to_string.h424 LIBC_INLINE constexpr bool is_inf() { return float_bits.is_inf(); } in is_inf() function
/freebsd/contrib/one-true-awk/
H A Dlib.c883 bool is_inf = false; in is_valid_number() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h723 struct is_inf { struct
728 inline cstfp_pred_ty<is_inf> m_Inf() { return cstfp_pred_ty<is_inf>(); } in m_Inf() argument