Home
last modified time | relevance | path

Searched refs:round_up (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp40 static unsigned int round_up(unsigned int x) in round_up() function
75 EXPECT_EQ(round_up_to_simd_multiple_vla(3), round_up(3)); in TEST()
76 EXPECT_EQ(round_up_to_simd_multiple_vla(5), round_up(5)); in TEST()
77 EXPECT_EQ(round_up_to_simd_multiple_vla(7), round_up(7)); in TEST()
78 EXPECT_EQ(round_up_to_simd_multiple_vla(231), round_up(231)); in TEST()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dwuffs-v0.3.c10388 static uint64_t round_up(uint64_t min_incl, uint64_t max_incl);
13637 bool round_up = false; in wuffs_base__private_implementation__high_prec_dec__rounded_integer() local
13639 round_up = h->digits[dp] >= 5; in wuffs_base__private_implementation__high_prec_dec__rounded_integer()
13643 round_up = h->truncated || // in wuffs_base__private_implementation__high_prec_dec__rounded_integer()
13647 if (round_up) { in wuffs_base__private_implementation__high_prec_dec__rounded_integer()
43985 uint64_t n = round_up(min_incl, m_max_incl); in grow()
44012 DynIOBuffer::round_up(uint64_t min_incl, uint64_t max_incl) { in round_up() function