Searched refs:IsUint32Double (Results 1 – 3 of 3) sorted by relevance
169 inline bool IsUint32Double(double value);
113 bool IsUint32Double(double value) { in IsUint32Double() function
341 if (IsUint32Double(value) || IsInt32Double(value)) return Lub(value, value); in Lub()