Home
last modified time | relevance | path

Searched defs:x86_rounding (Results 1 – 3 of 3) sorted by relevance

/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/detail/
Dmsvc_rounding_control.hpp39 struct x86_rounding struct
41 static unsigned int hard2msvc(unsigned short m) { in hard2msvc()
64 static unsigned short msvc2hard(unsigned int n) { in msvc2hard()
87 typedef unsigned short rounding_mode;
88 static void get_rounding_mode(rounding_mode& mode) in get_rounding_mode()
90 static void set_rounding_mode(const rounding_mode mode) in set_rounding_mode()
105 static double to_int(const double& x) { return rint(x); } in to_int()
Dx86gcc_rounding_control.hpp27 struct x86_rounding struct
29 typedef unsigned short rounding_mode;
31 static void set_rounding_mode(const rounding_mode& mode) in set_rounding_mode()
34 static void get_rounding_mode(rounding_mode& mode) in get_rounding_mode()
38 static T to_int(T r) in to_int()
Dbcc_rounding_control.hpp42 struct x86_rounding struct
44 typedef unsigned int rounding_mode;
45 static void get_rounding_mode(rounding_mode& mode) in get_rounding_mode()
47 static void set_rounding_mode(const rounding_mode mode) in set_rounding_mode()
49 static double to_int(const double& x) { return rint(x); } in to_int()