Home
last modified time | relevance | path

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

/external/FXdiv/bench/
Dround-down.cc5 static void fxdiv_round_down_uint32_t(benchmark::State& state) { in fxdiv_round_down_uint32_t() function
9 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);
/external/FXdiv/include/
Dfxdiv.h389 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