Home
last modified time | relevance | path

Searched defs:llround (Results 1 – 20 of 20) sorted by relevance

/external/cronet/stable/third_party/libc++/src/include/__cxx03/__math/
Drounding_functions.h81 inline _LIBCPP_HIDE_FROM_ABI long long llround(float __x) _NOEXCEPT { return __builtin_llroundf(__x… in llround() function
84 _LIBCPP_HIDE_FROM_ABI long long llround(double __x) _NOEXCEPT { in llround() function
88 inline _LIBCPP_HIDE_FROM_ABI long long llround(long double __x) _NOEXCEPT { return __builtin_llroun… in llround() function
91 inline _LIBCPP_HIDE_FROM_ABI long long llround(_A1 __x) _NOEXCEPT { in llround() function
/external/cronet/stable/third_party/libc++/src/include/__math/
Drounding_functions.h81 inline _LIBCPP_HIDE_FROM_ABI long long llround(float __x) _NOEXCEPT { return __builtin_llroundf(__x… in llround() function
84 _LIBCPP_HIDE_FROM_ABI long long llround(double __x) _NOEXCEPT { in llround() function
88 inline _LIBCPP_HIDE_FROM_ABI long long llround(long double __x) _NOEXCEPT { return __builtin_llroun… in llround() function
91 inline _LIBCPP_HIDE_FROM_ABI long long llround(_A1 __x) _NOEXCEPT { in llround() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__math/
Drounding_functions.h81 inline _LIBCPP_HIDE_FROM_ABI long long llround(float __x) _NOEXCEPT { return __builtin_llroundf(__x… in llround() function
84 _LIBCPP_HIDE_FROM_ABI long long llround(double __x) _NOEXCEPT { in llround() function
88 inline _LIBCPP_HIDE_FROM_ABI long long llround(long double __x) _NOEXCEPT { return __builtin_llroun… in llround() function
91 inline _LIBCPP_HIDE_FROM_ABI long long llround(_A1 __x) _NOEXCEPT { in llround() function
/external/cronet/tot/third_party/libc++/src/include/__math/
Drounding_functions.h81 inline _LIBCPP_HIDE_FROM_ABI long long llround(float __x) _NOEXCEPT { return __builtin_llroundf(__x… in llround() function
84 _LIBCPP_HIDE_FROM_ABI long long llround(double __x) _NOEXCEPT { in llround() function
88 inline _LIBCPP_HIDE_FROM_ABI long long llround(long double __x) _NOEXCEPT { return __builtin_llroun… in llround() function
91 inline _LIBCPP_HIDE_FROM_ABI long long llround(_A1 __x) _NOEXCEPT { in llround() function
/external/trusty/musl/src/math/
Dllround.c3 long long llround(double x) in llround() function
/external/musl/src/math/
Dllround.c3 long long llround(double x) in llround() function
/external/trusty/musl/src/math/aarch64/
Dllround.c3 long long llround(double x) in llround() function
/external/musl/src/math/aarch64/
Dllround.c3 long long llround(double x) in llround() function
/external/libcxx/include/
Dmath.h1310 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1311 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1316 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function
/external/trusty/musl/include/
Dtgmath.h244 #define llround(x) __tg_real_nocast(llround, (x)) macro
/external/musl/include/
Dtgmath.h244 #define llround(x) __tg_real_nocast(llround, (x)) macro
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp83 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp86 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
/external/cronet/stable/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp94 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
/external/cronet/stable/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp88 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
/external/cronet/tot/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp88 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
/external/cronet/tot/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp94 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
/external/ComputeLibrary/include/half/
Dhalf.hpp1663 static long long llround(half arg) { return detail::half2int_up<long long>(arg.data_); } in llround() function
2598 inline long long llround(half arg) { return functions::llround(arg); } in llround() function
2599 inline long long llround(expr arg) { return functions::llround(arg); } in llround() function
/external/armnn/third-party/half/
Dhalf.hpp1665 static long long llround(half arg) { return detail::half2int_up<long long>(arg.data_); } in llround() function
2600 inline long long llround(half arg) { return functions::llround(arg); } in llround() function
2601 inline long long llround(expr arg) { return functions::llround(arg); } in llround() function
/external/clang/lib/Headers/
Dtgmath.h926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro