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

/system/core/libcutils/
H A Dprivate.h275 ** Since the definition of TYPE_INTEGRAL contains floating point numbers,
279 #ifndef TYPE_INTEGRAL
280 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5) macro
281 #endif /* !defined TYPE_INTEGRAL */

Completed in 3 milliseconds