Home
last modified time | relevance | path

Searched defs:to_int (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/libs/poly_collection/test/
Dany_types.hpp67 struct to_int struct
70 int operator()(const boost::type_erasure::any<Concept,Tag>& x)const in operator ()()
82 int operator()(const t1& x)const{return x.n;} in operator ()()
83 int operator()(const t2& x)const{return static_cast<int>(x);}; in operator ()()
84 int operator()(const t3& x)const{return static_cast<int>(x.n);} in operator ()()
85 int operator()(const t4& x)const{return x;} in operator ()()
86 int operator()(const t5& x)const in operator ()()
Dtest_algorithm_impl.hpp376 void test_for_each_n_algorithm(ToInt to_int,PolyCollection& p) in test_for_each_n_algorithm()
398 void test_for_each_n_algorithms(ToInt to_int,PolyCollection& p) in test_for_each_n_algorithms()
410 void test_copy_algorithm(ToInt to_int,PolyCollection& p,Args&&... args) in test_copy_algorithm()
437 void test_copy_algorithms(ToInt to_int,PolyCollection& p,Args&&... args) in test_copy_algorithms()
451 std::true_type,ToInt to_int,PolyCollection& p,Args&&... args) in test_copy_algorithms_with_equality_impl()
471 ToInt to_int,PolyCollection& p,Args&&... args) in test_copy_algorithms_with_equality()
482 void test_copy_n_algorithm(ToInt to_int,PolyCollection& p,Args&&... args) in test_copy_n_algorithm()
508 void test_copy_n_algorithms(ToInt to_int,PolyCollection& p,Args&&... args) in test_copy_n_algorithms()
521 void test_transform2_algorithm(ToInt to_int,PolyCollection& p) in test_transform2_algorithm()
549 void test_transform2_algorithms(ToInt to_int,PolyCollection& p) in test_transform2_algorithms()
[all …]
Dbase_types.hpp84 struct to_int struct
87 int operator()(const F& f)const{return f(1);} in operator ()()
Dfunction_types.hpp136 struct to_int struct
139 int operator()(const F& f)const{return f(1);} in operator ()()
/third_party/boost/boost/numeric/interval/detail/
Dia64_rounding_control.hpp55 static float to_int(const float& x) { return rintf(x); } in to_int() function
63 static double to_int(const double& r) { return rint(r); } in to_int() function
71 static long double to_int(const long double& r) { return rintl(r); } in to_int() function
Dalpha_rounding_control.hpp87 static float to_int(const float& x) { return rintf(x); } in to_int() function
95 static double to_int(const double& r) { return rint(r); } in to_int() function
103 static long double to_int(const long double& r) { return rintl(r); } in to_int() function
Dsparc_rounding_control.hpp87 static float to_int(const float& x) { return rintf(x); } in to_int() function
95 static double to_int(const double& x) { return rint(x); } in to_int() function
103 static long double to_int(const long double& x) { return rint(x); } in to_int() function
Dppc_rounding_control.hpp73 static float to_int(const float& x) { return rintf(x); } in to_int() function
81 static double to_int(const double& r) { return rint(r); } in to_int() function
89 static long double to_int(const long double& r) { return rint(r); } in to_int() function
Dx86gcc_rounding_control.hpp38 static T to_int(T r) in to_int() function
Dbcc_rounding_control.hpp49 static double to_int(const double& x) { return rint(x); } in to_int() function
Dmsvc_rounding_control.hpp105 static double to_int(const double& x) { return rint(x); } in to_int() function
Dc99sub_rounding_control.hpp35 static T to_int(const T& r) { return rint(r); } in to_int() function
/third_party/boost/libs/hana/example/functional/
Dlockstep.cpp10 constexpr int to_int(char c) { in to_int() function
/third_party/boost/libs/hana/example/misc/
Dnth.cpp12 constexpr int to_int(char c) in to_int() function
/third_party/boost/libs/detail/test/
Dbinary_search_test.cpp76 inline unsigned to_int(unsigned x) { return x; } in to_int() function
77 inline unsigned to_int(const std::string& x) { return atoi(x.c_str()); } in to_int() function
/third_party/boost/boost/numeric/interval/
Drounding.hpp30 static const T& to_int(const T& x) { return x; } in to_int() function
/third_party/mindspore/mindspore/profiler/common/
Dutil.py28 def to_int(param, param_name): function
/third_party/openssl/include/openssl/
Dconf.h46 int (*to_int) (const CONF *conf, char c); member
/third_party/boost/boost/polygon/
Disotropy.hpp362 inline unsigned int to_int(void) const { return val_; } in to_int() function in boost::polygon::direction_1d
382 inline unsigned int to_int() const { return (val_); } in to_int() function in boost::polygon::orientation_2d
419 inline unsigned int to_int(void) const { return val_; } in to_int() function in boost::polygon::direction_2d
468 inline unsigned int to_int() const { return (val_); } in to_int() function in boost::polygon::orientation_3d
501 inline unsigned int to_int(void) const { return val_; } in to_int() function in boost::polygon::direction_3d
/third_party/boost/boost/hana/
Dbool.hpp137 constexpr int to_int(char c) { in to_int() function
/third_party/boost/libs/hana/include/boost/hana/
Dbool.hpp137 constexpr int to_int(char c) { in to_int() function
/third_party/openssl/crypto/conf/
Dconf_lib.c294 int (*to_int)(const CONF *, char) = &default_to_int; in NCONF_get_number_e() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c340 ecma_number_t to_int; in ecma_builtin_helper_array_index_normalize() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-common.hh224 int to_int () const { return value; } in to_int() function
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-common.hh224 int to_int () const { return (int) value; } in to_int() function

12