Home
last modified time | relevance | path

Searched refs:lround (Results 1 – 17 of 17) sorted by relevance

/external/harfbuzz_ng/util/
Dansi-print.cc46 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/
DAffineTransform.cpp246 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/
DAnimationUtilities.h40 return lround(from + (to - from) * progress); in blend()
/external/iptables/extensions/
Dlibxt_statistic.c69 info->u.random.probability = lround(0x80000000 * cb->val.dbl); in statistic_parse()
/external/clang/test/CodeGen/
Dlibcall-declarations.c133 long int lround(double);
288 F(lrint), F(lrintf), F(lrintl), F(lround), F(lroundf),
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp1059 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/
Dtgmath.h1021 __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/
DMathExtras.h98 inline long lround(double num) { return static_cast<long>(round(num)); } in lround() function
/external/libcxx/include/
Dcmath244 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/
Dlibm.so.conf128 long lround(double);
/external/libcxx/test/depr/depr.c.headers/
Dmath_h.disabled.cpp507 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/
Dlpc.c209 q = lround(error); in FLAC__lpc_quantize_coefficients()
244 q = lround(error); in FLAC__lpc_quantize_coefficients()
/external/chromium_org/ui/app_list/cocoa/
Dapps_grid_controller.mm332 return lround(
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumMac.mm1088 trackInfo.value = lround(renderProgress->position() * nextafter(trackInfo.max, 0));
1089 …trackInfo.trackInfo.progress.phase = lround(renderProgress->animationProgress() * nextafter(progre…
DRenderBoxModelObject.cpp930 …return IntSize(max(1l, lround(imageIntrinsicSize.width() * scaleFactor)), max(1l, lround(imageIntr… in calculateFillTileSize()
/external/clang/include/clang/Basic/
DBuiltins.def1001 LIBBUILTIN(lround, "Lid", "fne", "math.h", ALL_LANGUAGES)
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt2471 fun:lround=uninstrumented