OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:crt_isnan
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
int_math.h
43
#define
crt_isnan
(x) _isnan((x))
macro
55
!crt_isinf(x_) && !
crt_isnan
(x_); \
63
#define
crt_isnan
(x) __builtin_isnan((x))
macro
int_math.h
43
#define
crt_isnan
(x) _isnan((x))
macro
55
!crt_isinf(x_) && !
crt_isnan
(x_); \
63
#define
crt_isnan
(x) __builtin_isnan((x))
macro
Completed in 59 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025