/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_primes.c | 46 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
/aosp_15_r20/external/arm-trusted-firmware/include/lib/ |
H A D | utils_def.h | 104 #define round_down(value, boundary) \ macro
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/ |
D | utils_def.h | 107 #define round_down(value, boundary) \ macro
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
H A D | binary_ops.cc | 136 auto round_down = xla::And(xla::Ne(xla::Mul(x_div_y, y), x), in FloorDivImpl() local
|
/aosp_15_r20/bootable/libbootloader/gbl/libsafemath/src/ |
H A D | lib.rs | 201 pub fn round_down<T>(self, rhs: T) -> Self in round_down() method
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_live_var_analysis.cpp | 431 round_down(unsigned a, unsigned b) in round_down() function
|
/aosp_15_r20/external/exfatprogs/include/ |
H A D | libexfat.h | 21 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
/aosp_15_r20/external/erofs-utils/include/erofs/ |
H A D | defs.h | 101 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/ |
H A D | gemm_interleaved_pretransposed_2d.hpp | 531 const unsigned int round_down = ideal_height - adj; in estimate_cycles() local
|
/aosp_15_r20/device/google/trout/tools/ |
D | bpttool | 94 def RoundToMultiple(number, size, round_down=False): argument
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_load_store_vectorize.c | 1020 round_down(uint64_t a, uint64_t b) in round_down() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/ |
H A D | NestedTensorTransformerFunctions.cu | 551 __host__ DEVICE_INLINE int32_t round_down(int32_t a, int32_t b) { in round_down() function
|
/aosp_15_r20/external/f2fs-tools/include/ |
H A D | f2fs_fs.h | 602 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/ |
D | test_simd.cpp | 34 static unsigned int round_down(unsigned int x) in round_down() function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | tree.h | 5236 #define round_down(T,N) round_down_loc (UNKNOWN_LOCATION, T, N) macro
|