Searched refs:IsInt32Double (Results 1 – 6 of 6) sorted by relevance
163 inline bool IsInt32Double(double value);
107 bool IsInt32Double(double value) { in IsInt32Double() function
341 if (IsUint32Double(value) || IsInt32Double(value)) return Lub(value, value); in Lub()
2816 return i::IsInt32Double(obj->Number()); in IsInt32()
286 new_kind = IsInt32Double(value) ? INT32 : NUMBER; in UpdateKind()
3966 if (IsInt32Double(double_res)) { \4235 if (IsInt32Double(double_res)) { in New()