HomeSort by: relevance | last modified time | path
    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