Searched defs:FLOAT_IS_ZERO (Results 1 - 1 of 1) sorted by relevance

/external/pixman/pixman/
H A Dpixman-private.h883 #define FLOAT_IS_ZERO(f) (-FLT_MIN < (f) && (f) < FLT_MIN) macro

Completed in 116 milliseconds