Home
last modified time | relevance | path

Searched defs:isnormal (Results 1 – 1 of 1) sorted by relevance

/math/
A Dmath.h1002 # define isnormal(x) __builtin_isnormal (x) macro
1004 # define isnormal(x) (fpclassify (x) == FP_NORMAL) macro

Completed in 18 milliseconds