Searched defs:highbit (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libcxx/test/std/numerics/bit/bitops.rot/ | ||
H A D | rotr.pass.cpp | 34 T highbit = std::rotr(T(1), 1); test() local |
H A D | rotl.pass.cpp | 34 T highbit = std::rotr(T(1), 1); test() local |