Searched defs:round_up (Results 1 – 11 of 11) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_xdp_meta.c | 8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
|
/external/grpc-grpc/src/core/lib/transport/ |
D | timeout_encoding.cc | 28 static int64_t round_up(int64_t x, int64_t divisor) { in round_up() function
|
/external/libkmsxx/kms++/src/omap/ |
D | omapframebuffer.cpp | 21 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator_validate.h | 46 #define round_up(x, y) align(x, y) macro
|
/external/avb/examples/uefi/ |
D | uefi_avb_boot.c | 109 static size_t round_up(size_t value, size_t size) { in round_up() function
|
/external/libdrm/omap/ |
D | omap_drm.c | 46 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
/external/u-boot/include/linux/ |
D | kernel.h | 55 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
/external/python/cpython2/Objects/ |
D | intobject.c | 1008 int round_up; in int_float() local
|
D | floatobject.c | 1456 int half_eps, digit, round_up, sign=1; in float_fromhex() local
|
/external/python/cpython3/Objects/ |
D | floatobject.c | 1282 int half_eps, digit, round_up, negate=0; in float_fromhex() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_spatial_convolutions_test.cc | 1675 const auto round_up = [](const Index idx) { in PackLhsHelper() local
|