OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TYPE_INTEGRAL
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/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
*/
/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
318
** Since the definition of
TYPE_INTEGRAL
contains floating point numbers,
322
#ifndef
TYPE_INTEGRAL
323
#define
TYPE_INTEGRAL
(type) (((type) 0.5) != 0.5)
324
#endif /* !defined
TYPE_INTEGRAL
*/
Completed in 2987 milliseconds