fp_traits.hpp | 169 get_bits(), set_bits() -- provide access to the leading bytes. 187 static void get_bits(float x, uint32_t& a) { std::memcpy(&a, &x, 4); } function in struct:boost::math::detail::fp_traits_non_native 207 static void get_bits(double x, uint32_t& a) function in struct:boost::math::detail::fp_traits_non_native 243 static void get_bits(double x, uint64_t& a) { std::memcpy(&a, &x, 8); } function in struct:boost::math::detail::fp_traits_non_native 267 static void get_bits(long double x, uint32_t& a) function in struct:boost::math::detail::fp_traits_non_native 303 static void get_bits(long double x, uint64_t& a) { std::memcpy(&a, &x, 8); } function in struct:boost::math::detail::fp_traits_non_native 330 static void get_bits(long double x, uint32_t& a) function in struct:boost::math::detail::fp_traits_non_native 374 static void get_bits(long double x, uint32_t& a) function in struct:boost::math::detail::fp_traits_non_native 421 static void get_bits(long double x, uint32_t& a) function in struct:boost::math::detail::fp_traits_non_native 455 static void get_bits(long double x, uint32_t& a function in struct:boost::math::detail::fp_traits_non_native [all...] |