Searched refs:rotate_each_word_right16 (Results 1 – 5 of 5) sorted by relevance
55 fwd_unop_x2!(rotate_each_word_right16);258 fwd_unop_x4!(rotate_each_word_right16);
311 fn rotate_each_word_right16(self) -> Self { in rotate_each_word_right16() method346 fn rotate_each_word_right16(self) -> Self { in rotate_each_word_right16() method397 fn rotate_each_word_right16(self) -> Self { in rotate_each_word_right16() method
36 fn rotate_each_word_right16(self) -> Self; in rotate_each_word_right16() method
198 rotate_each_word_right16,216 fn rotate_each_word_right16(self) -> Self { in rotate_each_word_right16() method255 rotate_each_word_right16,273 fn rotate_each_word_right16(self) -> Self { in rotate_each_word_right16() method306 rotr_128!(rotate_each_word_right16, 16);1526 rotate_each_word_right16,
42 x.d = (x.d ^ x.a).rotate_each_word_right16(); in round()