Home
last modified time | relevance | path

Searched refs:llrint (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/none/tests/mips64/
Dtest_math.stdout.exp10 llrint(1234.01): 1235
14 llrint(1234.01): 1234
Dtest_math.cpp27 printf("llrint(1234.01): %lld\n", llrint(1234.01)); in main()
32 printf("llrint(1234.01): %lld\n", llrint(1234.01)); in main()
/external/valgrind/none/tests/mips32/
Dtest_math.stdout.exp10 llrint(1234.01): 1235
14 llrint(1234.01): 1234
Dtest_math.cpp27 printf("llrint(1234.01): %lld\n", llrint(1234.01)); in main()
32 printf("llrint(1234.01): %lld\n", llrint(1234.01)); in main()
/external/clang/test/CodeGen/
Dlibcall-declarations.c109 long long int llrint(double);
283 F(ilogbl), F(lgamma), F(lgammaf), F(lgammal), F(llrint),
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp84 Ambiguous llrint(Ambiguous){ return Ambiguous(); } in llrint() function
1055 static_assert((std::is_same<decltype(std::llrint((float)0)), long long>::value), ""); in test_llrint()
1056 static_assert((std::is_same<decltype(std::llrint((bool)0)), long long>::value), ""); in test_llrint()
1057 static_assert((std::is_same<decltype(std::llrint((unsigned short)0)), long long>::value), ""); in test_llrint()
1058 static_assert((std::is_same<decltype(std::llrint((int)0)), long long>::value), ""); in test_llrint()
1059 static_assert((std::is_same<decltype(std::llrint((unsigned int)0)), long long>::value), ""); in test_llrint()
1060 static_assert((std::is_same<decltype(std::llrint((long)0)), long long>::value), ""); in test_llrint()
1061 static_assert((std::is_same<decltype(std::llrint((unsigned long)0)), long long>::value), ""); in test_llrint()
1062 static_assert((std::is_same<decltype(std::llrint((long long)0)), long long>::value), ""); in test_llrint()
1063 … static_assert((std::is_same<decltype(std::llrint((unsigned long long)0)), long long>::value), ""); in test_llrint()
[all …]
/external/clang/lib/Headers/
Dtgmath.h902 __tg_llrint(double __x) {return llrint(__x);} in __tg_llrint()
908 #undef llrint
909 #define llrint(__x) __tg_llrint(__tg_promote1((__x))(__x)) macro
/external/libcxx/include/
Dcmath220 long long llrint (arithmetic x);
1347 // llrint
1349 using ::llrint;
1352 inline _LIBCPP_INLINE_VISIBILITY long long llrint(float __lcpp_x) _NOEXCEPT {return llrintf(_…
1353 inline _LIBCPP_INLINE_VISIBILITY long long llrint(long double __lcpp_x) _NOEXCEPT {return llrintl(_…
1358 llrint(_A1 __lcpp_x) _NOEXCEPT {return llrint((double)__lcpp_x);}
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp461 static_assert((std::is_same<decltype(llrint((double)0)), long long>::value), ""); in test_llrint()
464 assert(llrint(1) == 1LL); in test_llrint()
/external/ltrace/etc/
Dlibm.so.conf268 llong llrint(double);
/external/clang/include/clang/Basic/
DBuiltins.def997 LIBBUILTIN(llrint, "LLid", "fne", "math.h", ALL_LANGUAGES)
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2192 fun:llrint=uninstrumented