Home
last modified time | relevance | path

Searched refs:iround (Results 1 – 8 of 8) sorted by relevance

/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 Dround_fwd.hpp46 int iround(const T& v, const Policy& pol);
48 int iround(const T& v);
84 using boost::math::iround;\
/OK3568_Linux_fs/buildroot/package/uhd/
H A D0006-usrp2-Replace-boost-math-iround-math-sign-with-std-l.patch4 Subject: [PATCH] usrp2: Replace boost::math::iround/math::sign with std::lround
35 - const int zone = std::min(boost::math::iround(new_freq/tick_rate), 2);
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Daes-cipher-core.S79 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op macro
131 do_crypt iround, crypto_it_tab, crypto_aes_inv_sbox, 0
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Daes-cipher-core.S97 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr macro
222 do_crypt iround, crypto_it_tab, crypto_aes_inv_sbox, 0
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Ddefault_ops.hpp2186 inline int iround(const detail::expression<tag, A1, A2, A3, A4>& v, const Policy& pol) in iround() function
2195 inline int iround(const detail::expression<tag, A1, A2, A3, A4>& v) in iround() function
2197 return iround(v, boost::math::policies::policy<>()); in iround()
2200 inline int iround(const number<T, ExpressionTemplates>& v, const Policy& pol) in iround() function
2208 inline int iround(const number<T, ExpressionTemplates>& v) in iround() function
2210 return iround(v, boost::math::policies::policy<>()); in iround()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dmath_fwd.hpp1462 inline int iround(const T& v){ using boost::math::iround; return iround(v, Policy()); }\
/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 Dbuiltins.def449 DEF_GCC_BUILTIN (BUILT_IN_IROUND, "iround", BT_FN_INT_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 Dbuiltins.def449 DEF_GCC_BUILTIN (BUILT_IN_IROUND, "iround", BT_FN_INT_DOUBLE, ATTR_MATHFN_ERRNO)