Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dmath.h1092 # define iszero(x) (fpclassify (x) == FP_ZERO) macro
1094 # define iszero(x) (((__typeof (x)) (x)) == 0) macro
1100 iszero (float __val) in iszero() function
1105 iszero (double __val) in iszero() function
1110 iszero (long double __val) in iszero() function
1122 iszero (_Float128 __val) in iszero() function