Searched refs:llround (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 112 long long int llround(double); 284 F(llrintf), F(llrintl), F(llround), F(llroundf), F(llroundl),
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 85 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/ |
D | tgmath.h | 919 __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/ |
D | cmath | 224 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/ |
D | math_h.pass.cpp | 469 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/ |
D | libm.so.conf | 132 llong llround(double);
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1001 LIBBUILTIN(llround, "LLid", "fne", "math.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2195 fun:llround=uninstrumented
|