Searched defs:div_round_up (Results 1 – 11 of 11) sorted by relevance
| /external/rust/crates/rayon/src/ |
| D | math.rs | 6 pub(super) fn div_round_up(n: usize, divisor: usize) -> usize { in div_round_up() function
|
| /external/tensorflow/tensorflow/python/compiler/tensorrt/test/ |
| D | conv2d_test.py | 58 def div_round_up(n, d): function
|
| /external/arm-trusted-firmware/include/lib/ |
| D | utils_def.h | 62 #define div_round_up(val, div) __extension__ ({ \ macro
|
| /external/mesa3d/src/gallium/drivers/v3d/ |
| D | v3dx_rcl.c | 511 #define div_round_up(a, b) (((a) + (b) - 1) / b) macro
|
| /external/mesa3d/src/gallium/drivers/freedreno/ |
| D | freedreno_gmem.c | 313 #define div_round_up(v, a) (((v) + (a) - 1) / (a)) in gmem_stateobj_init() macro
|
| /external/toybox/toys/pending/ |
| D | mke2fs.c | 242 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/ |
| D | def.c | 965 static size_t div_round_up(size_t n, size_t d) { in div_round_up() function
|
| /external/protobuf/ruby/ext/google/protobuf_c/ |
| D | ruby-upb.c | 6475 static size_t div_round_up(size_t n, size_t d) { return (n + d - 1) / d; } in div_round_up() function
|
| /external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
| D | ruby-upb.c | 6475 static size_t div_round_up(size_t n, size_t d) { return (n + d - 1) / d; } in div_round_up() function
|
| /external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
| D | php-upb.c | 6770 static size_t div_round_up(size_t n, size_t d) { return (n + d - 1) / d; } in div_round_up() function
|
| /external/protobuf/php/ext/google/protobuf/ |
| D | php-upb.c | 6770 static size_t div_round_up(size_t n, size_t d) { return (n + d - 1) / d; } in div_round_up() function
|