Home
last modified time | relevance | path

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

/third_party/boost/boost/numeric/interval/
Drounding.hpp22 struct rounding_control struct
40 template<class T, class Rounding = rounding_control<T> >
43 template<class T, class Rounding = rounding_control<T> >
46 template<class T, class Rounding = rounding_control<T> >
/third_party/boost/boost/numeric/interval/detail/
Dc99_rounding_control.hpp21 struct rounding_control<float>: struct
29 struct rounding_control<double>: struct
37 struct rounding_control<long double>: struct
Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
59 struct rounding_control<double>: struct
67 struct rounding_control<long double>: struct
Dx86_rounding_control.hpp61 struct rounding_control<float>: detail::x86_rounding_control struct
68 struct rounding_control<double>: detail::x86_rounding_control struct
98 struct rounding_control<long double>: struct
Dppc_rounding_control.hpp64 struct rounding_control<float>: struct
77 struct rounding_control<double>: struct
85 struct rounding_control<long double>: struct
Dsparc_rounding_control.hpp83 struct rounding_control<float>: struct
91 struct rounding_control<double>: struct
99 struct rounding_control<long double>: struct
Dalpha_rounding_control.hpp82 struct rounding_control<float>: struct
91 struct rounding_control<double>: struct
99 struct rounding_control<long double>: struct
/third_party/boost/libs/numeric/interval/test/
Dadd.cpp108 struct rounding_control<pexpr> { struct
111 rounding_control() { mode = RND_M; } in rounding_control() function
125 rounding_control<pexpr>::rounding_mode rounding_control<pexpr>::mode = RND_M;
/third_party/ffmpeg/libavcodec/
Dvdpau_mpeg4.c73 info->rounding_control = s->no_rounding; in vdpau_mpeg4_start_frame()
Dvaapi_vc1.c297 .rounding_control = v->rnd, in vaapi_vc1_start_frame()