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