Searched defs:isSafeInteger (Results 1 – 1 of 1) sorted by relevance
36 static bool isSafeInteger(uint64_t x) { return x <= maxSafeInteger(); }; in isSafeInteger() function37 static bool isSafeInteger(int64_t x) { in isSafeInteger() function40 static bool isSafeInteger(double x) { in isSafeInteger() function