/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
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
|
/prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/ |
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
|
/prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/ |
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
|
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/ |
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
|
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
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
|
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
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
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/ |
math_h.pass.cpp | 97 Ambiguous round(Ambiguous){ return Ambiguous(); } function [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/ |
cmath.pass.cpp | 98 Ambiguous round(Ambiguous){ return Ambiguous(); } function [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
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
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PaintTest.java | 250 p.setStrokeCap(Cap.ROUND); 251 assertEquals(Cap.ROUND, p.getStrokeCap()); 379 p.setStrokeJoin(Join.ROUND); 380 assertEquals(Join.ROUND, p.getStrokeJoin()); 1056 assertEquals(Math.round(p.ascent()), fmi.ascent) [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
NinePatchDrawableTest.java | 467 assertEquals(Math.round(origWidth * scale), scaledDrawable.getIntrinsicWidth()); 468 assertEquals(Math.round(origHeight * scale), scaledDrawable.getIntrinsicHeight()); 553 assertEquals(Math.round(origWidth * scale), scaledDrawable.getIntrinsicWidth()); 554 assertEquals(Math.round(origHeight * scale), scaledDrawable.getIntrinsicHeight());
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
FastMath.java | 3766 public static long round(double x) { method in class:FastMath 3774 public static int round(final float x) { method in class:FastMath [all...] |
/external/eigen/unsupported/test/mpreal/ |
mpreal.h | 461 friend const mpreal round(const mpreal& v);
2523 inline const mpreal round(const mpreal& v) function in namespace:mpfr [all...] |
/external/freetype/src/autofit/ |
aflatin.c | 44 /* needed for computation of round vs. flat segments */ 308 /* round segments the overshoot positions. */ 454 FT_Bool round = 0; local 550 /* now check whether the point belongs to a straight or round */ 823 /* now set the `round' flag depending on the segment's kind: */ 829 /* an `off' point, the segment is round, otherwise it is */ 836 round = 0; 838 round = FT_BOOL( 844 if ( round && AF_LATIN_IS_NEUTRAL_BLUE( bs ) ) 847 FT_TRACE5(( " (round, skipped)\n" )) [all...] |
aflatin2.c | 229 FT_Bool round; local 296 /* now check whether the point belongs to a straight or round */ 341 /* now, set the `round' flag depending on the segment's kind */ 342 round = FT_BOOL( 346 FT_TRACE5(( " (%s)\n", round ? "round" : "flat" )); 349 if ( round ) 584 /* we round up much more often */ 854 /* a segment is round if it doesn't have successive */ [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mcomp.c | 660 int iter, round = 3 - forced_stop; local 678 if (round == 3) round = 2; 689 for (iter = 0; iter < round; ++iter) { [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 1039 const int64_t round = (int64_t)TICKS_PER_SEC * timebase->num \/ 2 - 1; local [all...] |
/external/skia/src/gpu/ |
GrTessellator.cpp | 273 // Round to nearest quarter-pixel. This is used for screenspace tessellation. 275 inline void round(SkPoint* p) { function in namespace:__anon29659 304 round(point); [all...] |
/external/swiftshader/src/Shader/ |
ShaderCore.cpp | 374 y = y - Round(y); 1143 // Note: this version doesn't round to the nearest even in case of a tie as defined by IEEE 754-2008, it rounds to +inf 1182 // round(clamp(c, -1.0, 1.0) * 32767.0) 1183 d.x = As<Float4>((Int4(Round(Min(Max(s0.x, Float4(-1.0f)), Float4(1.0f)) * Float4(32767.0f))) & Int4(0xFFFF)) | 1184 ((Int4(Round(Min(Max(s0.y, Float4(-1.0f)), Float4(1.0f)) * Float4(32767.0f))) & Int4(0xFFFF)) << 16)); 1189 // round(clamp(c, 0.0, 1.0) * 65535.0) 1190 d.x = As<Float4>((Int4(Round(Min(Max(s0.x, Float4(0.0f)), Float4(1.0f)) * Float4(65535.0f))) & Int4(0xFFFF)) 1260 void ShaderCore::round(Vector4f &dst, const Vector4f &src) function in class:sw::ShaderCore [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
entropy_coding.c | 202 int16_t round, shftVal = 0, sh; local 213 round = 32; 217 round = 256; 226 CorrQ11[k] = (sum * tmpGain + round) >> shftVal; 275 int16_t round, shftVal = 0, sh; local 287 round = 32; 291 round = 256; 300 CorrQ11[k] = (sum * tmpGain + round) >> shftVal; [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
entropy_coding.c | 103 int16_t round, shftVal = 0, sh; local 116 round = 32; 120 round = 256; 129 CorrQ11[k] = (sum * tmpGain + round) >> shftVal; [all...] |
/frameworks/base/core/java/android/app/ |
ActivityTransitionCoordinator.java | 540 view.setRight(Math.round(width)); 541 view.setBottom(Math.round(height)); 551 int x = Math.round(left); 552 int y = Math.round(top); 553 int width = Math.round(right) - x; 554 int height = Math.round(bottom) - y; [all...] |
/frameworks/rs/driver/runtime/ |
rs_cl.c | 710 float __attribute__((overloadable)) round(float v) { function 713 FN_FUNC_FN(round) 2137 HN_FUNC_HN(round); variable [all...] |
/frameworks/support/wear/src/android/support/wear/widget/ |
CircledImageView.java | 251 mPaint.setAlpha(Math.round(mPaint.getAlpha() * getAlpha())); 275 mPaint.setAlpha(Math.round(mPaint.getAlpha() * getAlpha())); 285 mDrawable.setAlpha(Math.round(getAlpha() * 255)); 393 final int drawableWidth = Math.round(scaleFactor * nativeDrawableWidth); 394 final int drawableHeight = Math.round(scaleFactor * nativeDrawableHeight); 399 + Math.round(mImageHorizontalOffcenterPercentage * drawableWidth); 755 mShadowPaint.setAlpha(Math.round(mShadowPaint.getAlpha() * alpha));
|
/libcore/luni/src/main/java/java/math/ |
BigDecimal.java | 53 * Rounding mode to round towards positive infinity. For positive values 62 * Rounding mode to round towards negative infinity. For positive values 794 return add(augend).round(mc); 804 return add(augend).round(mc); 808 return add(augend).round(mc); 823 return larger.round(mc); 1848 public BigDecimal round(MathContext mc) { method in class:BigDecimal [all...] |