Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libcpp/
H A Dexpr.c39 #define num_zerop(num) ((num.low | num.high) == 0) macro
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dexpr.c38 #define num_zerop(num) ((num.low | num.high) == 0) macro