Searched refs:toUint64 (Results 1 – 1 of 1) sorted by relevance
245 template <typename T> inline deUint64 toUint64 (T value) { return (deUint64)value & makeMask64<… in toUint64() function251 return Format::Hex<NumDigits>(toUint64(value)); in toHex()258 return Format::Hex<sizeof(T)*2>(toUint64(value)); in toHex()