Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dc99_classification_macros_c.cc43 void isnormal() { } in isnormal() function
H A Dc99_classification_macros_c++.cc42 void isnormal() { } in isnormal() function
/openbsd-src/gnu/gcc/fixincludes/tests/base/iso/
H A Dmath_c99.h75 #define isnormal(x) \ macro
/openbsd-src/gnu/llvm/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
/openbsd-src/include/
H A Dmath.h91 #define isnormal(x) \ macro
/openbsd-src/sys/net/
H A Dradix.c423 int maskduplicated, m0, isnormal; in rn_addmask() local
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h555 isnormal(_Tp __f) { return ::__gnu_cxx::__capture_isnormal(__f); } in isnormal() function
/openbsd-src/gnu/llvm/libcxx/include/
H A Dmath.h471 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _N… in isnormal() function
476 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _N… in isnormal() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h783 isnormal(_Tp __f) { return __capture_isnormal(__f); } in isnormal() function
/openbsd-src/gnu/usr.bin/perl/
H A Dperl.h2836 /* oh, and the isnormal macro has a typo in it! */ macro