Searched defs:IsIntegral (Results 1 – 9 of 9) sorted by relevance
38 inline bool IsIntegral(const NumberType& type) { in IsIntegral() function
334 inline bool IsIntegral(MachineRepresentation rep) { in IsIntegral() function
3591 static bool IsIntegral(double d) { in IsIntegral() function
3624 static bool IsIntegral(double d) { in IsIntegral() function
868 struct IsIntegral : detail::IsIntegralHelper<typename RemoveCV<T>::Type> struct