Home
last modified time | relevance | path

Searched refs:floating_point (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/boost/spirit/home/qi/binary/
Dbinary.hpp176 struct floating_point struct
184 struct floating_point<32> struct
191 struct floating_point<64> struct
377 : make_binary_parser<detail::floating_point<bits>, \
383 : make_binary_lit_parser<A0, detail::floating_point<bits>, \
/third_party/boost/boost/spirit/home/karma/binary/
Dbinary.hpp177 struct floating_point struct
185 struct floating_point<32> struct
191 struct floating_point<64> struct
398 : detail::basic_binary<detail::floating_point<bits>, \
404 : detail::basic_binary_literal<Modifiers, detail::floating_point<bits> \
/third_party/boost/boost/mpi/
Ddatatype.hpp224 BOOST_MPI_DATATYPE(float, MPI_FLOAT, floating_point);
227 BOOST_MPI_DATATYPE(double, MPI_DOUBLE, floating_point);
230 BOOST_MPI_DATATYPE(long double, MPI_LONG_DOUBLE, floating_point);
/third_party/boost/boost/intrusive/
Doptions.hpp93 BOOST_INTRUSIVE_OPTION_CONSTANT(floating_point, bool, Enabled, floating_point)
Dsgtree.hpp207 static const bool floating_point = true; member
267 static const bool floating_point = FloatingPoint; member in boost::intrusive::sgtree_impl
925 BOOST_STATIC_ASSERT((floating_point)); in balance_factor()
986 , packed_options::floating_point
Dintrusive_fwd.hpp656 struct floating_point;
Dsg_set.hpp496 , packed_options::floating_point
1002 , packed_options::floating_point
Dbstree.hpp74 static const bool floating_point = true; //For sgtree member
/third_party/gstreamer/gstplugins_bad/gst/aiff/
Daiffparse.h79 gboolean floating_point; member
Daiffparse.c725 aiff->floating_point = FALSE; in gst_aiff_parse_parse_comm()
741 aiff->floating_point = TRUE; in gst_aiff_parse_parse_comm()
746 aiff->floating_point = TRUE; in gst_aiff_parse_parse_comm()
833 if (aiff->floating_point) { in gst_aiff_parse_create_caps()
/third_party/boost/libs/intrusive/example/
Ddoc_sg_set.cpp42 < MyClass, compare<std::greater<MyClass> >, floating_point<false> > BaseSet;
/third_party/boost/libs/intrusive/test/
Dsg_set_test.cpp35 , floating_point<FloatingPoint>
Dsg_multiset_test.cpp35 , floating_point<FloatingPoint>
Dscary_iterators_test.cpp194 BOOST_STATIC_ASSERT((detail::is_same< sg_set<MyClass<>, floating_point<false> >::iterator in main()
195 , sg_set<MyClass<>, floating_point<true> >::iterator in main()
/third_party/boost/libs/test/doc/testing_tools/
Dtesting_floating_points.qbk10 [section:floating_point Floating point comparison]
18 …tail is described [link boost_test.testing_tools.extended_comparison.floating_point.floating_point…
85 … and `U` are both [link boost_test.testing_tools.extended_comparison.floating_point.customizing_fo…
106 [link boost_test.testing_tools.extended_comparison.floating_point.floating_points_comparison_impl.t…
132 [link boost_test.testing_tools.extended_comparison.floating_point.customizing_for_tolerance.concept…
Dboost_test_universal_macro.qbk29 …, or with /decorators/ (see [link boost_test.testing_tools.extended_comparison.floating_point here]
Dtesting_tools_reference.qbk129 …[link boost_test.testing_tools.extended_comparison.floating_point floating points comparison] sect…
260 [link boost_test.testing_tools.extended_comparison.floating_point [*percentage units]].
298 [link boost_test.testing_tools.extended_comparison.floating_point [*fraction of absolute values bei…
/third_party/boost/libs/test/doc/html/
Dstandalone_HTML.manifest39 boost_test/testing_tools/extended_comparison/floating_point.html
40 boost_test/testing_tools/extended_comparison/floating_point/customizing_for_tolerance.html
41 boost_test/testing_tools/extended_comparison/floating_point/floating_points_comparison_impl.html
42 boost_test/testing_tools/extended_comparison/floating_point/floating_points_comparison_theory.html
/third_party/boost/libs/intrusive/perf/
Dtree_perf_test.cpp195 typedef sg_set< itest_class<true, BsSetHook>, floating_point<false> > SgSet; in test_insert_search()
/third_party/icu/icu4c/source/test/depstest/
Ddependencies.txt21 int_functions floating_point trigonometry
76 group: floating_point
855 floating_point system_locale
1085 floating_point # sqrt() for astro.o
/third_party/boost/libs/math/doc/fp_utilities/
Dfloat_comparison.qbk25 …ease/libs/test/doc/html/boost_test/testing_tools/extended_comparison/floating_point.html Boost.Tes…
/third_party/boost/libs/test/doc/
Dtest.qbk35 …esting_tools__ [link boost_test.testing_tools.extended_comparison.floating_point.floating_point…
/third_party/boost/libs/test/doc/closing_chapters/
Dchange_log.qbk144 * It is now possible to use [link boost_test.testing_tools.extended_comparison.floating_point float…
152 …See [link boost_test.testing_tools.extended_comparison.floating_point.type_promotion_of_the_operan…
/third_party/boost/boost/container/detail/
Dtree.hpp295 ,dtl::bi::floating_point<true>
/third_party/boost/libs/intrusive/doc/
Dintrusive.qbk1752 * [*`floating_point<bool Enable>`]:
1757 is ['1/sqrt(2) ~ 0,70711]. Default: `floating_point<true>`

12