Searched refs:int64ToDouble (Results 1 – 1 of 1) sorted by relevance
47 static inline double int64ToDouble(Json::UInt64 value) in int64ToDouble() function52 template <typename T> static inline double int64ToDouble(T value) in int64ToDouble() function59 return d >= int64ToDouble(min) && d <= int64ToDouble(max); in InValidRange()