Home
last modified time | relevance | path

Searched refs:shift_left (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.shift/
H A Dshift_left.pass.cpp34 Iter it = std::shift_left(Iter(work), Iter(work+n), k); in test()
51 Iter it = std::shift_left(b, e, 0); in test()
62 Iter it = std::shift_left(b, e, 1); in test()
70 Iter it = std::shift_left(b, e, 2); in test()
78 Iter it = std::shift_left(b, e, 6); in test()
88 Iter it = std::shift_left(b, e, std::size(input)); in test()
99 Iter it = std::shift_left(b, e, std::size(input) + 1); in test()
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DXFloat.h82 man.shift_left(exp + 1); in drop_int()
102 rows[r].shift_left(r * 64); in mul()
121 rows[0].shift_left(1); in mul()
173 man.shift_left(1); in normalize()
/llvm-project-15.0.7/libc/src/__support/CPP/
H A DUInt.h147 r2.shift_left(32); in mul()
160 row_result.shift_left(64 * i);
171 constexpr void shift_left(size_t s) { in shift_left() function
192 result.shift_left(s);
197 shift_left(s);
/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dshift_left.h28 shift_left(_ForwardIterator __first, _ForwardIterator __last, in shift_left() function
/llvm-project-15.0.7/libc/src/math/generic/
H A Ddp_trig.cpp42 man4.shift_left(bit_drop); in mod_impl()
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dmicromips-shift.ll11 define i32 @shift_left() nounwind {
/llvm-project-15.0.7/libcxx/test/libcxx/algorithms/
H A Drobust_against_cpp20_hostile_iterators.compile.pass.cpp204 (void) std::shift_left(it, it, 0); in test()
/llvm-project-15.0.7/libcxx/test/std/algorithms/
H A Drobust_against_adl.compile.pass.cpp195 (void)std::shift_left(first, last, count); in all_the_algorithms()
H A Drobust_re_difference_type.compile.pass.cpp230 (void)std::shift_left(first, last, count); in all_the_algorithms()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp649 uint64_t shift_left = sizeof(value) * 8 - 1 - msbit; in bits() local
651 shift_left; // shift anything above the msbit off of the unsigned edge in bits()
652 value >>= shift_left + lsbit; // shift it back again down to the lsbit in bits()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp800 uint32_t shift_left = sizeof(value) * 8 - 1 - msbit; in bits() local
802 shift_left; // shift anything above the msbit off of the unsigned edge in bits()
803 value >>= (shift_left + lsbit); // shift it back again down to the lsbit in bits()
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx2bPapers.csv49 "`P2440R1 <https://wg21.link/P2440R1>`__","LWG","``ranges::iota``, ``ranges::shift_left`` and ``ran…
/llvm-project-15.0.7/libcxx/include/
H A DCMakeLists.txt176 __algorithm/shift_left.h
H A Dmodule.modulemap.in421 module shift_left { private header "__algorithm/shift_left.h" }
H A Dalgorithm1365 shift_left(ForwardIterator first, ForwardIterator last,
1887 #include <__algorithm/shift_left.h>
/llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn239 "__algorithm/shift_left.h",
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc1033 SYMBOL(shift_left, std::, <algorithm>)
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp2789 shift_left: in handleIntIntBinOp()
2820 goto shift_left; in handleIntIntBinOp()