Home
last modified time | relevance | path

Searched refs:is_small (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/boost/spirit/home/support/detail/
Dhold_any.hpp170 typedef mpl::bool_<(sizeof(T) <= sizeof(void*))> is_small; typedef
177 fxns<is_small>::template type<T, Char>::get_type, in get()
178 fxns<is_small>::template type<T, Char>::static_delete, in get()
179 fxns<is_small>::template type<T, Char>::destruct, in get()
180 fxns<is_small>::template type<T, Char>::clone, in get()
181 fxns<is_small>::template type<T, Char>::move, in get()
182 fxns<is_small>::template type<T, Char>::stream_in, in get()
183 fxns<is_small>::template type<T, Char>::stream_out in get()
229 typename spirit::detail::get_table<T>::is_small()); in basic_hold_any()
277 if (spirit::detail::get_table<T>::is_small::value) { in assign()
[all …]
/third_party/boost/libs/geometry/test/arithmetic/
Dinfinite_line_functions.cpp26 bool is_small(T const& value) in is_small() function
37 BOOST_CHECK_MESSAGE(is_small(line.a * x + line.b * y + line.c), in verify_point_on_line()
60 BOOST_CHECK_MESSAGE(is_small(d), "point not on line"); in test_side_value()
62 BOOST_CHECK_MESSAGE(is_small(d), "point not on line"); in test_side_value()
66 BOOST_CHECK_MESSAGE(is_small(d), "point not on line"); in test_side_value()
92 BOOST_CHECK_MESSAGE(is_small(bg::get<0>(ip) - 2), "x-coordinate wrong"); in test_get_intersection()
93 BOOST_CHECK_MESSAGE(is_small(bg::get<1>(ip) - 4), "y-coordinate wrong"); in test_get_intersection()
/third_party/boost/libs/math/example/
Dfloat_comparison_example.cpp375 std::cout << "0 is_small " << is_small(c, epsilon) << std::endl; // true in main()
378 …std::cout << "denorm_ min =" << c << ", is_small is " << is_small(c, epsilon) << std::endl; // true in main()
381 std::cout << "min = " << c << ", is_small is " << is_small(c, epsilon) << std::endl; // true in main()
384 std::cout << "epsilon = " << c << ", is_small is " << is_small(c, epsilon) << std::endl; // false in main()
387 …std::cout << "2 epsilon = " << c << ", is_small is " << is_small(c, 2 * epsilon) << std::endl; // … in main()
390 …std::cout << "4 epsilon = " << c << ", is_small is " << is_small(c, 2 * epsilon) << std::endl; // … in main()
393 std::cout << "0.00001 = " << c << ", is_small is " << is_small(c, 0.0001F) << std::endl; // true in main()
396 std::cout << "0.00001 = " << c << ", is_small is " << is_small(c, 0.0001F) << std::endl; // true in main()
Dbrent_minimise_example.cpp107 using boost::math::fpc::is_small; in is_close()
110 if (is_small<T>(expect, tolerance)) in is_close()
112 return is_small<T>(got, tolerance); in is_close()
224 using boost::math::fpc::is_small; in main()
/third_party/boost/libs/geometry/test/geometries/
Dinfinite_line.cpp25 bool is_small(T const& value) in is_small() function
36 BOOST_CHECK_MESSAGE(is_small(line.a * x + line.b * y + line.c), in verify_point_on_line()
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_distance_measure.hpp38 bool is_small() const { return false; } in is_small() function
57 bool is_small() const { return std::abs(measure) < 1.0e-3; } in is_small() function
/third_party/boost/boost/test/tools/old/
Dimpl.hpp338 return fpc::is_small( fpv, tolerance ); in operator ()()
348 return fpc::is_small( fpv, tolerance ); in check_is_small()
/third_party/boost/boost/test/tools/
Dfloating_point_comparison.hpp323 is_small( FPT fpv, FPT tolerance ) in is_small() function
/third_party/boost/libs/math/test/
Dtest_autodiff.hpp166 … == FP_ZERO || fpclassify(fabs(t)) == FP_SUBNORMAL || boost::math::fpc::is_small(fabs(t), sqrt(std… in isNearZero()
/third_party/boost/libs/container/src/
Ddlmalloc_2_8_6.c2822 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
3241 assert(!is_small(sz)); in do_check_mmapped_chunk()
3384 if (is_small(size)) { in bin_find()
3631 assert(is_small(DVS));\
3785 if (is_small(S)) insert_small_chunk(M, P, S)\
3789 if (is_small(S)) unlink_small_chunk(M, P, S)\
3856 if (is_small(nb)) /* Can't shrink mmap regions below small size */ in mmap_resize()
4761 if (is_small(psize)) { in dlfree()
5158 if (is_small(sz)) { /* offset by possible bookkeeping */ in internal_inspect_all()
5688 if (is_small(psize)) { in mspace_free()
Ddlmalloc_ext_2_8_6.c146 if (is_small(psize)) { in mspace_free_lockless()
669 if (is_small(nbmax)) /* Can't shrink mmap regions below small size */ in internal_mmap_shrink_in_place()
/third_party/boost/libs/math/doc/roots/
Dminima.qbk118 Function `is_small` does this job.]
121 `is_close`, first checking `is_small` before checking `close_at_tolerance`,
/third_party/libffi/src/
Ddlmalloc.c2289 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
2648 assert(!is_small(sz)); in do_check_mmapped_chunk()
2791 if (is_small(size)) { in bin_find()
3030 assert(is_small(DVS));\
3182 if (is_small(S)) insert_small_chunk(M, P, S)\
3186 if (is_small(S)) unlink_small_chunk(M, P, S)\
3249 if (is_small(nb)) /* Can't shrink mmap regions below small size */ in mmap_resize()
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c2286 #define is_small(s) (((s) >> SMALLBIN_SHIFT) < NSMALLBINS) macro
2649 assert(!is_small(sz)); in do_check_mmapped_chunk()
2805 if (is_small(size)) { in bin_find()
3052 assert(is_small(DVS));\
3204 if (is_small(S)) insert_small_chunk(M, P, S)\
3208 if (is_small(S)) unlink_small_chunk(M, P, S)\
3276 if (is_small(nb)) /* Can't shrink mmap regions below small size */ in mmap_resize()
/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h1560 assert(!is_small());
1676 if (!is_small() && ShouldInsertBackwards(hash, ctrl_)) {
1804 bool is_small() const { return capacity_ < Group::kWidth - 1; }
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set.h556 inline bool is_small(size_t capacity) { return capacity < Group::kWidth - 1; }
586 if (!is_small(capacity) && ShouldInsertBackwards(hash, ctrl)) {
1685 assert(!is_small(capacity_));
/third_party/skia/third_party/externals/abseil-cpp/
Dsymbols_arm64_dbg.def3321 ?is_small@container_internal@absl@@YA_N_K@Z
Dsymbols_x64_dbg.def3321 ?is_small@container_internal@absl@@YA_N_K@Z
Dsymbols_x86_dbg.def3315 ?is_small@container_internal@absl@@YA_NI@Z