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

/bionic/libc/tzcode/
H A Dprivate.h271 ** Since the definition of TYPE_INTEGRAL contains floating point numbers,
275 #ifndef TYPE_INTEGRAL
276 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5) macro
277 #endif /* !defined TYPE_INTEGRAL */

Completed in 29 milliseconds