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

  /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/include/
math.h 313 /* 7.12.3.5 int isnormal(real-floating x) */
314 #define isnormal(__x) (fpclassify(__x) == FP_NORMAL) macro
  /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)

Completed in 13 milliseconds