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

/bionic/libc/tzcode/
H A Ddifftime.c14 #include "private.h" /* for time_t, TYPE_INTEGRAL, and TYPE_SIGNED */
28 if (!TYPE_INTEGRAL(time_t)) {
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 */
H A Dlocaltime.c87 * on TYPE_BIT / TYPE_SIGNED / TYPE_INTEGRAL.
92 TYPE_INTEGRAL(time_t) ?
102 TYPE_INTEGRAL(time_t) ?
397 if (TYPE_INTEGRAL(time_t) &&
648 if (stored >= (int) sizeof(time_t) && TYPE_INTEGRAL(time_t))
1891 } else if (!TYPE_INTEGRAL(time_t)) {

Completed in 59 milliseconds