Home
last modified time | relevance | path

Searched defs:div_round_up (Results 1 – 10 of 10) 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/mesa3d/src/gallium/frontends/rusticl/util/
Dmath.rs38 pub fn div_round_up<T>(a: T, b: T) -> T 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/trusty/arm-trusted-firmware/include/lib/
Dutils_def.h62 #define div_round_up(val, div) __extension__ ({ \ 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/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c6475 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/
Dphp-upb.c6770 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
/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