Searched defs:div_round_up (Results 1 – 13 of 13) sorted by relevance
/external/rust/android-crates-io/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/executorch/extension/threadpool/test/ |
D | threadpool_test.cpp | 23 size_t div_round_up(const size_t divident, const size_t divisor) { in div_round_up() function
|
/external/trusty/arm-trusted-firmware/include/lib/ |
D | utils_def.h | 70 #define div_round_up(val, div) __extension__ ({ \ macro
|
/external/coreboot/payloads/libpayload/include/ |
D | libpayload.h | 79 static inline u32 div_round_up(u32 n, u32 d) { return (n + d - 1) / d; } in div_round_up() function
|
/external/pytorch/aten/src/ATen/native/nested/cuda/ |
D | NestedTensorTransformerFunctions.cu | 547 __host__ DEVICE_INLINE int32_t div_round_up(int32_t a, int32_t b) { in div_round_up() function
|
/external/cronet/stable/third_party/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/cronet/tot/third_party/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
|
/external/cronet/tot/third_party/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/cronet/stable/third_party/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
|
/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
|
/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
|