Home
last modified time | relevance | path

Searched refs:round (Results 1 – 25 of 39) sorted by relevance

12

/development/ndk/sources/android/libportable/arch-x86/
Dfenv.c151 int round = REAL(fegetround)(); in WRAP() local
152 return x86_get_rounding(round); in WRAP()
156 WRAP(fesetround)(int round) in WRAP()
158 return REAL(fesetround)(x86_change_rounding(round)); in WRAP()
/development/ndk/sources/android/libportable/arch-mips64/
Dfenv.c132 int round = REAL(fegetround)(); in WRAP() local
133 return mips64_get_rounding(round); in WRAP()
136 int WRAP(fesetround)(int round) { in WRAP()
137 return REAL(fesetround)(mips64_change_rounding(round)); in WRAP()
/development/ndk/sources/android/libportable/arch-x86_64/
Dfenv.c152 int round = REAL(fegetround)(); in WRAP() local
153 return x86_64_get_rounding(round); in WRAP()
156 int WRAP(fesetround)(int round) { in WRAP()
157 return REAL(fesetround)(x86_64_change_rounding(round)); in WRAP()
/development/samples/browseable/GridViewPager/Wearable/src/com.example.android.wearable.gridviewpager/
DMainActivity.java42 final boolean round = insets.isRound(); in onCreate()
44 int colMargin = res.getDimensionPixelOffset(round ? in onCreate()
/development/samples/browseable/WatchViewStub/
D_index.jd7 … This sample demonstrates how to specify different layouts for round and rectangular screens.
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DPathAnimations.java55 return new Point(Math.round(v.getX()), Math.round(v.getY()));
253 mPoint.set(Math.round(value.x), Math.round(value.y)); in convert()
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/decorator/
DDividerItemDecoration.java76 Math.round(ViewCompat.getTranslationY(child)); in drawVertical()
93 Math.round(ViewCompat.getTranslationX(child)); in drawHorizontal()
/development/ndk/platforms/android-9/arch-x86/include/
Dfenv.h83 int fesetround(int round);
/development/samples/Support7Demos/src/com/example/android/supportv7/graphics/
DImageLoader.java36 Math.round(Runtime.getRuntime().maxMemory() / 10));
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DColorPickerDialog.java100 int n = java.lang.Math.round(x); in floatToByte()
113 return s + java.lang.Math.round(p * (d - s)); in ave()
/development/ndk/platforms/android-9/arch-mips/symbols/
Dlibm.so.functions.txt146 round
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DImageLoader.java398 final int heightRatio = Math.round((float) height / (float) reqHeight); in calculateInSampleSize()
399 final int widthRatio = Math.round((float) width / (float) reqWidth); in calculateInSampleSize()
DImageCache.java164 return Math.round(percent * Runtime.getRuntime().maxMemory() / 1024); in calculateMemCacheSize()
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayout.java283 int delta = Math.round(mIsHorizontal ? ((float) w) / ((float) mNumberOfFolds) : in prepareFold()
351 float translatedDistancePerFold = Math.round(translatedDistance / mNumberOfFolds); in calculateMatrices()
440 mDst[y] = Math.round(mDst[y]); in calculateMatrices()
/development/ndk/platforms/android-18/arch-mips/symbols/
Dlibm.so.functions.txt155 round
/development/ndk/platforms/android-13/arch-mips/symbols/
Dlibm.so.functions.txt149 round
/development/ndk/platforms/android-13/arch-x86/symbols/
Dlibm.so.functions.txt163 round
/development/ndk/platforms/android-9/arch-x86/symbols/
Dlibm.so.functions.txt162 round
/development/ndk/platforms/android-18/arch-x86/symbols/
Dlibm.so.functions.txt169 round
/development/samples/ApiDemos/src/com/example/android/apis/view/
DList8.java126 int whichPhoto = (int)Math.round(Math.random() * (mPhotoPool.length - 1)); in addPhotos()
/development/ndk/platforms/android-L/arch-x86/symbols/
Dlibm.so.functions.txt177 round
/development/ndk/platforms/android-L/arch-arm64/symbols/
Dlibm.so.functions.txt174 round
/development/ndk/platforms/android-L/arch-x86_64/symbols/
Dlibm.so.functions.txt174 round
/development/ndk/platforms/android-9/arch-arm/symbols/
Dlibm.so.functions.txt194 round
/development/ndk/platforms/android-L/arch-mips64/symbols/
Dlibm.so.functions.txt174 round

12