Home
last modified time | relevance | path

Searched refs:shift_right (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/xz/src/liblzma/check/
H A Dcrc_x86_clmul.h121 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 Ddyadic_float.h136 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 Dshift_right.h32 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 Dalgorithm.cppm
H A Dalgorithm.inc363 using std::shift_right;
366 // using std::ranges::shift_right;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmodule.modulemap.in837 module shift_right { header "__algorithm/shift_right.h" }
H A Dalgorithm1489 shift_right(ForwardIterator first, ForwardIterator last,
2030 # include <__algorithm/shift_right.h>
/freebsd/lib/libc++/
H A Dmodule.modulemap837 module shift_right { header "__algorithm/shift_right.h" }
H A Dlibcxx.imp191 { include: [ "<__algorithm/shift_right.h>", "private", "<algorithm>", "public" ] },
H A DMakefile473 ALG_HEADERS+= shift_right.h
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dmodule.modulemap999 …gorithm_shift_right [system] { header "__algorithm/shift_right.h" }
H A Dalgorithm1473 shift_right(ForwardIterator first, ForwardIterator last,
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2674 SYMBOL(shift_right, std::, <algorithm>)
3818 SYMBOL(shift_right, std::ranges::, <algorithm>)
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2987 goto shift_right; in handleIntIntBinOp()
3031 shift_right: in handleIntIntBinOp()