Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
Drounding.rs124 pub fn round_down(fp: &mut ExtendedFloat, shift: i32) { in round_down() function
/third_party/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp339 round_down(unsigned a, unsigned b) in round_down() function
/third_party/exfatprogs/include/
Dlibexfat.h21 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_load_store_vectorize.c1052 round_down(uint64_t a, uint64_t b) in round_down() function
/third_party/f2fs-tools/include/
Df2fs_fs.h650 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro