HomeSort by relevance Sort by last modified time
    Searched refs:lround (Results 1 - 25 of 102) 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 37 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
206 (*this)(x, y) = d < 0 ? 0 : d > dd ? 255 : lround (d * 255. / dd);
303 unsigned int which = lround ((double) ((best_i + 1) * 8) / bi.height);
335 unsigned int which = lround ((double) ((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));
  /bionic/libm/include/
math.h 198 long lround(double);
  /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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 73 using std::tr1::lround;
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 90 Ambiguous lround(Ambiguous){ return Ambiguous(); } function
    [all...]
  /system/netd/server/
DnsProxyListener.cpp 199 const int latencyMs = lround(s.timeTaken());
382 const int latencyMs = lround(s.timeTaken());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]

Completed in 691 milliseconds

1 2 3 4 5