OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fpclassify
(Results
1 - 1
of
1
) sorted by relevancy
/src/include/
math.h
307
/* 7.12.3.1 int
fpclassify
(real-floating x) */
308
#define
fpclassify
(__x) __fpmacro_unary_floating(
fpclassify
, __x)
macro
314
#define isnormal(__x) (
fpclassify
(__x) == FP_NORMAL)
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025