Searched refs:rotl (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lmathlib.c | 304 static Rand64 rotl (Rand64 x, int n) { in rotl() function 313 Rand64 res = rotl(state1 * 5, 7) * 9; in nextrand() 317 state[3] = rotl(state3, 45); in nextrand() 420 static Rand64 rotl (Rand64 i, int n) { in rotl() function 438 Rand64 res = times9(rotl(times5(state[1]), 7)); in nextrand()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | bit | 68 return (__x << -__r) | (__x >> ((_Nd + __r) % _Nd)); // rotl(x, -r) 273 rotl(_Tp __x, int __s) noexcept
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/ |
A D | bit | 95 return (__x << -__r) | (__x >> ((_Nd + __r) % _Nd)); // rotl(x, -r) 294 rotl(_Tp __x, int __s) noexcept
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | bit | 124 return (__x << -__r) | (__x >> ((_Nd + __r) % _Nd)); // rotl(x, -r) 323 rotl(_Tp __x, int __s) noexcept
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/ |
A D | ChangeLog | 2205 (rotl, rotr): Remove check for __STRICT_ANSI__. Change second 2207 * testsuite/26_numerics/bit/bitops.rot/rotl.cc: Rename to ... 2208 * testsuite/26_numerics/bit/bit.rotate/rotl.cc: Here. Test negative 2233 * include/std/bit (rotl(byte, unsigned), rotr(byte, unsigned)) 2247 * testsuite/26_numerics/bit/bitops.rot/rotl.cc: Likewise. 3786 * testsuite/26_numerics/bit/bitops.rot/rotl.cc: Remove bogus dg-do
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/ |
A D | ChangeLog | 4752 * testsuite/26_numerics/bit/bit.rotate/rotl.cc: Likewise.
|
Completed in 17 milliseconds