HomeSort by: relevance | last modified time | path
    Searched refs:fxp_rounded_down (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/unit/
fxp.c 227 uint32_t fxp_rounded_down = fxp_round_down(fxp); local
229 expect_u32_eq(rounded_down, fxp_rounded_down,
330 uint32_t fxp_rounded_down = fxp_round_down(fxp_a); local
335 expect_u32_eq(double_rounded_down, fxp_rounded_down,
  /src/external/bsd/jemalloc/dist/test/unit/
fxp.c 226 uint32_t fxp_rounded_down = fxp_round_down(fxp); local
229 rounded_down, fxp_rounded_down, "Mistake rounding %s down", str);
328 uint32_t fxp_rounded_down = fxp_round_down(fxp_a); local
333 expect_u32_eq(double_rounded_down, fxp_rounded_down,

Completed in 49 milliseconds