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

1 2 3 4 5

  /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
  /bionic/libm/
fake_long_double.c 36 long lroundl(long double a1) { return lround(a1); }
  /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);
  /external/harfbuzz_ng/util/
ansi-print.cc 46 lround (double x) function
204 (*this)(x, y) = d < 0 ? 0 : d > dd ? 255 : lround (d * 255. / dd);
300 unsigned int which = lround (((best_i + 1) * 8) / bi.height);
332 unsigned int which = lround (((best_i + 1) * 8) / bi.width);
  /external/iptables/extensions/
libxt_statistic.c 69 info->u.random.probability = lround(0x80000000 * cb->val.dbl);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/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.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 150 #define lround(x) __TGMATH_REAL(x, lround) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 150 #define lround(x) __TGMATH_REAL(x, lround) macro
  /external/clang/test/CodeGen/
libcall-declarations.c 133 long int lround(double);
288 F(lrint), F(lrintf), F(lrintl), F(lround), F(lroundf),
432 // CHECK-NOERRNO: declare i64 @lround(double) [[NUW]]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 331 __MATHDECL (long int,lround,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 379 #define lround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long int, lround) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 332 __MATHDECL (long int,lround,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 379 #define lround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long int, lround) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 332 __MATHDECL (long int,lround,, (_Mdouble_ __x));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
config.hpp 242 using boost::math::lround;\
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 73 using std::tr1::lround;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 73 using std::tr1::lround;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
math.h 73 using std::tr1::lround;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 253 long lround(double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 253 long lround(double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 253 long lround(double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 253 long lround(double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 253 long lround(double);

Completed in 2226 milliseconds

1 2 3 4 5