| /external/musl/src/math/ |
| D | lround.c | 3 long lround(double x) in lround() function
|
| /external/musl/src/math/powerpc64/ |
| D | lround.c | 5 long lround(double x) in lround() function
|
| /external/musl/src/math/aarch64/ |
| D | lround.c | 3 long lround(double x) in lround() function
|
| /external/ComputeLibrary/support/ |
| D | ToolchainSupport.h | 85 inline long lround(T value) in lround() function
|
| /external/flac/src/libFLAC/ |
| D | lpc.c | 58 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/ |
| D | math.h | 1431 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/ |
| D | ansi-print.hh | 45 lround (double x) in lround() function
|
| /external/libcxx/include/ |
| D | math.h | 1360 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/ |
| D | tgmath.h | 251 #define lround(x) __tg_real_nocast(lround, (x)) macro
|
| /external/libcxx/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 88 Ambiguous lround(Ambiguous){ return Ambiguous(); } in lround() function
|
| /external/OpenCL-CTS/test_common/harness/ |
| D | msvc9.c | 440 long lround(double x) in lround() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 91 Ambiguous lround(Ambiguous){ return Ambiguous(); } in lround() function
|
| /external/libcxx/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 91 Ambiguous lround(Ambiguous){ return Ambiguous(); } in lround() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 89 Ambiguous lround(Ambiguous){ return Ambiguous(); } in lround() function
|
| /external/ComputeLibrary/include/half/ |
| D | half.hpp | 1647 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/ |
| D | half.hpp | 1649 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/ |
| D | tgmath.h | 1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
|