Home
last modified time | relevance | path

Searched defs:roundup (Results 1 – 25 of 28) sorted by relevance

12

/external/ComputeLibrary/src/core/NEON/kernels/convolution/common/
Dutils.hpp37 inline T roundup(const T a, const T b) in roundup() function
/external/bpftool/include/linux/
Dkernel.h23 #define roundup(x, y) ( \ macro
/external/coreboot/util/qualcomm/
Dcreatexbl.py276 def roundup(x, precision): function
/external/libbpf/include/linux/
Dkernel.h35 #define roundup(x, y) ( \ macro
/external/musl/include/sys/
Dparam.h28 #define roundup(n,d) (howmany(n,d)*(d)) macro
/external/trusty/musl/include/sys/
Dparam.h30 #define roundup(n,d) (howmany(n,d)*(d)) macro
/external/fsverity-utils/common/
Dcommon_defs.h58 #define roundup(x, y) ({ \ macro
/external/rust/android-crates-io/crates/libbpf-rs/src/
Dutil.rs58 pub fn roundup(num: usize, r: usize) -> usize { in roundup() function
/external/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress09.c80 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
Dmmapstress01.c52 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
Dmmapstress10.c108 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator_validate.h45 #define roundup(x, y) align(x, y) macro
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/
Dutils.hpp70 inline T roundup(const T a, const T b) { in roundup() function
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/math/test/rtest/
Dsemi.c15 int roundup = (isfloor && sign) || (isceil && !sign); in test_rint() local
78 int roundup = (isfloor && sign) || (isceil && !sign); in test_rintf() local
/external/arm-optimized-routines/math/test/rtest/
Dsemi.c14 int roundup = (isfloor && sign) || (isceil && !sign); in test_rint() local
77 int roundup = (isfloor && sign) || (isceil && !sign); in test_rintf() local
/external/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/math/test/rtest/
Dsemi.c15 int roundup = (isfloor && sign) || (isceil && !sign); in test_rint() local
78 int roundup = (isfloor && sign) || (isceil && !sign); in test_rintf() local
/external/vboot_reference/futility/
Dvb1_helper.c98 static uint32_t roundup(uint32_t val, uint32_t alignment) in roundup() function
/external/v4l-utils/utils/v4l2-compliance/
Dv4l2-test-input-output.cpp454 static unsigned roundup(unsigned v, unsigned mult) in roundup() function
/external/erofs-utils/include/erofs/
Ddefs.h105 #define roundup(x, y) ( \ macro
/external/cronet/tot/third_party/libc++/src/src/
Dmemory_resource.cpp138 static size_t roundup(size_t count, size_t alignment) { in roundup() function
/external/cronet/stable/third_party/libc++/src/src/
Dmemory_resource.cpp138 static size_t roundup(size_t count, size_t alignment) { in roundup() function
/external/libpcap/
Dpcap-bpf.c2160 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/external/flashrom/
Dcros_ec_commands.h2225 uint8_t roundup; member
/external/coreboot/src/ec/google/chromeec/
Dec_commands.h3090 uint8_t roundup; member
/external/bcc/libbpf-tools/x86/
Dvmlinux.h115796 uint8_t roundup; member
115802 uint8_t roundup; member
115808 uint8_t roundup; member

12