Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/
Dmath.rs6 pub(super) fn div_round_up(n: usize, divisor: usize) -> usize { in div_round_up() function
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dconv2d_test.py62 def div_round_up(n, d): function
/external/arm-trusted-firmware/include/lib/
Dutils_def.h62 #define div_round_up(val, div) __extension__ ({ \ macro
/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_rcl.c511 #define div_round_up(a, b) (((a) + (b) - 1) / b) macro
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_gmem.c313 #define div_round_up(v, a) (((v) + (a) - 1) / (a)) in gmem_stateobj_init() macro
/external/toybox/toys/pending/
Dmke2fs.c242 static uint32_t div_round_up(uint32_t a, uint32_t b) in div_round_up() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.c965 static size_t div_round_up(size_t n, size_t d) { in div_round_up() function
/external/protobuf/php/ext/google/protobuf/
Dupb.c4361 static size_t div_round_up(size_t n, size_t d) { in div_round_up() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c5227 static size_t div_round_up(size_t n, size_t d) { in div_round_up() function