OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gNan
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
putil.c
163
static const BitPatternConversion
gNan
= { (int64_t) INT64_C(0x7FF8000000000000) };
415
return
gNan
.d64;
[
all
...]
/external/icu4c/common/
putil.cpp
179
static const BitPatternConversion
gNan
= { (int64_t) INT64_C(0x7FF8000000000000) };
431
return
gNan
.d64;
[
all
...]
Completed in 30 milliseconds