Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
Dslow.rs13 use crate::rounding::{round, round_down, round_nearest_tie_even};
132 round::<F, _>(&mut b, round_down); in negative_digit_comp()
Drounding.rs124 pub fn round_down(fp: &mut ExtendedFloat, shift: i32) { in round_down() function
/third_party/rust/crates/minimal-lexical/tests/
Drounding_tests.rs61 rounding::round::<f64, _>(&mut fp, rounding::round_down); in round_test()
/third_party/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp339 round_down(unsigned a, unsigned b) in round_down() function
349 sgprs = round_down(sgprs, program->dev.sgpr_alloc_granule); in get_addr_sgpr_from_waves()
/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
1082 uint64_t max_low = round_down(UINT64_MAX, low->align_mul) + low->align_offset; in check_for_robustness()
1101 max_low = round_down(BITFIELD64_MASK(addition_bits), stride) + (low->offset % stride); in check_for_robustness()
/third_party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp34 static int round_down(int x) in round_down() function
60 EXPECT_EQ(round_down_to_simd_multiple_vla(3), round_down(3)); in TEST()
61 EXPECT_EQ(round_down_to_simd_multiple_vla(5), round_down(5)); in TEST()
62 EXPECT_EQ(round_down_to_simd_multiple_vla(7), round_down(7)); in TEST()
63 EXPECT_EQ(round_down_to_simd_multiple_vla(231), round_down(231)); in TEST()
/third_party/f2fs-tools/lib/
Dlibf2fs.c362 start = round_down(start, BITS_PER_BYTE); in _find_next_bit_le()
/third_party/f2fs-tools/include/
Df2fs_fs.h650 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro