Searched refs:BITSFORDOUBLENEGINF (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFNumber.c152 #define BITSFORDOUBLENEGINF ((uint64_t)0xfff0000000000000ULL) macro
1019 __kCFNumberNegativeInfinity._pad = BITSFORDOUBLENEGINF;
1675 #undef BITSFORDOUBLENEGINF macro
H A DCFStringScanner.c197 #define BITSFORDOUBLENEGINF ((uint64_t)0xfff0000000000000ULL)
226 if (resultPtr) *(uint64_t *)resultPtr = ('-' == ch) ? BITSFORDOUBLENEGINF : BITSFORDOUBLEPOSINF;

Completed in 103 milliseconds