Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
D__clang_hip_cmath.h137 __DEVICE__ __CONSTEXPR__ bool isnormal(float __x) { in isnormal() function
140 __DEVICE__ __CONSTEXPR__ bool isnormal(double __x) { in isnormal() function
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-12-stable/lib/msun/src/
Dmath.h105 #define isnormal(x) __fp_type_select(x, __isnormalf, __isnormal, __isnormall) macro
/freebsd-12-stable/sbin/routed/
Dradix.c421 int maskduplicated, m0, isnormal; in rn_addmask() local
/freebsd-12-stable/sys/net/
Dradix.c498 int maskduplicated, isnormal; in rn_addmask() local
/freebsd-12-stable/contrib/libstdc++/include/c_std/
Dstd_cmath.h555 isnormal(_Tp __f) { return ::__gnu_cxx::__capture_isnormal(__f); } in isnormal() function
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dmath.h588 isnormal(_A1 __lcpp_x) _NOEXCEPT in isnormal() function
596 isnormal(_A1 __lcpp_x) _NOEXCEPT in isnormal() function