Home
last modified time | relevance | path

Searched defs:round_down (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/bigint/
Dshift.rs62 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/
Drounding.rs124 pub fn round_down(fp: &mut ExtendedFloat, shift: i32) { in round_down() function
/aosp_15_r20/external/trusty/lk/include/shared/lk/
Dmacros.h37 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 Digt_primes.c46 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/aosp_15_r20/external/arm-trusted-firmware/include/lib/
H A Dutils_def.h104 #define round_down(value, boundary) \ macro
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/
Dutils_def.h107 #define round_down(value, boundary) \ macro
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dbinary_ops.cc136 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 Dlib.rs201 pub fn round_down<T>(self, rhs: T) -> Self in round_down() method
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_live_var_analysis.cpp431 round_down(unsigned a, unsigned b) in round_down() function
/aosp_15_r20/external/exfatprogs/include/
H A Dlibexfat.h21 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/aosp_15_r20/external/erofs-utils/include/erofs/
H A Ddefs.h101 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/
H A Dgemm_interleaved_pretransposed_2d.hpp531 const unsigned int round_down = ideal_height - adj; in estimate_cycles() local
/aosp_15_r20/device/google/trout/tools/
Dbpttool94 def RoundToMultiple(number, size, round_down=False): argument
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_load_store_vectorize.c1020 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 DNestedTensorTransformerFunctions.cu551 __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 Df2fs_fs.h602 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp34 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/
Dtree.h5236 #define round_down(T,N) round_down_loc (UNKNOWN_LOCATION, T, N) macro