/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
Container.java | 27 private boolean round = true; field in class:Container 142 if (round) { 143 x = Math.round(x); 144 y = Math.round(y); 145 width = Math.round(width); 146 height = Math.round(height); 692 public void setRound (boolean round) { 693 this.round = round;
|
/external/libvpx/libvpx/test/ |
dct16x16_test.cc | 34 static int round(double x) { function in namespace:__anon17872 389 << "Error: 16x16 FHT/IHT has an individual round trip error > 1"; 392 << "Error: 16x16 FHT/IHT has average round trip error > 1 per block"; 543 coeff[j] = static_cast<tran_low_t>(round(out_r[j]));
|
/external/libvpx/libvpx/vp8/encoder/ |
block.h | 47 short *round; member in struct:block
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_math.h | 126 round(double x) function 299 * Round float to nearest int.
|
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/ |
DrawerArrowDrawable.java | 136 // round this because having this floating may cause bad measurements 137 setGapSize(Math.round(a.getDimension(R.styleable.DrawerArrowToggle_gapBetweenBars, 0))); 140 // round this because having this floating may cause bad measurements 141 mBarLength = Math.round(a.getDimension(R.styleable.DrawerArrowToggle_barLength, 0)); 142 // round this because having this floating may cause bad measurements 143 mArrowHeadLength = Math.round(a.getDimension( 348 final float arrowShaftCut = Math.round(lerp(0, mMaxCutForBarSize, mProgress)); 356 final float arrowWidth = Math.round(arrowHeadBarLength * Math.cos(rotation)); 357 final float arrowHeight = Math.round(arrowHeadBarLength * Math.sin(rotation));
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
block.h | 47 short *round; member in struct:block
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
vp8_cx_iface.c | 887 vpx_codec_pts_t round, delta; local 892 round = (vpx_codec_pts_t)1000000 897 (dst_time_stamp * ctx->cfg.g_timebase.den + round) 900 ((delta * ctx->cfg.g_timebase.den + round) 917 * ctx->cfg.g_timebase.den + round) [all...] |
/ndk/sources/android/support/src/stdio/ |
vfprintf.c | 264 long double round = 8.0; local 274 while (re--) round*=16; 277 y-=round; 278 y+=round; 281 y+=round; 282 y-=round; 368 long double round = CONCAT(0x1p,LDBL_MANT_DIG); local 370 if (*d/i & 1) round += 2; 374 if (pl && *prefix=='-') round*=-1, small*=-1; 376 /* Decide whether to round by probing round+small * [all...] |
/packages/apps/Contacts/src/com/android/contacts/editor/ |
CompactPhotoSelectionFragment.java | 317 mGridView.setNumColumns(Math.round(numColumns));
|
/prebuilts/go/darwin-x86/src/runtime/ |
stubs.go | 311 // round n up to a multiple of a. a must be a power of 2. 312 func round(n, a uintptr) uintptr { func
|
/prebuilts/go/linux-x86/src/runtime/ |
stubs.go | 311 // round n up to a multiple of a. a must be a power of 2. 312 func round(n, a uintptr) uintptr { func
|
/toolchain/binutils/binutils-2.25/bfd/ |
libecoff.h | 46 bfd_vma round; member in struct:ecoff_backend_data
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
BitmapDrawableTest.java | 558 assertEquals(Math.round(origWidth * scale), scaledDrawable.getIntrinsicWidth()); 559 assertEquals(Math.round(origHeight * scale), scaledDrawable.getIntrinsicHeight());
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
Dfp.java | 527 round((striped[q] - '0')*1000); method 673 /* Note that shiftRight() does not call round() as that round() itself 688 * Align doesn't round, so it will return the last digit destroyed 911 /** Round to nearest integer using the round-half-even method. 912 * That is round to nearest integer unless both are equidistant. 913 * In which case round to the even one. 920 /** Round to an integer using the round floor mode 1330 protected int round(int n) { method in class:Dfp [all...] |
/external/bison/darwin-lib/ |
math.h | 2101 # undef round macro [all...] |
/external/bison/lib/ |
math.in.h | 1776 # undef round macro 1777 # define round macro 1787 _GL_CXXALIASWARN (round); variable 1789 # undef round macro [all...] |
/external/bison/linux-lib/ |
math.h | 2101 # undef round macro [all...] |
/external/clang/lib/Headers/ |
tgmath.h | 1140 // round 1148 __tg_round(double __x) {return round(__x);} 1154 #undef round macro 1155 #define round(__x) __tg_round(__tg_promote1((__x))(__x)) macro
|
/external/iproute2/ip/ |
ipaddress.c | 1403 int round = 0; local [all...] |
iproute.c | 1500 int round = 0; local [all...] |
/external/libcxx/test/std/numerics/c.math/ |
cmath.pass.cpp | 97 Ambiguous round(Ambiguous){ return Ambiguous(); } function [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | 962 vpx_codec_pts_t round, delta; local [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_dct_ssse3.c | 299 __m128i round, quant, dequant, thr; local 306 round = _mm_load_si128((const __m128i*)round_ptr); 327 qcoeff0 = _mm_adds_epi16(qcoeff0, round); 328 round = _mm_unpackhi_epi64(round, round); 329 qcoeff1 = _mm_adds_epi16(qcoeff1, round); 399 qcoeff0 = _mm_adds_epi16(qcoeff0, round); 400 qcoeff1 = _mm_adds_epi16(qcoeff1, round);
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_setup.c | 1205 const boolean round = (boolean) setup->softpipe->rasterizer->point_smooth; local [all...] |
/external/skia/bench/ |
nanobench.cpp | 304 int round = 0; local 308 if (round++ == FLAGS_maxCalibrationAttempts) { 359 // _this_ round, not still timing last round. [all...] |