Home
last modified time | relevance | path

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

/external/rust/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
/external/rust/crates/minimal-lexical/src/
Drounding.rs124 pub fn round_down(fp: &mut ExtendedFloat, shift: i32) { in round_down() function
/external/igt-gpu-tools/lib/
Digt_primes.c46 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/external/arm-trusted-firmware/include/lib/
Dutils_def.h104 #define round_down(value, boundary) \ macro
/external/exfatprogs/include/
Dlibexfat.h19 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbinary_ops.cc136 auto round_down = xla::And(xla::Ne(xla::Mul(x_div_y, y), x), in FloorDivImpl() local
/external/erofs-utils/include/erofs/
Ddefs.h101 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/
Dgemm_interleaved_pretransposed_2d.hpp531 const unsigned int round_down = ideal_height - adj; in estimate_cycles() local
/external/f2fs-tools/include/
Df2fs_fs.h654 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro