Searched refs:BITSFORDOUBLENAN (Results 1 - 2 of 2) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFNumber.c150 #define BITSFORDOUBLENAN ((uint64_t)0x7ff8000000000000ULL) macro
597 uint64_t l = BITSFORDOUBLENAN;
1015 __kCFNumberNaN._pad = BITSFORDOUBLENAN;
1673 #undef BITSFORDOUBLENAN macro
H A DCFStringScanner.c195 #define BITSFORDOUBLENAN ((uint64_t)0x7ff8000000000000ULL)
204 if (resultPtr) *(uint64_t *)resultPtr = BITSFORDOUBLENAN;

Completed in 228 milliseconds