Home
last modified time | relevance | path

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

/external/pthreadpool/src/
Dthreadpool-utils.h107 static inline size_t divide_round_up(size_t dividend, size_t divisor) { in divide_round_up() function
/external/XNNPACK/src/xnnpack/
Dmath.h40 inline static size_t divide_round_up(size_t n, size_t q) { in divide_round_up() function