Searched defs:div_round_up (Results 1 – 10 of 10) 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/mesa3d/src/gallium/frontends/rusticl/util/ |
| D | math.rs | 38 pub fn div_round_up<T>(a: T, b: T) -> T 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/trusty/arm-trusted-firmware/include/lib/ |
| D | utils_def.h | 62 #define div_round_up(val, div) __extension__ ({ \ 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/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/ruby/ext/google/protobuf_c/ |
| D | ruby-upb.c | 6818 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 | 7147 static size_t div_round_up(size_t n, size_t d) { return (n + d - 1) / d; } in div_round_up() function
|