/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ |
D | bits.rs | 46 let round_up = self.0 & 1; in half_rounded_up() localVariable 64 let round_up = ((self.0 >> 2) | (self.0 >> 1) | self.0) & 1; in as_usize_bytes_rounded_up() localVariable
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/internal/ |
H A D | low_level_alloc.cc | 215 const size_t round_up; member 341 size_t round_up = 16; in RoundedUpBlockSize() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/internal/ |
H A D | low_level_alloc.cc | 215 const size_t round_up; member 341 size_t round_up = 16; in RoundedUpBlockSize() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/ |
H A D | low_level_alloc.cc | 215 const size_t round_up; member 341 size_t round_up = 16; in RoundedUpBlockSize() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/ |
H A D | low_level_alloc.cc | 215 const size_t round_up; member 341 size_t round_up = 16; in RoundedUpBlockSize() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | low_level_alloc.cc | 215 const size_t round_up; member 341 size_t round_up = 16; in RoundedUpBlockSize() local
|
/aosp_15_r20/external/abseil-cpp/absl/base/internal/ |
H A D | low_level_alloc.cc | 215 const size_t round_up; member 341 size_t round_up = 16; in RoundedUpBlockSize() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
H A D | low_level_alloc.cc | 215 const size_t round_up; member 341 size_t round_up = 16; in RoundedUpBlockSize() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | ceil_div.h | 20 C10_ALWAYS_INLINE C10_HOST_DEVICE T round_up(T a, T b) { in round_up() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/ |
H A D | math.h | 33 inline static size_t round_up(size_t n, size_t q) { in round_up() function
|
/aosp_15_r20/external/bpftool/include/linux/ |
H A D | kernel.h | 33 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | test_xdp_meta.c | 8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/example/ |
D | xtime.cpp | 40 round_up(duration<Rep, Period> d) in round_up() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/ryu-1.0.17/src/ |
H A D | s2f.rs | 212 let round_up = last_removed_bit != 0 && (!trailing_zeros || ((m2 >> shift) & 1) != 0); in s2f() localVariable
|
H A D | s2d.rs | 203 let round_up = last_removed_bit != 0 && (!trailing_zeros || ((m2 >> shift) & 1) != 0); in s2d() localVariable
|
H A D | d2s.rs | 262 let mut round_up = false; in d2d() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/ryu/src/ |
D | s2d.rs | 203 let round_up = last_removed_bit != 0 && (!trailing_zeros || ((m2 >> shift) & 1) != 0); in s2d() localVariable
|
D | s2f.rs | 210 let round_up = last_removed_bit != 0 && (!trailing_zeros || ((m2 >> shift) & 1) != 0); in s2f() localVariable
|
D | d2s.rs | 260 let mut round_up = false; in d2d() localVariable
|
/aosp_15_r20/external/trusty/lk/include/shared/lk/ |
D | macros.h | 33 static inline uintptr_t round_up(uintptr_t val, size_t alignment) { in round_up() function
|
/aosp_15_r20/build/make/tools/releasetools/ |
H A D | validate_target_files.py | 47 def _ReadFile(file_name, unpacked_name, round_up=False): argument
|
/aosp_15_r20/external/libkmsxx/kms++/src/omap/ |
H A D | omapframebuffer.cpp | 21 #define round_up(x, y) ((((x)-1) | __round_mask(x, y)) + 1) macro
|
/aosp_15_r20/external/ublksrv/include/ |
H A D | ublksrv_utils.h | 73 #define round_up(val, rnd) \ macro
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_primes.c | 45 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/dec2flt/ |
H A D | decimal.rs | 100 let mut round_up = false; in round() localVariable
|