Searched refs:fxdiv_round_down_uint32_t (Results 1 – 2 of 2) sorted by relevance
5 static void fxdiv_round_down_uint32_t(benchmark::State& state) { in fxdiv_round_down_uint32_t() function9 const uint32_t rounded_x = fxdiv_round_down_uint32_t(x++, multiple); in fxdiv_round_down_uint32_t()13 BENCHMARK(fxdiv_round_down_uint32_t);
389 static inline uint32_t fxdiv_round_down_uint32_t(uint32_t n, const struct fxdiv_divisor_uint32_t gr… in fxdiv_round_down_uint32_t() function