Home
last modified time | relevance | path

Searched defs:rounded_x (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/FXdiv/bench/
H A Dround-down.cc9 const uint32_t rounded_x = fxdiv_round_down_uint32_t(x++, multiple); in fxdiv_round_down_uint32_t() local
19 const uint64_t rounded_x = fxdiv_round_down_uint64_t(x++, multiple); in fxdiv_round_down_uint64_t() local
30 const uint32_t rounded_x = x++ / multiple * multiple; in native_round_down_uint32_t() local
41 const uint64_t rounded_x = x++ / multiple * multiple; in native_round_down_uint64_t() local