Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/
H A Dmath.h29 inline static size_t divide_round_up(size_t n, size_t q) { in divide_round_up() function
/aosp_15_r20/external/pthreadpool/src/
H A Dthreadpool-utils.h107 static inline size_t divide_round_up(size_t dividend, size_t divisor) { in divide_round_up() function
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dmath.h46 XNN_INLINE static size_t divide_round_up(size_t n, size_t q) { in divide_round_up() function
/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/
H A Dpthreadpool.cc23 static inline size_t divide_round_up(size_t dividend, size_t divisor) { in divide_round_up() function