| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/detail/ |
| H A D | round_fwd.hpp | 55 boost::long_long_type llround(const T& v, const Policy& pol); 57 boost::long_long_type llround(const T& v);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | util.hpp | 76 return static_cast<T>(::llround(value)); in wround() 81 return ::llround(value); in wround()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | math.h | 95 using std::llround;
|
| H A D | cmath | 1008 #undef llround 1138 using ::llround; 1533 llround(float __x) 1537 llround(long double __x) 1545 llround(_Tp __x)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | math.h | 95 using std::llround;
|
| H A D | cmath | 1008 #undef llround 1138 using ::llround; 1533 llround(float __x) 1537 llround(long double __x) 1545 llround(_Tp __x)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | mathcalls.h | 325 __MATHDECL (long long int,llround,, (_Mdouble_ __x));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/ |
| H A D | math.h | 66 using std::tr1::llround;
|
| H A D | cmath | 89 #undef llround 229 using ::llround; 470 using std::llround; 779 llround(float __x) 783 llround(long double __x) 790 llround(_Tp __x)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/ |
| H A D | math.h | 66 using std::tr1::llround;
|
| H A D | cmath | 89 #undef llround 229 using ::llround; 470 using std::llround; 779 llround(float __x) 783 llround(long double __x) 790 llround(_Tp __x)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | mathcalls.h | 325 __MATHDECL (long long int,llround,, (_Mdouble_ __x));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | math.h | 320 extern long long int llround (double);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | math.h | 320 extern long long int llround (double);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cmath | 228 long long llround (arithmetic x); 431 using ::llround;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cmath | 228 long long llround (arithmetic x); 431 using ::llround;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | tgmath.h | 738 #define llround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, llround) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | tgmath.h | 738 #define llround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, llround) macro
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | default_ops.hpp | 1948 return llround(arg); in BOOST_PREVENT_MACRO_SUBSTITUTION() 1953 return llround(arg); in BOOST_PREVENT_MACRO_SUBSTITUTION() 2241 inline boost::long_long_type llround(const detail::expression<tag, A1, A2, A3, A4>& v, const Policy… in llround() function 2250 inline boost::long_long_type llround(const detail::expression<tag, A1, A2, A3, A4>& v) in llround() function 2252 return llround(v, boost::math::policies::policy<>()); in llround() 2255 inline boost::long_long_type llround(const number<T, ExpressionTemplates>& v, const Policy& pol) in llround() function 2263 inline boost::long_long_type llround(const number<T, ExpressionTemplates>& v) in llround() function 2265 return llround(v, boost::math::policies::policy<>()); in llround()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/ |
| H A D | math_fwd.hpp | 1077 …inline boost::long_long_type llround(const T& v){ using boost::math::llround; return llround(v, Po…
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/ |
| H A D | simd | 493 template <class Abi> samesize<long long int, floatv<Abi>> llround(floatv<Abi> x); 494 template <class Abi> samesize<long long int, doublev<Abi>> llround(doublev<Abi> x); 495 template <class Abi> samesize<long long int, ldoublev<Abi>> llround(ldoublev<Abi> x);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/ |
| H A D | simd | 493 template <class Abi> samesize<long long int, floatv<Abi>> llround(floatv<Abi> x); 494 template <class Abi> samesize<long long int, doublev<Abi>> llround(doublev<Abi> x); 495 template <class Abi> samesize<long long int, ldoublev<Abi>> llround(ldoublev<Abi> x);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | builtins.def | 485 DEF_C99_BUILTIN (BUILT_IN_LLROUND, "llround", BT_FN_LONGLONG_DOUBLE, ATTR_MATHFN_ERRNO)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | builtins.def | 485 DEF_C99_BUILTIN (BUILT_IN_LLROUND, "llround", BT_FN_LONGLONG_DOUBLE, ATTR_MATHFN_ERRNO)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-16 | 1344 * llround: (libc)Rounding Functions. 3731 * llround: Rounding Functions. (line 173)
|