| /src/external/apache2/llvm/dist/libcxx/include/ |
| math.h | 143 bool isnormal(arithmetic x); 567 // isnormal 569 #ifdef isnormal 579 return isnormal(__lcpp_x); 583 #undef isnormal macro 588 isnormal(_A1 __lcpp_x) _NOEXCEPT 596 isnormal(_A1 __lcpp_x) _NOEXCEPT 599 #endif // isnormal
|
| /src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
| math.h | 135 #define isnormal(x) __builtin_isnormal(x) macro
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
| math.h | 135 #define isnormal(x) __builtin_isnormal(x) macro
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_cmath.h | 147 __DEVICE__ bool isnormal(float __x) { return __builtin_isnormal(__x); } function 148 __DEVICE__ bool isnormal(double __x) { return __builtin_isnormal(__x); } function 275 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(bool, isnormal) 402 using ::isnormal;
|
| __clang_hip_cmath.h | 91 __DEVICE__ bool isnormal(float __x) { return __builtin_isnormal(__x); } function 92 __DEVICE__ bool isnormal(double __x) { return __builtin_isnormal(__x); } function 461 __HIP_OVERLOAD1(bool, isnormal) 625 using ::isnormal;
|
| /src/include/ |
| math.h | 313 /* 7.12.3.5 int isnormal(real-floating x) */ 314 #define isnormal(__x) (fpclassify(__x) == FP_NORMAL) macro
|
| /src/sbin/routed/ |
| radix.c | 418 int maskduplicated, m0, isnormal; local 466 cplim = netmask + mlen; isnormal = 1; 473 isnormal = 0; 477 if (isnormal)
|
| /src/sys/net/ |
| radix.c | 490 int maskduplicated, m0, isnormal; local 537 cplim = netmask + mlen; isnormal = 1; 544 isnormal = 0; 548 if (isnormal)
|
| /src/external/gpl3/gcc/dist/libgfortran/ |
| libgfortran.h | 244 /* The C99 classification macros isfinite, isinf, isnan, isnormal 258 #undef isnormal macro 259 #define isnormal(x) __builtin_isnormal(x) macro
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-intrinsic.cc | 9799 tree arg, isnormal, iszero; local 9805 isnormal = build_call_expr_loc (input_location, 9812 logical_type_node, isnormal, iszero);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/ |
| libgfortran.h | 244 /* The C99 classification macros isfinite, isinf, isnan, isnormal 258 #undef isnormal macro 259 #define isnormal(x) __builtin_isnormal(x) macro
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-intrinsic.cc | 9883 tree arg, isnormal, iszero; local 9889 isnormal = build_call_expr_loc (input_location, 9896 logical_type_node, isnormal, iszero);
|