Home
last modified time | relevance | path

Searched refs:type_name (Results 1 – 25 of 8715) sorted by relevance

12345678910>>...349

/dports/devel/estd/estd-0.4.0/test/type_name/
H A Dtype_name.cpp8 CHECK(type_name<bool>() == "bool");
9 CHECK(type_name<char>() == "char");
10 CHECK(type_name<short>() == "short");
11 CHECK(type_name<int>() == "int");
12 CHECK(type_name<long>() == "long");
13 CHECK(type_name<long long>() == "long long");
21 CHECK(type_name<float>() == "float");
22 CHECK(type_name<double>() == "double");
23 CHECK(type_name<long double>() == "long double");
46 CHECK(type_name<int>() == "int");
[all …]
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-object-private.h123 #define _COGL_OBJECT_DEBUG_NEW(type_name, obj) argument
124 #define _COGL_OBJECT_DEBUG_REF(type_name, obj) argument
125 #define _COGL_OBJECT_DEBUG_UNREF(type_name, obj) argument
132 _cogl_##type_name##_class.base_class.g_type = cogl_##type_name##_get_gtype (); \
135 #define _COGL_GTYPE_INIT_CLASS(type_name) argument
252 #define COGL_OBJECT_DEFINE_DEPRECATED_REF_COUNTING(type_name) \ argument
255 cogl_##type_name##_ref (void *object) \
257 if (!cogl_is_##type_name (object)) \
268 cogl_##type_name##_unref (void *object) \
270 if (!cogl_is_##type_name (object)) \
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-object-private.h121 #define _COGL_OBJECT_DEBUG_NEW(type_name, obj) argument
122 #define _COGL_OBJECT_DEBUG_REF(type_name, obj) argument
123 #define _COGL_OBJECT_DEBUG_UNREF(type_name, obj) argument
129 _cogl_##type_name##_class.base_class.g_type = cogl_##type_name##_get_gtype (); \
246 #define COGL_OBJECT_DEFINE_DEPRECATED_REF_COUNTING(type_name) \ argument
249 cogl_##type_name##_ref (void *object) \
251 if (!cogl_is_##type_name (object)) \
262 cogl_##type_name##_unref (void *object) \
264 if (!cogl_is_##type_name (object)) \
266 g_warning (G_STRINGIFY (cogl_##type_name##_unref) \
[all …]
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-object-private.h99 #define _COGL_OBJECT_DEBUG_NEW(type_name, obj) \ argument
100 COGL_NOTE (OBJECT, "COGL " G_STRINGIFY (type_name) " NEW %p %i", \
121 #define _COGL_OBJECT_DEBUG_NEW(type_name, obj) argument
122 #define _COGL_OBJECT_DEBUG_REF(type_name, obj) argument
123 #define _COGL_OBJECT_DEBUG_UNREF(type_name, obj) argument
129 _cogl_##type_name##_class.base_class.g_type = cogl_##type_name##_get_gtype (); \
246 #define COGL_OBJECT_DEFINE(TypeName, type_name) \ argument
247 COGL_OBJECT_DEFINE_WITH_CODE_GTYPE (TypeName, type_name, (void) 0)
249 #define COGL_OBJECT_INTERNAL_DEFINE(TypeName, type_name) \ argument
273 #define COGL_HANDLE_DEFINE(TypeName, type_name) \ argument
[all …]
/dports/math/mppp/mppp-0.26/test/
H A Dtype_name.cpp26 std::cout << type_name<std::string>() << '\n';
27 std::cout << type_name<int>() << '\n';
28 std::cout << type_name<const int>() << '\n';
30 std::cout << type_name<volatile int>() << '\n';
31 std::cout << type_name<long double>() << '\n';
33 std::cout << type_name<integer<1>>() << '\n';
34 std::cout << type_name<rational<2>>() << '\n';
42 std::cout << type_name<void>() << '\n';
43 std::cout << type_name<void const>() << '\n';
47 std::cout << type_name<__int128_t>() << '\n';
[all …]
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqof-gobject.h50 #define QOF_GOBJECT_DECL(type_name) \ argument
51 GType type_name##_get_type(void);
68 object_class->dispose = type_name##_dispose; \
69 object_class->finalize = type_name##_finalize; \
72 #define QOF_GOBJECT_DISPOSE(type_name) \ argument
76 type_name##_dispose_real(object); \
80 #define QOF_GOBJECT_FINALIZE(type_name) \ argument
84 type_name##_finalize_real(object); \
90 QOF_GOBJECT_CLASS_INIT(type_name, TypeName); \
91 QOF_GOBJECT_DISPOSE(type_name); \
[all …]
/dports/textproc/p5-XML-Grove/XML-Grove-0.46alpha/lib/XML/
H A DGrove.pm22 use vars qw{@ISA $type_name};
25 $type_name = 'document';
60 $type_name = 'element';
65 $type_name = 'pi';
80 $type_name = 'sgml_entity';
85 $type_name = 'entity';
90 $type_name = 'notation';
95 $type_name = 'comment';
100 $type_name = 'subdoc';
105 $type_name = 'characters';
[all …]
/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dov-base.cc114 std::string nm = type_name (); in squeeze()
204 std::string nm = type_name (); in subsref()
212 std::string nm = type_name (); in subsref()
228 std::string nm = type_name (); in do_index_op()
383 type_name (), retval.type_name ()); in convert_to_str()
392 type_name ()); in convert_to_str_internal()
1210 err_indexed_assignment (type_name (), rhs.type_name ()); in numeric_assign()
1215 err_assign_conversion_failed (type_name (), rhs.type_name ()); in numeric_assign()
1253 err_assign_conversion_failed (type_name (), rhs.type_name ()); in numeric_assign()
1268 err_assign_conversion_failed (type_name (), rhs.type_name ()); in numeric_assign()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/
H A Dtest_carlson.hpp438 t1(val, type_name); in test_spots()
439 t2(val, type_name); in test_spots()
440 t3(val, type_name); in test_spots()
441 t4(val, type_name); in test_spots()
442 t5(val, type_name); in test_spots()
445 t6(val, type_name); in test_spots()
446 t7(val, type_name); in test_spots()
447 t8(val, type_name); in test_spots()
448 t9(val, type_name); in test_spots()
449 t10(val, type_name); in test_spots()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/
H A Dtest_carlson.hpp438 t1(val, type_name); in test_spots()
439 t2(val, type_name); in test_spots()
440 t3(val, type_name); in test_spots()
441 t4(val, type_name); in test_spots()
442 t5(val, type_name); in test_spots()
445 t6(val, type_name); in test_spots()
446 t7(val, type_name); in test_spots()
447 t8(val, type_name); in test_spots()
448 t9(val, type_name); in test_spots()
449 t10(val, type_name); in test_spots()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/
H A Dtest_carlson.hpp438 t1(val, type_name); in test_spots()
439 t2(val, type_name); in test_spots()
440 t3(val, type_name); in test_spots()
441 t4(val, type_name); in test_spots()
442 t5(val, type_name); in test_spots()
445 t6(val, type_name); in test_spots()
446 t7(val, type_name); in test_spots()
447 t8(val, type_name); in test_spots()
448 t9(val, type_name); in test_spots()
449 t10(val, type_name); in test_spots()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dtest_carlson.hpp438 t1(val, type_name); in test_spots()
439 t2(val, type_name); in test_spots()
440 t3(val, type_name); in test_spots()
441 t4(val, type_name); in test_spots()
442 t5(val, type_name); in test_spots()
445 t6(val, type_name); in test_spots()
446 t7(val, type_name); in test_spots()
447 t8(val, type_name); in test_spots()
448 t9(val, type_name); in test_spots()
449 t10(val, type_name); in test_spots()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/codeGenerator/
H A Dhelper.py117 def isRef(type_name): argument
118 return type_name.startswith("dbId<") and type_name[-1] == '>'
121 def isHashTable(type_name): argument
123 type_name[-1] == '>'
127 if not isHashTable(type_name) or len(type_name) < 13:
133 def isPassByRef(type_name): argument
136 def _isTemplateType(type_name): argument
145 def _isTemplateType(type_name): argument
154 def getTemplateType(type_name): argument
172 def getRefType(type_name): argument
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vpdl/tests/
H A Dtest_gaussian.cxx15 test_gaussian_type(T epsilon, const std::string & type_name) in test_gaussian_type() argument
53 TEST(("zero var mahalanobis dist <" + type_name + "> fixed").c_str(), in test_gaussian_type()
56 TEST(("zero var mahalanobis dist <" + type_name + "> scalar").c_str(), in test_gaussian_type()
108 TEST_NEAR(("covar <" + type_name + "> variable").c_str(), in test_gaussian_type()
121 TEST(("compute_mean <" + type_name + "> fixed").c_str(), m3, mean); in test_gaussian_type()
150 TEST_NEAR(("mahalanobis dist <" + type_name + "> scalar").c_str(), in test_gaussian_type()
217 TEST(("cumulative probability 1 <"+type_name+"> fixed").c_str(), in test_gaussian_type()
221 TEST(("cumulative probability 1 <"+type_name+"> scalar").c_str(), in test_gaussian_type()
239 TEST_NEAR(("box probability <"+type_name+"> fixed").c_str(), in test_gaussian_type()
241 TEST_NEAR(("box probability <"+type_name+"> scalar").c_str(), in test_gaussian_type()
[all …]
H A Dtest_gaussian_indep.cxx14 test_gaussian_indep_type(T epsilon, const std::string & type_name) in test_gaussian_indep_type() argument
48 TEST(("zero var mahalanobis dist <" + type_name + "> fixed").c_str(), in test_gaussian_indep_type()
51 TEST(("zero var mahalanobis dist <" + type_name + "> scalar").c_str(), in test_gaussian_indep_type()
86 TEST(("mean <" + type_name + "> fixed").c_str(), gauss3.mean(), mean); in test_gaussian_indep_type()
105 TEST(("compute_mean <" + type_name + "> fixed").c_str(), m3, mean); in test_gaussian_indep_type()
109 TEST(("compute_covar <" + type_name + "> fixed").c_str(), S3, Strue); in test_gaussian_indep_type()
135 TEST(("mahalanobis dist <" + type_name + "> variable").c_str(), in test_gaussian_indep_type()
154 TEST_NEAR(("probability density <" + type_name + "> fixed").c_str(), in test_gaussian_indep_type()
158 TEST_NEAR(("probability density <" + type_name + "> scalar").c_str(), in test_gaussian_indep_type()
222 TEST_NEAR(("box probability <" + type_name + "> scalar").c_str(), in test_gaussian_indep_type()
[all …]
H A Dtest_gaussian_sphere.cxx14 test_gaussian_sphere_type(T epsilon, const std::string & type_name) in test_gaussian_sphere_type() argument
44 TEST(("zero var mahalanobis dist <" + type_name + "> fixed").c_str(), in test_gaussian_sphere_type()
47 TEST(("zero var mahalanobis dist <" + type_name + "> scalar").c_str(), in test_gaussian_sphere_type()
82 TEST(("mean <" + type_name + "> fixed").c_str(), gauss3.mean(), mean); in test_gaussian_sphere_type()
100 TEST(("compute_mean <" + type_name + "> fixed").c_str(), m3, mean); in test_gaussian_sphere_type()
104 TEST(("compute_covar <" + type_name + "> fixed").c_str(), S3, Strue); in test_gaussian_sphere_type()
112 TEST(("compute_covar <" + type_name + "> scalar").c_str(), v1, var); in test_gaussian_sphere_type()
129 TEST(("mahalanobis dist <" + type_name + "> variable").c_str(), in test_gaussian_sphere_type()
147 TEST_NEAR(("probability density <" + type_name + "> fixed").c_str(), in test_gaussian_sphere_type()
215 TEST_NEAR(("box probability <" + type_name + "> scalar").c_str(), in test_gaussian_sphere_type()
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Ditem_type_name_test.cpp19 CHECK( lead.type_name( 1 ) == "lead" );
20 CHECK( lead.type_name( 2 ) == "lead" );
22 CHECK( gold.type_name( 1 ) == "gold" );
23 CHECK( gold.type_name( 2 ) == "gold" );
33 CHECK( rag.type_name( 1 ) == "rag" );
34 CHECK( rag.type_name( 2 ) == "rags" );
66 CHECK( book.type_name( 1 ) == "SICP" );
79 CHECK( shotgun.type_name() == "Boomstick" );
94 CHECK( blood.type_name() == "zombie blood" );
104 CHECK( blood.type_name() == "chicken blood" );
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Ditem_type_name_test.cpp19 CHECK( lead.type_name( 1 ) == "lead" );
20 CHECK( lead.type_name( 2 ) == "lead" );
22 CHECK( gold.type_name( 1 ) == "gold" );
23 CHECK( gold.type_name( 2 ) == "gold" );
33 CHECK( rag.type_name( 1 ) == "rag" );
34 CHECK( rag.type_name( 2 ) == "rags" );
66 CHECK( book.type_name( 1 ) == "SICP" );
79 CHECK( shotgun.type_name() == "Boomstick" );
94 CHECK( blood.type_name() == "zombie blood" );
104 CHECK( blood.type_name() == "chicken blood" );
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/core/
H A Dtype_name.hpp446 return tn_holder<T>::type_name( "&" + suffix ); in type_name()
456 return tn_holder<T>::type_name( "&&" + suffix ); in type_name()
471 st += tn_holder<T>::type_name( "" ); in tn_add_each_impl()
487 std::string r = tn_holder<R>::type_name( "" ); in function_type_name()
723 return tn_holder<T>::type_name( "*" + suffix ); in type_name()
841 return tn_holder<R>::type_name( ' ' + tn_holder<T>::type_name( "" ) + "::*" + suffix ); in type_name()
1051 …return tn + '<' + tn_holder<T1>::type_name( "" ) + ", " + tn_holder<T2>::type_name( "" ) + '>' + s… in type_name()
1086 …return tn + '<' + tn_holder<T>::type_name( "" ) + ", " + tn_holder<U>::type_name( "" ) + '>' + su… in type_name()
1110 …return tn + '<' + tn_holder<T>::type_name( "" ) + ", " + tn_holder<U>::type_name( "" ) + '>' + su… in type_name()
1129 template<class T> std::string type_name() in type_name() function
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/cmd/
H A Dcbfs.c128 type_name = "fit"; in do_cbfs_ls()
137 type_name = "raw"; in do_cbfs_ls()
140 type_name = "vsa"; in do_cbfs_ls()
143 type_name = "mbi"; in do_cbfs_ls()
149 type_name = "fsp"; in do_cbfs_ls()
152 type_name = "mrc"; in do_cbfs_ls()
155 type_name = "mma"; in do_cbfs_ls()
158 type_name = "efi"; in do_cbfs_ls()
167 type_name = "spd"; in do_cbfs_ls()
177 type_name = "null"; in do_cbfs_ls()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/cmd/
H A Dcbfs.c128 type_name = "fit"; in do_cbfs_ls()
137 type_name = "raw"; in do_cbfs_ls()
140 type_name = "vsa"; in do_cbfs_ls()
143 type_name = "mbi"; in do_cbfs_ls()
149 type_name = "fsp"; in do_cbfs_ls()
152 type_name = "mrc"; in do_cbfs_ls()
155 type_name = "mma"; in do_cbfs_ls()
158 type_name = "efi"; in do_cbfs_ls()
167 type_name = "spd"; in do_cbfs_ls()
177 type_name = "null"; in do_cbfs_ls()
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/cmd/
H A Dcbfs.c128 type_name = "fit"; in do_cbfs_ls()
137 type_name = "raw"; in do_cbfs_ls()
140 type_name = "vsa"; in do_cbfs_ls()
143 type_name = "mbi"; in do_cbfs_ls()
149 type_name = "fsp"; in do_cbfs_ls()
152 type_name = "mrc"; in do_cbfs_ls()
155 type_name = "mma"; in do_cbfs_ls()
158 type_name = "efi"; in do_cbfs_ls()
167 type_name = "spd"; in do_cbfs_ls()
177 type_name = "null"; in do_cbfs_ls()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/cmd/
H A Dcbfs.c128 type_name = "fit"; in do_cbfs_ls()
137 type_name = "raw"; in do_cbfs_ls()
140 type_name = "vsa"; in do_cbfs_ls()
143 type_name = "mbi"; in do_cbfs_ls()
149 type_name = "fsp"; in do_cbfs_ls()
152 type_name = "mrc"; in do_cbfs_ls()
155 type_name = "mma"; in do_cbfs_ls()
158 type_name = "efi"; in do_cbfs_ls()
167 type_name = "spd"; in do_cbfs_ls()
177 type_name = "null"; in do_cbfs_ls()
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/cmd/
H A Dcbfs.c128 type_name = "fit"; in do_cbfs_ls()
137 type_name = "raw"; in do_cbfs_ls()
140 type_name = "vsa"; in do_cbfs_ls()
143 type_name = "mbi"; in do_cbfs_ls()
149 type_name = "fsp"; in do_cbfs_ls()
152 type_name = "mrc"; in do_cbfs_ls()
155 type_name = "mma"; in do_cbfs_ls()
158 type_name = "efi"; in do_cbfs_ls()
167 type_name = "spd"; in do_cbfs_ls()
177 type_name = "null"; in do_cbfs_ls()
[all …]
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/cmd/
H A Dcbfs.c128 type_name = "fit"; in do_cbfs_ls()
137 type_name = "raw"; in do_cbfs_ls()
140 type_name = "vsa"; in do_cbfs_ls()
143 type_name = "mbi"; in do_cbfs_ls()
149 type_name = "fsp"; in do_cbfs_ls()
152 type_name = "mrc"; in do_cbfs_ls()
155 type_name = "mma"; in do_cbfs_ls()
158 type_name = "efi"; in do_cbfs_ls()
167 type_name = "spd"; in do_cbfs_ls()
177 type_name = "null"; in do_cbfs_ls()
[all …]

12345678910>>...349