/external/cronet/stable/third_party/libc++/src/include/__cxx03/__math/ |
D | rounding_functions.h | 81 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/ |
D | rounding_functions.h | 81 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/ |
D | rounding_functions.h | 81 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/ |
D | rounding_functions.h | 81 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/ |
D | llround.c | 3 long long llround(double x) in llround() function
|
/external/musl/src/math/ |
D | llround.c | 3 long long llround(double x) in llround() function
|
/external/trusty/musl/src/math/aarch64/ |
D | llround.c | 3 long long llround(double x) in llround() function
|
/external/musl/src/math/aarch64/ |
D | llround.c | 3 long long llround(double x) in llround() function
|
/external/libcxx/include/ |
D | math.h | 1310 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/ |
D | tgmath.h | 244 #define llround(x) __tg_real_nocast(llround, (x)) macro
|
/external/musl/include/ |
D | tgmath.h | 244 #define llround(x) __tg_real_nocast(llround, (x)) macro
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 83 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 86 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
|
/external/cronet/stable/third_party/libc++/src/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 94 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
|
/external/cronet/stable/third_party/libc++/src/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 88 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
|
/external/cronet/tot/third_party/libc++/src/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 88 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
|
/external/cronet/tot/third_party/libc++/src/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 94 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
|
/external/ComputeLibrary/include/half/ |
D | half.hpp | 1663 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/ |
D | half.hpp | 1665 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/ |
D | tgmath.h | 926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
|