Home
last modified time | relevance | path

Searched defs:isnormal (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__math/
H A Dtraits.h115 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _NOEXCEPT { isnormal() function
120 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _NOEXCEPT { isnormal() function
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h137 __DEVICE__ __CONSTEXPR__ bool isnormal(float __x) { in isnormal() function
140 __DEVICE__ __CONSTEXPR__ bool isnormal(double __x) { in isnormal() function
H A D__clang_cuda_cmath.h147 __DEVICE__ bool isnormal(float __x) { return __builtin_isnormal(__x); } in isnormal() function
148 __DEVICE__ bool isnormal(double __x) { return __builtin_isnormal(__x); } in isnormal() function
/freebsd-src/lib/msun/src/
H A Dmath.h97 #define isnormal(x) __fp_type_select(x, __isnormalf, __isnormal, __isnormall) macro
/freebsd-src/sbin/routed/
H A Dradix.c407 int maskduplicated, m0, isnormal; in rn_addmask() local
/freebsd-src/sys/net/
H A Dradix.c505 int maskduplicated, isnormal; in rn_addmask() local