Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/pico_float_test/
Dhazard3_test_gen.c35 static inline uint64_t xr256_rotl(const uint64_t x, int k) { in xr256_rotl() function
40 const uint64_t result = xr256_rotl(s[0] + s[3], 23) + s[0]; in xr256_next()
51 s[3] = xr256_rotl(s[3], 45); in xr256_next()