Searched defs:mostSignificantBits (Results 1 – 3 of 3) sorted by relevance
839 int16_t mostSignificantBits = static_cast<int16_t>(roundf(clamp(f2, -1.0f, 1.0f) * 32767.0f)); in packSnorm2x16() local853 int16_t mostSignificantBits = static_cast<int16_t>(u >> 16); in unpackSnorm2x16() local867 uint16_t mostSignificantBits = static_cast<uint16_t>(roundf(clamp(f2, 0.0f, 1.0f) * 65535.0f)); in packUnorm2x16() local880 uint16_t mostSignificantBits = static_cast<uint16_t>(u >> 16); in unpackUnorm2x16() local973 uint16_t mostSignificantBits = static_cast<uint16_t>(float32ToFloat16(f2)); in packHalf2x16() local986 uint16_t mostSignificantBits = static_cast<uint16_t>(u >> 16); in unpackHalf2x16() local
1393 public static long toLong(int mostSignificantBits, int leastSignificantBits) { in toLong()
1386 public static long toLong(int mostSignificantBits, int leastSignificantBits) { in toLong()