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

1 2 3 4 5

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_llround.c 9 #define fn llround
  /bionic/libm/
fake_long_double.c 35 long long llroundl(long double a1) { return llround(a1); }
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
round_fwd.hpp 54 boost::long_long_type llround(const T& v, const Policy& pol);
56 boost::long_long_type llround(const T& v);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 144 #define llround(x) __TGMATH_REAL(x, llround) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 155 #define llround(x) __TGMATH_REAL(x, llround) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 155 #define llround(x) __TGMATH_REAL(x, llround) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 144 #define llround(x) __TGMATH_REAL(x, llround) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 144 #define llround(x) __TGMATH_REAL(x, llround) macro
  /external/clang/test/CodeGen/
libcall-declarations.c 112 long long int llround(double);
284 F(llrintf), F(llrintl), F(llround), F(llroundf), F(llroundl),
411 // CHECK-NOERRNO: declare i64 @llround(double) [[NUW]]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
mathcalls.h 332 __MATHDECL (long long int,llround,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
tgmath.h 380 #define llround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long long int, llround) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 332 __MATHDECL (long long int,llround,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 380 #define llround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long long int, llround) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
math.h 66 using std::tr1::llround;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 66 using std::tr1::llround;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
math.h 66 using std::tr1::llround;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 249 long long llround(double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 249 long long llround(double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 249 long long llround(double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 249 long long llround(double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 249 long long llround(double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 249 long long llround(double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 249 long long llround(double);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 249 long long llround(double);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 66 using std::tr1::llround;

Completed in 306 milliseconds

1 2 3 4 5