Searched defs:shift_left (Results 1 – 3 of 3) sorted by relevance
29 shift_left(_ForwardIterator __first, in shift_left() function
70 LIBC_INLINE constexpr DyadicFloat &shift_left(int shift_length) { shift_left() function
697 uint64_t shift_left = sizeof(value) * 8 - 1 - msbit; bits() local