/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/detail/ |
D | ia64_rounding_control.hpp | 50 struct rounding_control<float>: struct 53 static float force_rounding(const float r) in force_rounding() 55 static float to_int(const float& x) { return rintf(x); } in to_int() 59 struct rounding_control<double>: struct 62 static const double & force_rounding(const double& r) { return r; } in force_rounding() 63 static double to_int(const double& r) { return rint(r); } in to_int() 67 struct rounding_control<long double>: struct 70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding() 71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
|
D | alpha_rounding_control.hpp | 82 struct rounding_control<float>: struct 85 static float force_rounding(const float r) in force_rounding() 87 static float to_int(const float& x) { return rintf(x); } in to_int() 91 struct rounding_control<double>: struct 94 static const double & force_rounding(const double& r) { return r; } in force_rounding() 95 static double to_int(const double& r) { return rint(r); } in to_int() 99 struct rounding_control<long double>: struct 102 static const long double & force_rounding(const long double& r) { return r; } in force_rounding() 103 static long double to_int(const long double& r) { return rintl(r); } in to_int()
|
D | sparc_rounding_control.hpp | 83 struct rounding_control<float>: struct 86 static const float& force_rounding(const float& x) { return x; } in force_rounding() 87 static float to_int(const float& x) { return rintf(x); } in to_int() 91 struct rounding_control<double>: struct 94 static const double& force_rounding(const double& x) { return x; } in force_rounding() 95 static double to_int(const double& x) { return rint(x); } in to_int() 99 struct rounding_control<long double>: struct 102 static const long double& force_rounding(const long double& x) { return x; } in force_rounding() 103 static long double to_int(const long double& x) { return rint(x); } in to_int()
|
D | ppc_rounding_control.hpp | 64 struct rounding_control<float>: struct 67 static float force_rounding(const float r) in force_rounding() 73 static float to_int(const float& x) { return rintf(x); } in to_int() 77 struct rounding_control<double>: struct 80 static const double & force_rounding(const double& r) { return r; } in force_rounding() 81 static double to_int(const double& r) { return rint(r); } in to_int() 85 struct rounding_control<long double>: struct 88 static const long double & force_rounding(const long double& r) { return r; } in force_rounding() 89 static long double to_int(const long double& r) { return rint(r); } in to_int()
|
D | c99_rounding_control.hpp | 21 struct rounding_control<float>: struct 24 static float force_rounding(float const &r) in force_rounding() 29 struct rounding_control<double>: struct 32 static double force_rounding(double const &r) in force_rounding() 37 struct rounding_control<long double>: struct 40 static long double force_rounding(long double const &r) in force_rounding()
|
D | x86_rounding_control.hpp | 61 struct rounding_control<float>: detail::x86_rounding_control struct 63 static float force_rounding(const float& r) in force_rounding() 68 struct rounding_control<double>: detail::x86_rounding_control struct 72 static double force_rounding(const double& r) in force_rounding() 98 struct rounding_control<long double>: struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/ |
D | rounding.hpp | 22 struct rounding_control struct 24 typedef int rounding_mode; 25 static void get_rounding_mode(rounding_mode&) {} in get_rounding_mode() 26 static void set_rounding_mode(rounding_mode) {} in set_rounding_mode() 27 static void upward() {} in upward() 28 static void downward() {} in downward() 29 static void to_nearest() {} in to_nearest() 30 static const T& to_int(const T& x) { return x; } in to_int() 31 static const T& force_rounding(const T& x) { return x; } in force_rounding()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/test/ |
D | add.cpp | 108 struct rounding_control<pexpr> { struct 109 typedef enum { RND_U, RND_M, RND_D } rounding_mode; 110 static rounding_mode mode; 111 rounding_control() { mode = RND_M; } in rounding_control() function 112 void get_rounding_mode(rounding_mode& m) { m = mode; } in get_rounding_mode() 113 void set_rounding_mode(rounding_mode m) { mode = m; } in set_rounding_mode() 114 void upward() { mode = RND_U; } in upward() 115 void downward() { mode = RND_D; } in downward() 116 pexpr force_rounding(pexpr a) { in force_rounding()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_vp3_video_vp.c | 76 uint8_t rounding_control; // 56 member
|
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/codec/shared/ |
H A D | codec_def_decode_vc1.h | 141 uint8_t rounding_control; /* PICTURE_LAYER::RNDCTRL */ member
|
/aosp_15_r20/external/virglrenderer/src/ |
H A D | virgl_video_hw.h | 551 uint8_t rounding_control; member
|
/aosp_15_r20/external/mesa3d/src/virtio/virtio-gpu/ |
H A D | virgl_video_hw.h | 551 uint8_t rounding_control; member
|
/aosp_15_r20/external/libva/va/ |
H A D | va.h | 3410 uint8_t rounding_control; /* PICTURE_LAYER::RNDCTRL */ member
|
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/ |
H A D | p_video_state.h | 329 uint8_t rounding_control; member
|