/external/rust/android-crates-io/crates/num-bigint/src/bigint/ |
D | shift.rs | 62 let round_down = shr_round_down(&self, rhs); localVariable 73 let round_down = shr_round_down(self, rhs); localVariable 82 let round_down = shr_round_down(self, rhs); localVariable
|
/external/rust/android-crates-io/crates/minimal-lexical/src/ |
D | rounding.rs | 124 pub fn round_down(fp: &mut ExtendedFloat, shift: i32) { in round_down() function
|
/external/trusty/lk/include/shared/lk/ |
D | macros.h | 37 static inline uintptr_t round_down(uintptr_t val, size_t alignment) { in round_down() function
|
/external/igt-gpu-tools/lib/ |
D | igt_primes.c | 46 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
/external/arm-trusted-firmware/include/lib/ |
D | utils_def.h | 104 #define round_down(value, boundary) \ macro
|
/external/trusty/arm-trusted-firmware/include/lib/ |
D | utils_def.h | 112 #define round_down(value, boundary) \ macro
|
/external/pdfium/third_party/fast_float/include/ |
D | digit_comparison.h | 165 round_down(adjusted_mantissa &am, int32_t shift) noexcept { in round_down() function
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | binary_ops.cc | 136 auto round_down = xla::And(xla::Ne(xla::Mul(x_div_y, y), x), in FloorDivImpl() local
|
/external/mesa3d/src/amd/compiler/ |
D | aco_live_var_analysis.cpp | 426 round_down(unsigned a, unsigned b) in round_down() function
|
/external/exfatprogs/include/ |
D | libexfat.h | 21 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
/external/erofs-utils/include/erofs/ |
D | defs.h | 101 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/ |
D | gemm_interleaved_pretransposed_2d.hpp | 531 const unsigned int round_down = ideal_height - adj; in estimate_cycles() local
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_load_store_vectorize.c | 1092 round_down(uint64_t a, uint64_t b) in round_down() function
|
/external/pytorch/aten/src/ATen/native/nested/cuda/ |
D | NestedTensorTransformerFunctions.cu | 551 __host__ DEVICE_INLINE int32_t round_down(int32_t a, int32_t b) { in round_down() function
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 602 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|