Home
last modified time | relevance | path

Searched defs:toward_zero (Results 1 – 6 of 6) sorted by relevance

/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/ext/
Dx86_fast_rounding_control.hpp42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero() function
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero() function
62 static void toward_zero() { set_rounding_mode(detail::rnd_mode_l.toward_zero); } in toward_zero() function
/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/detail/
Dsparc_rounding_control.hpp66 static void toward_zero() { set_rounding_mode(FP_RZ); } in toward_zero() function
71 static void toward_zero() { set_rounding_mode(0x40000000); } in toward_zero() function
Dc99sub_rounding_control.hpp32 static void toward_zero() { set_rounding_mode(FE_TOWARDZERO); } in toward_zero() function
Dia64_rounding_control.hpp38 static void toward_zero() { set_rounding_mode(FE_TOWARDZERO); } in toward_zero() function
Dalpha_rounding_control.hpp52 static void toward_zero() { set_rounding_mode(mode_toward_zero.dmode); } in toward_zero() function
Dppc_rounding_control.hpp49 static void toward_zero() { set_rounding_mode(mode_toward_zero.dmode); } in toward_zero() function