Home
last modified time | relevance | path

Searched defs:absolute_value (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/spirit/home/karma/numeric/detail/
Dnumeric_utils.hpp54 struct absolute_value struct
56 typedef T type;
57 static T call (T n) in call()
118 struct absolute_value<float> struct
120 typedef float type;
121 static type call(float n) in call()
128 struct absolute_value<double> struct
130 typedef double type;
131 static type call(double n) in call()
138 struct absolute_value<long double> struct
[all …]
/third_party/boost/libs/gil/test/core/
Dpromote_integral.cpp42 struct absolute_value struct
51 struct absolute_value<T, false> argument
75 BOOST_TEST(absolute_value<Promoted>::apply(min_value) >= min_value); in apply() argument
/third_party/boost/libs/geometry/test/util/
Dpromote_integral.cpp89 struct absolute_value struct
98 struct absolute_value<T, false> struct
120 BOOST_CHECK(absolute_value<Promoted>::apply(min_value) == min_value); in apply() argument
/third_party/boost/boost/spirit/home/support/
Dadapt_adt_attributes.hpp349 struct absolute_value<fusion::extension::adt_attribute_proxy<T, N, Const> > struct
353 type;
356 call (fusion::extension::adt_attribute_proxy<T, N, Const> const& val) in call()
/third_party/boost/boost/date_time/
Dtime_resolution_traits.hpp25 inline BOOST_CXX14_CONSTEXPR T absolute_value(T x) in absolute_value() function
/third_party/libxml2/
Dxpath.c3184 double absolute_value; in xmlXPathFormatNumber() local
/third_party/gettext/gnulib-local/lib/libxml/
Dxpath.c3170 double absolute_value; in xmlXPathFormatNumber() local