Home
last modified time | relevance | path

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

/external/rust/android-crates-io/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.py58 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/executorch/extension/threadpool/test/
Dthreadpool_test.cpp23 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/
Dutils_def.h70 #define div_round_up(val, div) __extension__ ({ \ macro
/external/coreboot/payloads/libpayload/include/
Dlibpayload.h79 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/
DNestedTensorTransformerFunctions.cu547 __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/
Druby-upb.c6818 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/
Dphp-upb.c7147 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/
Druby-upb.c6818 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/
Dphp-upb.c7147 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/
Dphp-upb.c7147 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/
Druby-upb.c6818 static size_t div_round_up(size_t n, size_t d) { return (n + d - 1) / d; } in div_round_up() function