Home
last modified time | relevance | path

Searched refs:rotate (Results 1 – 25 of 99) sorted by relevance

1234

/minix/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate.pass.cpp30 Iter r = std::rotate(Iter(ia), Iter(ia), Iter(ia)); in test()
33 r = std::rotate(Iter(ia), Iter(ia), Iter(ia+sa)); in test()
36 r = std::rotate(Iter(ia), Iter(ia+sa), Iter(ia+sa)); in test()
42 r = std::rotate(Iter(ib), Iter(ib), Iter(ib+sb)); in test()
46 r = std::rotate(Iter(ib), Iter(ib+1), Iter(ib+sb)); in test()
50 r = std::rotate(Iter(ib), Iter(ib+sb), Iter(ib+sb)); in test()
57 r = std::rotate(Iter(ic), Iter(ic), Iter(ic+sc)); in test()
62 r = std::rotate(Iter(ic), Iter(ic+1), Iter(ic+sc)); in test()
67 r = std::rotate(Iter(ic), Iter(ic+2), Iter(ic+sc)); in test()
80 r = std::rotate(Iter(id), Iter(id), Iter(id+sd)); in test()
[all …]
/minix/external/bsd/libc++/dist/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate.pass.cpp30 Iter r = std::rotate(Iter(ia), Iter(ia), Iter(ia)); in test()
33 r = std::rotate(Iter(ia), Iter(ia), Iter(ia+sa)); in test()
36 r = std::rotate(Iter(ia), Iter(ia+sa), Iter(ia+sa)); in test()
42 r = std::rotate(Iter(ib), Iter(ib), Iter(ib+sb)); in test()
46 r = std::rotate(Iter(ib), Iter(ib+1), Iter(ib+sb)); in test()
50 r = std::rotate(Iter(ib), Iter(ib+sb), Iter(ib+sb)); in test()
57 r = std::rotate(Iter(ic), Iter(ic), Iter(ic+sc)); in test()
62 r = std::rotate(Iter(ic), Iter(ic+1), Iter(ic+sc)); in test()
67 r = std::rotate(Iter(ic), Iter(ic+2), Iter(ic+sc)); in test()
80 r = std::rotate(Iter(id), Iter(id), Iter(id+sd)); in test()
[all …]
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/NVPTX/
H A Drotate.ll5 declare i32 @llvm.nvvm.rotate.b32(i32, i32)
6 declare i64 @llvm.nvvm.rotate.b64(i64, i32)
7 declare i64 @llvm.nvvm.rotate.right.b64(i64, i32)
17 %val = tail call i32 @llvm.nvvm.rotate.b32(i32 %a, i32 %b)
30 %val = tail call i64 @llvm.nvvm.rotate.b64(i64 %a, i32 %b)
43 %val = tail call i64 @llvm.nvvm.rotate.right.b64(i64 %a, i32 %b)
/minix/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DHashing.h221 return hash_16_bytes(rotate(a - b, 43) + rotate(c ^ seed, 30) + d, in hash_17to32_bytes()
228 uint64_t b = rotate(a + z, 52); in hash_33to64_bytes()
229 uint64_t c = rotate(a, 37); in hash_33to64_bytes()
231 c += rotate(a, 7); in hash_33to64_bytes()
234 uint64_t vs = b + rotate(a, 31) + c; in hash_33to64_bytes()
237 b = rotate(a + z, 52); in hash_33to64_bytes()
238 c = rotate(a, 37); in hash_33to64_bytes()
240 c += rotate(a, 7); in hash_33to64_bytes()
286 b = rotate(b + a + c, 21); in mix_32_bytes()
289 b += rotate(a, 44) + d; in mix_32_bytes()
[all …]
/minix/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha1-thumb.pl54 sub rotate { subroutine
74 $code.=$inline?&rotate():"\tbl .Lrotate\n";
84 $code.=$inline?&rotate():"\tbl .Lrotate\n";
97 $code.=$inline?&rotate():"\tbl .Lrotate\n";
247 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
/minix/minix/commands/rotate/
H A DMakefile1 SCRIPTS= rotate.sh
2 MAN= rotate.8
/minix/external/bsd/llvm/dist/llvm/test/Transforms/LoopSimplify/
H A Dmerge-exits.ll1 ; RUN: opt < %s -loop-simplify -loop-rotate -instcombine -indvars -S -verify-loop-info -verify-dom-…
4 ; into one, so that loop rotate can rotate the loop, so
/minix/external/bsd/llvm/dist/llvm/test/Transforms/LoopRotate/
H A Dalloca.ll1 ; RUN: opt < %s -loop-rotate -S | FileCheck %s
3 ; Test alloca in -loop-rotate.
H A Dpr2639.ll1 ; RUN: opt < %s -loop-deletion -loop-rotate -verify-dom-info -verify-loop-info -disable-output
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/SystemZ/
H A Drxsbg-01.ll65 ; Test a case with just a rotate (using XOR for the rotate combination too,
66 ; to test that this kind of rotate does get recognised by the target-
80 ; ...and again with i64, which can use RXSBG for the rotate.
/minix/external/bsd/llvm/dist/llvm/test/Other/
H A D2008-02-14-PassManager.ll1 ; RUN: opt < %s -loop-unroll -loop-rotate -simplifycfg -disable-output
/minix/common/lib/libc/arch/mips/gen/
H A Dbyte_swap_8.S61 rotr v1, v1, 16 # rotate word 16bits and swap word
62 rotr v0, v0, 16 # rotate word 16bits and swap word
H A Dbyte_swap_4.S65 rotr v0, a0, 16 # rotate word 16bits
/minix/external/bsd/llvm/dist/llvm/test/Analysis/Dominators/
H A D2007-07-12-SplitBlock.ll1 ; RUN: opt < %s -loop-rotate -licm -loop-unswitch -disable-output
H A D2007-07-11-SplitBlock.ll1 ; RUN: opt < %s -loop-rotate -loop-unswitch -disable-output
/minix/sys/sys/
H A Drndpool.h54 uint32_t rotate; /* how many bits to rotate by */ member
/minix/external/bsd/bind/dist/lib/isc/
H A Dentropy.c101 isc_uint32_t rotate; /*%< how many bits to rotate by */ member
291 if (rp->rotate == 0) in entropypool_add_word()
295 ((val << rp->rotate) | (val >> (32 - rp->rotate))); in entropypool_add_word()
307 rp->rotate = (rp->rotate + 7) & 31; in entropypool_add_word()
665 pool->rotate = 0; in isc_entropypool_init()
674 pool->rotate = 0; in isc_entropypool_invalidate()
1095 ent->pool.cursor, ent->pool.rotate, in dumpstats()
/minix/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
H A Ddes_enc-sparc.S336 sll out1, 28, out1 ! rotate
341 or out1, local0, out1 ! rotate
391 sll out0, 28, out0 ! rotate
399 or out0, local0, out0 ! rotate
457 or out1, local0, out1 ! rotate
515 or out0, local0, out0 ! rotate
599 or out1, local0, out1 ! rotate
657 or out0, local0, out0 ! rotate
1490 ! rotate
1522 ! rotate
[all …]
/minix/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/
H A Ddes_enc-sparc.S336 sll out1, 28, out1 ! rotate
341 or out1, local0, out1 ! rotate
391 sll out0, 28, out0 ! rotate
399 or out0, local0, out0 ! rotate
457 or out1, local0, out1 ! rotate
515 or out0, local0, out0 ! rotate
599 or out1, local0, out1 ! rotate
657 or out0, local0, out0 ! rotate
1490 ! rotate
1522 ! rotate
[all …]
/minix/external/bsd/llvm/dist/llvm/test/Transforms/LCSSA/
H A D2007-07-12-LICM.ll1 ; RUN: opt < %s -loop-rotate -licm -loop-unswitch -disable-output
H A D2007-07-12-LICM-2.ll1 ; RUN: opt < %s -loop-rotate -licm -loop-unswitch -disable-output
/minix/lib/libc/gen/
H A Darc4random.c118 rotate(uint32_t u, unsigned c) in rotate() function
125 (a) += (b); (d) ^= (a); (d) = rotate((d), 16); \
126 (c) += (d); (b) ^= (c); (b) = rotate((b), 12); \
127 (a) += (b); (d) ^= (a); (d) = rotate((d), 8); \
128 (c) += (d); (b) ^= (c); (b) = rotate((b), 7); \
/minix/external/bsd/llvm/dist/llvm/test/Transforms/Inline/
H A Dcallgraph-update.ll1 ; RUN: opt < %s -inline -loop-rotate -verify-dom-info -verify-loop-info -disable-output
/minix/external/bsd/llvm/dist/llvm/test/Transforms/LICM/
H A DPreserve-LCSSA.ll1 ; RUN: opt < %s -loop-rotate -licm -loop-unswitch -disable-output -verify-loop-info -verify-dom-info
/minix/minix/commands/
H A DMakefile23 rotate setup \

1234