/external/harfbuzz_ng/util/ |
D | ansi-print.cc | 46 lround (double x) in lround() function 204 (*this)(x, y) = d < 0 ? 0 : d > dd ? 255 : lround (d * 255. / dd); in set() 300 unsigned int which = lround (((best_i + 1) * 8) / bi.height); in block_best() 332 unsigned int which = lround (((best_i + 1) * 8) / bi.width); in block_best()
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
D | AffineTransform.cpp | 246 return IntPoint(lround(x2), lround(y2)); in mapPoint() 262 return IntSize(lround(width2), lround(height2)); in mapSize()
|
/external/chromium_org/third_party/WebKit/Source/platform/animation/ |
D | AnimationUtilities.h | 40 return lround(from + (to - from) * progress); in blend()
|
/external/iptables/extensions/ |
D | libxt_statistic.c | 69 info->u.random.probability = lround(0x80000000 * cb->val.dbl); in statistic_parse()
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 133 long int lround(double); 288 F(lrint), F(lrintf), F(lrintl), F(lround), F(lroundf),
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 1059 static_assert((std::is_same<decltype(std::lround((float)0)), long>::value), ""); in test_lround() 1060 static_assert((std::is_same<decltype(std::lround((bool)0)), long>::value), ""); in test_lround() 1061 static_assert((std::is_same<decltype(std::lround((unsigned short)0)), long>::value), ""); in test_lround() 1062 static_assert((std::is_same<decltype(std::lround((int)0)), long>::value), ""); in test_lround() 1063 static_assert((std::is_same<decltype(std::lround((unsigned int)0)), long>::value), ""); in test_lround() 1064 static_assert((std::is_same<decltype(std::lround((long)0)), long>::value), ""); in test_lround() 1065 static_assert((std::is_same<decltype(std::lround((unsigned long)0)), long>::value), ""); in test_lround() 1066 static_assert((std::is_same<decltype(std::lround((long long)0)), long>::value), ""); in test_lround() 1067 static_assert((std::is_same<decltype(std::lround((unsigned long long)0)), long>::value), ""); in test_lround() 1068 static_assert((std::is_same<decltype(std::lround((double)0)), long>::value), ""); in test_lround() [all …]
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1021 __tg_lround(double __x) {return lround(__x);} in __tg_lround() 1027 #undef lround 1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | MathExtras.h | 98 inline long lround(double num) { return static_cast<long>(round(num)); } in lround() function
|
/external/libcxx/include/ |
D | cmath | 244 long lround (arithmetic x); 1413 // lround 1415 using ::lround; 1418 inline _LIBCPP_INLINE_VISIBILITY long lround(float __x) _NOEXCEPT {return lroundf(__x);} 1419 inline _LIBCPP_INLINE_VISIBILITY long lround(long double __x) _NOEXCEPT {return lroundl(__x);} 1424 lround(_A1 __x) _NOEXCEPT {return lround((double)__x);}
|
/external/ltrace/etc/ |
D | libm.so.conf | 128 long lround(double);
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 507 static_assert((std::is_same<decltype(lround((double)0)), long>::value), ""); in test_lround() 510 assert(lround(1) == 1L); in test_lround()
|
/external/flac/libFLAC/ |
D | lpc.c | 209 q = lround(error); in FLAC__lpc_quantize_coefficients() 244 q = lround(error); in FLAC__lpc_quantize_coefficients()
|
/external/chromium_org/ui/app_list/cocoa/ |
D | apps_grid_controller.mm | 332 return lround(
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderThemeChromiumMac.mm | 1088 trackInfo.value = lround(renderProgress->position() * nextafter(trackInfo.max, 0)); 1089 …trackInfo.trackInfo.progress.phase = lround(renderProgress->animationProgress() * nextafter(progre…
|
D | RenderBoxModelObject.cpp | 930 …return IntSize(max(1l, lround(imageIntrinsicSize.width() * scaleFactor)), max(1l, lround(imageIntr… in calculateFillTileSize()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1001 LIBBUILTIN(lround, "Lid", "fne", "math.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 2471 fun:lround=uninstrumented
|