Searched refs:shift_right (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/xz/src/liblzma/check/ |
| H A D | crc_x86_clmul.h | 121 shift_right(__m128i v, size_t amount) in shift_right() function 293 v1 = _mm_or_si128(v1, shift_right(v0, size)); in crc32_arch_optimized()
|
| /freebsd/contrib/llvm-project/libc/src/__support/FPUtil/ |
| H A D | dyadic_float.h | 136 LIBC_INLINE constexpr DyadicFloat &shift_right(unsigned shift_length) { in shift_right() function 516 b.shift_right(static_cast<unsigned>(a.exponent - b.exponent)); in quick_add() 518 a.shift_right(static_cast<unsigned>(b.exponent - a.exponent)); in quick_add() 529 result.shift_right(1); in quick_add()
|
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | shift_right.h | 32 shift_right(_ForwardIterator __first, in shift_right() 30 shift_right(_ForwardIterator __first, _ForwardIterator __last, shift_right() function
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | algorithm.cppm | |
| H A D | algorithm.inc | 363 using std::shift_right; 366 // using std::ranges::shift_right;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | module.modulemap.in | 837 module shift_right { header "__algorithm/shift_right.h" }
|
| H A D | algorithm | 1489 shift_right(ForwardIterator first, ForwardIterator last, 2030 # include <__algorithm/shift_right.h>
|
| /freebsd/lib/libc++/ |
| H A D | module.modulemap | 837 module shift_right { header "__algorithm/shift_right.h" }
|
| H A D | libcxx.imp | 191 { include: [ "<__algorithm/shift_right.h>", "private", "<algorithm>", "public" ] },
|
| H A D | Makefile | 473 ALG_HEADERS+= shift_right.h
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | module.modulemap | 999 …gorithm_shift_right [system] { header "__algorithm/shift_right.h" }
|
| H A D | algorithm | 1473 shift_right(ForwardIterator first, ForwardIterator last,
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2674 SYMBOL(shift_right, std::, <algorithm>) 3818 SYMBOL(shift_right, std::ranges::, <algorithm>)
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2987 goto shift_right; in handleIntIntBinOp() 3031 shift_right: in handleIntIntBinOp()
|