HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_INTEGRAL (Results 1 - 3 of 3) sorted by null

  /external/icu4c/tools/tzcode/
private.h 205 ** Since the definition of TYPE_INTEGRAL contains floating point numbers,
209 #ifndef TYPE_INTEGRAL
210 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5)
211 #endif /* !defined TYPE_INTEGRAL */
  /bionic/libc/tzcode/
private.h 271 ** Since the definition of TYPE_INTEGRAL contains floating point numbers,
275 #ifndef TYPE_INTEGRAL
276 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5)
277 #endif /* !defined TYPE_INTEGRAL */
  /system/core/libcutils/
private.h 275 ** Since the definition of TYPE_INTEGRAL contains floating point numbers,
279 #ifndef TYPE_INTEGRAL
280 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5)
281 #endif /* !defined TYPE_INTEGRAL */

Completed in 216 milliseconds