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

1 23 4 5

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
math.h 249 long long llround(double);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
math.h 249 long long llround(double);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
math.h 249 long long llround(double);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
math.h 66 using std::tr1::llround;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
math.h 66 using std::tr1::llround;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
math.h 66 using std::tr1::llround;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
math.h 66 using std::tr1::llround;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
math.h 66 using std::tr1::llround;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
math.h 66 using std::tr1::llround;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 66 using std::tr1::llround;
  /bionic/libm/include/
math.h 238 long long llround(double);
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 96 inline long long llround(double num) { return static_cast<long long>(round(num)); } function
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /external/clang/lib/Headers/
tgmath.h 911 // llround
919 __tg_llround(double __x) {return llround(__x);}
925 #undef llround macro
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 911 // llround
919 __tg_llround(double __x) {return llround(__x);}
925 #undef llround macro
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 911 // llround
919 __tg_llround(double __x) {return llround(__x);}
925 #undef llround macro
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 911 // llround
919 __tg_llround(double __x) {return llround(__x);}
925 #undef llround macro
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 911 // llround
919 __tg_llround(double __x) {return llround(__x);}
925 #undef llround macro
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 911 // llround
919 __tg_llround(double __x) {return llround(__x);}
925 #undef llround macro
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 911 // llround
919 __tg_llround(double __x) {return llround(__x);}
925 #undef llround macro
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 911 // llround
919 __tg_llround(double __x) {return llround(__x);}
925 #undef llround macro
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 467 static_assert((std::is_same<decltype(llround((double)0)), long long>::value), "");
470 assert(llround(1) == 1LL);
  /external/ltrace/etc/
libm.so.conf 132 llong llround(double);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 474 static_assert((std::is_same<decltype(llround((double)0)), long long>::value), "");
477 assert(llround(1) == 1LL);

Completed in 2033 milliseconds

1 23 4 5