Home
last modified time | relevance | path

Searched defs:shift_left (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/include/__algorithm/
H A Dshift_left.h29 shift_left(_ForwardIterator __first, in shift_left() function
/llvm-project/libc/src/__support/FPUtil/
H A Ddyadic_float.h70 LIBC_INLINE constexpr DyadicFloat &shift_left(int shift_length) { shift_left() function
/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp697 uint64_t shift_left = sizeof(value) * 8 - 1 - msbit; bits() local