Searched defs:rounded (Results 1 – 10 of 10) sorted by relevance
26 unsigned rounded = ((unsigned) 0x80000000) >> lz; in roundup() local
41 size_t rounded = __BIONIC_ALIGN(new_size, PAGE_SIZE); in mremap() local
51 size_t rounded = __BIONIC_ALIGN(size, PAGE_SIZE); in mmap64() local
411 Rect rounded = new Rect(); in onBoundsChange() local
432 Rect rounded = new Rect(); in doInBackground() local
1499 final long rounded = Math.round((float) offset / smallestZone) * smallestZone; in parseOptionalDateTaken() local1506 final long rounded = Math.round((float) offset / smallestZone) * smallestZone; in parseOptionalDateTaken() local
1665 final int rounded = Math.round(result); in scaleFromDensity() local
829 final View rounded = mOverlays[pos].findViewById(id); in updateRoundedCornerView() local
900 size_t rounded = (i + 7) & ~7; in TEST() local
4110 float rounded = amount >= 1f ? amount : 0f; in onOverscrollTopChanged() local