OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:crt_isinf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
int_math.h
42
#define
crt_isinf
(x) !_finite((x))
macro
55
!
crt_isinf
(x_) && !crt_isnan(x_); \
62
#define
crt_isinf
(x) __builtin_isinf((x))
macro
int_math.h
42
#define
crt_isinf
(x) !_finite((x))
macro
55
!
crt_isinf
(x_) && !crt_isnan(x_); \
62
#define
crt_isinf
(x) __builtin_isinf((x))
macro
Completed in 48 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025