Home
last modified time | relevance | path

Searched refs:llrintf (Results 1 – 14 of 14) sorted by relevance

/external/valgrind/none/tests/mips64/
Dtest_math.stdout.exp-older-gcc11 llrintf(1234.01f): 1235
12 llrintf(1234.01f): 1234
15 llrintf(1234.01f): 1234
Dtest_math.stdout.exp11 llrintf(1234.01f): 1235
12 llrintf(1234.01f): 1235
15 llrintf(1234.01f): 1234
Dtest_math.cpp28 printf("llrintf(1234.01f): %lld\n", llrintf(1234.01f)); in main()
33 printf("llrintf(1234.01f): %lld\n", llrintf(1234.01f)); in main()
/external/valgrind/none/tests/mips32/
Dtest_math.stdout.exp11 llrintf(1234.01f): 1235
12 llrintf(1234.01f): 1235
15 llrintf(1234.01f): 1234
Dtest_math.cpp28 printf("llrintf(1234.01f): %lld\n", llrintf(1234.01f)); in main()
33 printf("llrintf(1234.01f): %lld\n", llrintf(1234.01f)); in main()
/external/mesa3d/include/
Dc99_math.h92 llrintf(float f) in llrintf() function
/external/clang/test/CodeGen/
Dlibcall-declarations.c110 long long int llrintf(float);
284 F(llrintf), F(llrintl), F(llround), F(llroundf), F(llroundl),
/external/libcxx/include/
Dcmath225 long long llrintf(float x);
427 using ::llrintf;
Dmath.h1214 inline _LIBCPP_INLINE_VISIBILITY long long llrint(float __lcpp_x) _NOEXCEPT {return ::llrintf in llrint()
/external/clang/lib/Headers/
Dtgmath.h898 __tg_llrint(float __x) {return llrintf(__x);} in __tg_llrint()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp1109 static_assert((std::is_same<decltype(llrintf(0)), long long>::value), ""); in test_llrint()
/external/clang/include/clang/Basic/
DBuiltins.def1026 LIBBUILTIN(llrintf, "LLif", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp1133 static_assert((std::is_same<decltype(std::llrintf(0)), long long>::value), ""); in test_llrint()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2193 fun:llrintf=uninstrumented