Home
last modified time | relevance | path

Searched defs:lround (Results 1 – 17 of 17) sorted by relevance

/external/musl/src/math/
Dlround.c3 long lround(double x) in lround() function
/external/musl/src/math/powerpc64/
Dlround.c5 long lround(double x) in lround() function
/external/musl/src/math/aarch64/
Dlround.c3 long lround(double x) in lround() function
/external/ComputeLibrary/support/
DToolchainSupport.h85 inline long lround(T value) in lround() function
/external/flac/src/libFLAC/
Dlpc.c58 static inline long int lround(double x) { in lround() function
62 static inline long int lround(double x) { in lround() function
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h1431 inline _LIBCPP_HIDE_FROM_ABI long lround(float __x) _NOEXCEPT in lround() function
1437 _LIBCPP_HIDE_FROM_ABI long lround(double __x) _NOEXCEPT { in lround() function
1441 inline _LIBCPP_HIDE_FROM_ABI long lround(long double __x) _NOEXCEPT in lround() function
1449 lround(_A1 __x) _NOEXCEPT in lround() function
/external/harfbuzz_ng/util/
Dansi-print.hh45 lround (double x) in lround() function
/external/libcxx/include/
Dmath.h1360 inline _LIBCPP_INLINE_VISIBILITY long lround(float __lcpp_x) _NOEXCEPT {return ::lroundf(__lc… in lround() function
1361 inline _LIBCPP_INLINE_VISIBILITY long lround(long double __lcpp_x) _NOEXCEPT {return ::lroundl(__lc… in lround() function
1366 lround(_A1 __lcpp_x) _NOEXCEPT {return ::lround((double)__lcpp_x);} in lround() function
/external/musl/include/
Dtgmath.h251 #define lround(x) __tg_real_nocast(lround, (x)) macro
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp88 Ambiguous lround(Ambiguous){ return Ambiguous(); } in lround() function
/external/OpenCL-CTS/test_common/harness/
Dmsvc9.c440 long lround(double x) in lround() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/
Dcmath.pass.cpp91 Ambiguous lround(Ambiguous){ return Ambiguous(); } in lround() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp91 Ambiguous lround(Ambiguous){ return Ambiguous(); } in lround() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp89 Ambiguous lround(Ambiguous){ return Ambiguous(); } in lround() function
/external/ComputeLibrary/include/half/
Dhalf.hpp1647 static long lround(half arg) { return detail::half2int_up<long>(arg.data_); } in lround() function
2570 inline long lround(half arg) { return functions::lround(arg); } in lround() function
2571 inline long lround(expr arg) { return functions::lround(arg); } in lround() function
/external/armnn/third-party/half/
Dhalf.hpp1649 static long lround(half arg) { return detail::half2int_up<long>(arg.data_); } in lround() function
2572 inline long lround(half arg) { return functions::lround(arg); } in lround() function
2573 inline long lround(expr arg) { return functions::lround(arg); } in lround() function
/external/clang/lib/Headers/
Dtgmath.h1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro