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 - 3
of
3
) 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)
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)
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 32 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025