HomeSort by: relevance | last modified time | path
    Searched refs:isnormal (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libm/src/
s_fmal.c 211 if (!isnormal(z))
s_fma.c 226 if (!isnormal(z))
  /src/sbin/routed/
radix.c 418 int maskduplicated, m0, isnormal; local in function:rn_addmask
466 cplim = netmask + mlen; isnormal = 1;
473 isnormal = 0;
477 if (isnormal)
  /src/sys/net/
radix.c 490 int maskduplicated, m0, isnormal; local in function:rn_addmask
537 cplim = netmask + mlen; isnormal = 1;
544 isnormal = 0;
548 if (isnormal)
  /src/lib/libc/gen/
Makefile.inc 74 isnormal.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 \
  /src/include/
math.h 313 /* 7.12.3.5 int isnormal(real-floating x) */
314 #define isnormal(__x) (fpclassify(__x) == FP_NORMAL) macro
  /src/tests/lib/libm/
t_next.c 90 if (isnormal(x[i])) {
114 if (isnormal(x[i])) {
172 if (isnormal(x[i])) {
195 if (isnormal(x[i])) {

Completed in 42 milliseconds