Home
last modified time | relevance | path

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

/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.hpp2373 struct fma_func struct
2400 detail::expression<detail::function, default_ops::fma_func, number<Backend, et_on>, U, V>
2404 return detail::expression<detail::function, default_ops::fma_func, number<Backend, et_on>, U, V>( in fma()
2405 default_ops::fma_func(), a, b, c); in fma()
2423 …detail::expression<detail::function, default_ops::fma_func, detail::expression<tag, Arg1, Arg2, Ar…
2427 …return detail::expression<detail::function, default_ops::fma_func, detail::expression<tag, Arg1, A… in fma()
2428 default_ops::fma_func(), a, b, c); in fma()
2467 detail::expression<detail::function, default_ops::fma_func, U, number<Backend, et_on>, V>
2471 return detail::expression<detail::function, default_ops::fma_func, U, number<Backend, et_on>, V>( in fma()
2472 default_ops::fma_func(), a, b, c); in fma()
[all …]