HomeSort by relevance Sort by last modified time
    Searched refs:lround (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
AnimationUtilities.h 37 return lround(from + (to - from) * progress);
42 return lround(to > from ? from + (to - from) * progress : from - (from - to) * progress);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lround.c 39 #define fn lround
44 * of the form xxx.5; they are "out of range" because lround() rounds away
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
InbandTextTrack.cpp 154 cue->setPosition(lround(cueData->position()), IGNORE_EXCEPTION);
156 cue->setLine(lround(cueData->line()), IGNORE_EXCEPTION);
158 cue->setSize(lround(cueData->size()), IGNORE_EXCEPTION);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
round_fwd.hpp 49 long lround(const T& v, const Policy& pol);
51 long lround(const T& v);
  /bionic/libm/
fake_long_double.c 60 long lroundl(long double a1) { return lround(a1); }
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
AffineTransform.cpp 244 return IntPoint(lround(x2), lround(y2));
260 return IntSize(lround(width2), lround(height2));
  /external/harfbuzz_ng/util/
ansi-print.cc 192 (*this)(x, y) = d < 0 ? 0 : d > dd ? 255 : lround (d * 255. / dd);
288 unsigned int which = lround (((best_i + 1) * 8) / bi.height);
320 unsigned int which = lround (((best_i + 1) * 8) / bi.width);
  /external/iptables/extensions/
libxt_statistic.c 65 info->u.random.probability = lround(0x80000000 * cb->val.dbl);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 150 #define lround(x) __TGMATH_REAL(x, lround) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 150 #define lround(x) __TGMATH_REAL(x, lround) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 161 #define lround(x) __TGMATH_REAL(x, lround) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 161 #define lround(x) __TGMATH_REAL(x, lround) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 150 #define lround(x) __TGMATH_REAL(x, lround) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 150 #define lround(x) __TGMATH_REAL(x, lround) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 331 __MATHDECL (long int,lround,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 372 #define lround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long int, lround) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 381 #define lround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long int, lround) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 331 __MATHDECL (long int,lround,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 372 #define lround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long int, lround) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 381 #define lround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long int, lround) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 331 __MATHDECL (long int,lround,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 372 #define lround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long int, lround) macro
  /development/ndk/platforms/android-3/include/
math.h 253 long lround(double);
  /development/ndk/platforms/android-9/include/
math.h 253 long lround(double);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
config.hpp 242 using boost::math::lround;\

Completed in 2151 milliseconds

1 2 3 4