/third_party/boost/libs/poly_collection/test/ |
D | any_types.hpp | 67 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 ()()
|
D | test_algorithm_impl.hpp | 376 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 …]
|
D | base_types.hpp | 84 struct to_int struct 87 int operator()(const F& f)const{return f(1);} in operator ()()
|
D | function_types.hpp | 136 struct to_int struct 139 int operator()(const F& f)const{return f(1);} in operator ()()
|
/third_party/boost/boost/numeric/interval/detail/ |
D | ia64_rounding_control.hpp | 55 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
|
D | alpha_rounding_control.hpp | 87 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
|
D | sparc_rounding_control.hpp | 87 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
|
D | ppc_rounding_control.hpp | 73 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
|
D | x86gcc_rounding_control.hpp | 38 static T to_int(T r) in to_int() function
|
D | bcc_rounding_control.hpp | 49 static double to_int(const double& x) { return rint(x); } in to_int() function
|
D | msvc_rounding_control.hpp | 105 static double to_int(const double& x) { return rint(x); } in to_int() function
|
D | c99sub_rounding_control.hpp | 35 static T to_int(const T& r) { return rint(r); } in to_int() function
|
/third_party/boost/libs/hana/example/functional/ |
D | lockstep.cpp | 10 constexpr int to_int(char c) { in to_int() function
|
/third_party/boost/libs/hana/example/misc/ |
D | nth.cpp | 12 constexpr int to_int(char c) in to_int() function
|
/third_party/boost/libs/detail/test/ |
D | binary_search_test.cpp | 76 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/ |
D | rounding.hpp | 30 static const T& to_int(const T& x) { return x; } in to_int() function
|
/third_party/mindspore/mindspore/profiler/common/ |
D | util.py | 28 def to_int(param, param_name): function
|
/third_party/openssl/include/openssl/ |
D | conf.h | 46 int (*to_int) (const CONF *conf, char c); member
|
/third_party/boost/boost/polygon/ |
D | isotropy.hpp | 362 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/ |
D | bool.hpp | 137 constexpr int to_int(char c) { in to_int() function
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | bool.hpp | 137 constexpr int to_int(char c) { in to_int() function
|
/third_party/openssl/crypto/conf/ |
D | conf_lib.c | 294 int (*to_int)(const CONF *, char) = &default_to_int; in NCONF_get_number_e() local
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-helpers.c | 340 ecma_number_t to_int; in ecma_builtin_helper_array_index_normalize() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff-interp-common.hh | 224 int to_int () const { return value; } in to_int() function
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff-interp-common.hh | 224 int to_int () const { return (int) value; } in to_int() function
|