Home
last modified time | relevance | path

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

/lk-master/lib/heap/cmpctmalloc/
A Dcmpctmalloc.c169 size_t rounded = ROUNDUP(size, 8); in size_to_index_allocating() local
170 return size_to_index_helper(rounded, rounded_up_out, -8, 1); in size_to_index_allocating()
419 size_t rounded; in cmpct_test_buckets() local
424 bucket = size_to_index_allocating(i, &rounded); in cmpct_test_buckets()
427 ASSERT(IS_ALIGNED(rounded, 8)); in cmpct_test_buckets()
428 ASSERT(rounded >= i); in cmpct_test_buckets()
432 ASSERT(rounded - i < 8); in cmpct_test_buckets()
446 bucket = size_to_index_allocating(i, &rounded); in cmpct_test_buckets()
449 ASSERT(IS_ALIGNED(rounded, j)); in cmpct_test_buckets()
450 ASSERT(rounded >= i); in cmpct_test_buckets()
[all …]
/lk-master/external/platform/pico/rp2_common/pico_double/
A Ddouble_v1_rom_shim.S1058 asrs r2,#5 @ d4 Q52, rounded to Q53 with spare bit in carry
1063 @ r2 d4 Q52, rounded to Q53

Completed in 6 milliseconds