Home
last modified time | relevance | path

Searched refs:isnormal (Results 1 – 25 of 27) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/fixincludes/tests/base/
Dmath.h135 #define isnormal(x) __builtin_isnormal(x) macro
/netbsd/src/sbin/routed/
Dradix.c418 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/
Dradix.c490 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/
Dt_next.c90 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/
Ds_fma.c226 if (!isnormal(z)) in fma()
Ds_fmal.c211 if (!isnormal(z)) in fmal()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c/
Dcmath68 #undef isnormal
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
Dmath.h67 using std::isnormal;
/netbsd/src/include/
Dmath.h314 #define isnormal(__x) (fpclassify(__x) == FP_NORMAL) macro
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
Dcmath524 #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/
Dcmath460 #undef isnormal
509 isnormal(_Tp __f)
/netbsd/src/lib/libc/gen/
DMakefile.inc74 isnormal.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 \
/netbsd/src/usr.sbin/makemandb/
Dnostem.txt1966 isnormal
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dcmath347 isnormal(_Tp __f)
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbuiltins.def904 DEF_GCC_BUILTIN (BUILT_IN_ISNORMAL, "isnormal", BT_FN_INT_VAR, ATTR_CONST_NOTHROW_TYPEGENERI…
DChangeLog-200714554 * doc/extend.texi: Document isnormal.
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
Dacinclude.m4882 i = isnormal(d1);
1114 i = isnormal(d1);
DChangeLog-2007551 isnormal, signbit, isgreater, isgreaterequal, isless, islessequal,
562 (std::isfinite, isinf, isnan, isnormal, signbit, isgreater,
Dconfigure17321 i = isnormal(d1);
17357 i = isnormal(d1);
17997 i = isnormal(d1);
18033 i = isnormal(d1);
DChangeLog-2015258 (std::isnormal): Likewise.
DChangeLog-2010816 isnormal, signbit, isgreater, isgreaterequal, isless, islessequal,
DChangeLog-2016549 (std::isnormal): Likewise.
/netbsd/src/external/gpl3/gcc/dist/fixincludes/
Dinclhack.def5259 #define isnormal(x) __builtin_isnormal(x)
/netbsd/src/distrib/sets/lists/comp/
Dmi8343 ./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/
Dextend.texi13519 @code{isinf_sign}, @code{isnormal} and @code{signbit} built-ins used with

12