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

/freebsd-12-stable/contrib/tzcode/stdtime/
H A Ddifftime.c17 #include "private.h" /* for time_t, TYPE_INTEGRAL, and TYPE_SIGNED */
30 if (!TYPE_INTEGRAL(time_t)) {
H A Dprivate.h225 ** Since the definition of TYPE_INTEGRAL contains floating point numbers,
229 #ifndef TYPE_INTEGRAL
230 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5) macro
231 #endif /* !defined TYPE_INTEGRAL */
234 ** Since the definition of TYPE_INTEGRAL contains floating point numbers,
238 #ifndef TYPE_INTEGRAL
239 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5) macro
240 #endif /* !defined TYPE_INTEGRAL */
H A Dlocaltime.c363 if (TYPE_INTEGRAL(time_t) &&
587 if (stored >= (int) sizeof(time_t) && TYPE_INTEGRAL(time_t))
1927 } else if (!TYPE_INTEGRAL(time_t)) {
/freebsd-12-stable/contrib/tzcode/zic/
H A Dprivate.h182 ** Since the definition of TYPE_INTEGRAL contains floating point numbers,
186 #ifndef TYPE_INTEGRAL
187 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5) macro
188 #endif /* !defined TYPE_INTEGRAL */

Completed in 55 milliseconds