Home
last modified time | relevance | path

Searched refs:llround (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/CodeGen/
Dlibcall-declarations.c112 long long int llround(double);
284 F(llrintf), F(llrintl), F(llround), F(llroundf), F(llroundl),
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp85 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
1074 static_assert((std::is_same<decltype(std::llround((float)0)), long long>::value), ""); in test_llround()
1075 static_assert((std::is_same<decltype(std::llround((bool)0)), long long>::value), ""); in test_llround()
1076 static_assert((std::is_same<decltype(std::llround((unsigned short)0)), long long>::value), ""); in test_llround()
1077 static_assert((std::is_same<decltype(std::llround((int)0)), long long>::value), ""); in test_llround()
1078 static_assert((std::is_same<decltype(std::llround((unsigned int)0)), long long>::value), ""); in test_llround()
1079 static_assert((std::is_same<decltype(std::llround((long)0)), long long>::value), ""); in test_llround()
1080 static_assert((std::is_same<decltype(std::llround((unsigned long)0)), long long>::value), ""); in test_llround()
1081 static_assert((std::is_same<decltype(std::llround((long long)0)), long long>::value), ""); in test_llround()
1082 …static_assert((std::is_same<decltype(std::llround((unsigned long long)0)), long long>::value), ""); in test_llround()
[all …]
/external/clang/lib/Headers/
Dtgmath.h919 __tg_llround(double __x) {return llround(__x);} in __tg_llround()
925 #undef llround
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
/external/libcxx/include/
Dcmath224 long long llround (arithmetic x);
1360 // llround
1362 using ::llround;
1365 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return llroundf…
1366 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return llroundl…
1371 llround(_A1 __lcpp_x) _NOEXCEPT {return llround((double)__lcpp_x);}
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp469 static_assert((std::is_same<decltype(llround((double)0)), long long>::value), ""); in test_llround()
472 assert(llround(1) == 1LL); in test_llround()
/external/ltrace/etc/
Dlibm.so.conf132 llong llround(double);
/external/clang/include/clang/Basic/
DBuiltins.def1001 LIBBUILTIN(llround, "LLid", "fne", "math.h", ALL_LANGUAGES)
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2195 fun:llround=uninstrumented