Searched defs:round_down (Results  1 – 9 of 9) sorted by relevance
| /external/rust/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/crates/minimal-lexical/src/ | 
| D | rounding.rs | 124 pub fn round_down(fp: &mut ExtendedFloat, shift: i32) {  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/exfatprogs/include/ | 
| D | libexfat.h | 19 #define round_down(x, y) ((x) & ~__round_mask(x, y))  macro
  | 
| /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/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/f2fs-tools/include/ | 
| D | f2fs_fs.h | 654 #define round_down(x, y)	((x) & ~__round_mask(x, y))  macro
  |