OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 22 21:09:42 GMT 2025