Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.shift/
H A Dshift_right.pass.cpp34 Iter it = std::shift_right(Iter(work), Iter(work+n), k); in test()
51 Iter it = std::shift_right(b, e, 0); in test()
61 Iter it = std::shift_right(b, e, 1); in test()
69 Iter it = std::shift_right(b, e, 2); in test()
77 Iter it = std::shift_right(b, e, 6); in test()
87 Iter it = std::shift_right(b, e, std::size(input)); in test()
98 Iter it = std::shift_right(b, e, std::size(input) + 1); in test()
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DXFloat.h67 man.shift_right(carry_width); in mul()
83 man.shift_right(exp + 1); in drop_int()
112 rows[0].shift_right(carry_width); in mul()
/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dshift_right.h31 shift_right(_ForwardIterator __first, _ForwardIterator __last, in shift_right() function
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dmicromips-shift.ll32 define i32 @shift_right() nounwind {
/llvm-project-15.0.7/libc/src/__support/CPP/
H A DUInt.h201 constexpr void shift_right(size_t s) { in shift_right() function
222 result.shift_right(s);
227 shift_right(s);
/llvm-project-15.0.7/libcxx/test/libcxx/algorithms/
H A Drobust_against_cpp20_hostile_iterators.compile.pass.cpp205 (void) std::shift_right(it, it, 0); in test()
/llvm-project-15.0.7/libcxx/test/std/algorithms/
H A Drobust_against_adl.compile.pass.cpp196 (void)std::shift_right(first, last, count); in all_the_algorithms()
H A Drobust_re_difference_type.compile.pass.cpp231 (void)std::shift_right(first, last, count); in all_the_algorithms()
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx2bPapers.csv49 …0R1>`__","LWG","``ranges::iota``, ``ranges::shift_left`` and ``ranges::shift_right``","February 20…
/llvm-project-15.0.7/libcxx/include/
H A DCMakeLists.txt177 __algorithm/shift_right.h
H A Dmodule.modulemap.in422 module shift_right { private header "__algorithm/shift_right.h" }
H A Dalgorithm1370 shift_right(ForwardIterator first, ForwardIterator last,
1888 #include <__algorithm/shift_right.h>
/llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn240 "__algorithm/shift_right.h",
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DREADME-SSE.txt15 __m128i shift_right(__m128i value, unsigned long offset) {
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc1034 SYMBOL(shift_right, std::, <algorithm>)
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp2787 goto shift_right; in handleIntIntBinOp()
2822 shift_right: in handleIntIntBinOp()