Searched refs:isnormal (Results 1 – 25 of 27) sorted by relevance
12
| /netbsd/src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
| D | math.h | 135 #define isnormal(x) __builtin_isnormal(x) macro
|
| /netbsd/src/sbin/routed/ |
| D | radix.c | 418 int maskduplicated, m0, isnormal; in rn_addmask() local 466 cplim = netmask + mlen; isnormal = 1; in rn_addmask() 473 isnormal = 0; in rn_addmask() 477 if (isnormal) in rn_addmask()
|
| /netbsd/src/sys/net/ |
| D | radix.c | 490 int maskduplicated, m0, isnormal; in rn_addmask() local 537 cplim = netmask + mlen; isnormal = 1; in rn_addmask() 544 isnormal = 0; in rn_addmask() 548 if (isnormal) in rn_addmask()
|
| /netbsd/src/tests/lib/libm/ |
| D | t_next.c | 90 if (isnormal(x[i])) { in check() 114 if (isnormal(x[i])) { in check() 172 if (isnormal(x[i])) { in checkf() 195 if (isnormal(x[i])) { in checkf()
|
| /netbsd/src/lib/libm/src/ |
| D | s_fma.c | 226 if (!isnormal(z)) in fma()
|
| D | s_fmal.c | 211 if (!isnormal(z)) in fmal()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c/ |
| D | cmath | 68 #undef isnormal
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| D | math.h | 67 using std::isnormal;
|
| /netbsd/src/include/ |
| D | math.h | 314 #define isnormal(__x) (fpclassify(__x) == FP_NORMAL) macro
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/ |
| D | cmath | 524 #undef isnormal 638 isnormal(float __x) 642 isnormal(double __x) 646 isnormal(long double __x) 654 isnormal(_Tp __x) 879 isnormal(_Tp __f)
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/ |
| D | cmath | 460 #undef isnormal 509 isnormal(_Tp __f)
|
| /netbsd/src/lib/libc/gen/ |
| D | Makefile.inc | 74 isnormal.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 \
|
| /netbsd/src/usr.sbin/makemandb/ |
| D | nostem.txt | 1966 isnormal
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| D | cmath | 347 isnormal(_Tp __f)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | builtins.def | 904 DEF_GCC_BUILTIN (BUILT_IN_ISNORMAL, "isnormal", BT_FN_INT_VAR, ATTR_CONST_NOTHROW_TYPEGENERI…
|
| D | ChangeLog-2007 | 14554 * doc/extend.texi: Document isnormal.
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | acinclude.m4 | 882 i = isnormal(d1); 1114 i = isnormal(d1);
|
| D | ChangeLog-2007 | 551 isnormal, signbit, isgreater, isgreaterequal, isless, islessequal, 562 (std::isfinite, isinf, isnan, isnormal, signbit, isgreater,
|
| D | configure | 17321 i = isnormal(d1); 17357 i = isnormal(d1); 17997 i = isnormal(d1); 18033 i = isnormal(d1);
|
| D | ChangeLog-2015 | 258 (std::isnormal): Likewise.
|
| D | ChangeLog-2010 | 816 isnormal, signbit, isgreater, isgreaterequal, isless, islessequal,
|
| D | ChangeLog-2016 | 549 (std::isnormal): Likewise.
|
| /netbsd/src/external/gpl3/gcc/dist/fixincludes/ |
| D | inclhack.def | 5259 #define isnormal(x) __builtin_isnormal(x)
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 8343 ./usr/share/man/cat3/isnormal.0 comp-c-catman .cat 16904 ./usr/share/man/html3/isnormal.html comp-c-htmlman html 25409 ./usr/share/man/man3/isnormal.3 comp-c-man .man
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | extend.texi | 13519 @code{isinf_sign}, @code{isnormal} and @code{signbit} built-ins used with
|
12