Home
last modified time | relevance | path

Searched refs:type_name (Results 176 – 200 of 16779) sorted by relevance

12345678910>>...672

/dports/devel/boost-docs/boost_1_72_0/libs/math/test/
H A Dtest_2F0.hpp28 void do_test_2F0(const T& data, const char* type_name, const char* test_name) in do_test_2F0() argument
41 std::cout << "Testing " << test_name << " with type " << type_name in do_test_2F0()
60 void test_spots1(T, const char* type_name) in test_spots1() argument
64 do_test_2F0<T>(hypergeometric_2F0, type_name, "Random non-integer a2, |z| < 1"); in test_spots1()
68 do_test_2F0<T>(hypergeometric_2F0_large_z, type_name, "Random non-integer a2, |z| > 1"); in test_spots1()
72 void test_spots2(T, const char* type_name) in test_spots2() argument
76 do_test_2F0<T>(hypergeometric_2F0_integer_a2, type_name, "Integer a2, |z| > 1"); in test_spots2()
80 do_test_2F0<T>(hypergeometric_2F0_half, type_name, "a1 = a2 + 0.5"); in test_spots2()
84 void test_spots(T z, const char* type_name) in test_spots() argument
86 test_spots1(z, type_name); in test_spots()
[all …]
H A Dtest_1F1_log.hpp33 void do_test_1F1(const T& data, const char* type_name, const char* test_name) in do_test_1F1() argument
46 std::cout << "Testing " << test_name << " with type " << type_name in do_test_1F1()
56 …handle_test_result(result, data[result.worst()], result.worst(), type_name, "log_hypergeometric_1F… in do_test_1F1()
65 void test_spots1(T, const char* type_name) in test_spots1() argument
69 do_test_1F1<T>(hypergeometric_1f1_log_large, type_name, "Large random values - log"); in test_spots1()
73 void test_spots2(T, const char* type_name) in test_spots2() argument
77 …do_test_1F1<T>(hypergeometric_1f1_log_large_unsolved, type_name, "Large random values - log - unso… in test_spots2()
81 void test_spots(T z, const char* type_name) in test_spots() argument
83 test_spots1(z, type_name); in test_spots()
85 test_spots2(z, type_name); in test_spots()
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/
H A Dtest_2F0.hpp28 void do_test_2F0(const T& data, const char* type_name, const char* test_name) in do_test_2F0() argument
41 std::cout << "Testing " << test_name << " with type " << type_name in do_test_2F0()
60 void test_spots1(T, const char* type_name) in test_spots1() argument
64 do_test_2F0<T>(hypergeometric_2F0, type_name, "Random non-integer a2, |z| < 1"); in test_spots1()
68 do_test_2F0<T>(hypergeometric_2F0_large_z, type_name, "Random non-integer a2, |z| > 1"); in test_spots1()
72 void test_spots2(T, const char* type_name) in test_spots2() argument
76 do_test_2F0<T>(hypergeometric_2F0_integer_a2, type_name, "Integer a2, |z| > 1"); in test_spots2()
80 do_test_2F0<T>(hypergeometric_2F0_half, type_name, "a1 = a2 + 0.5"); in test_spots2()
84 void test_spots(T z, const char* type_name) in test_spots() argument
86 test_spots1(z, type_name); in test_spots()
[all …]
H A Dtest_1F1_log.hpp33 void do_test_1F1(const T& data, const char* type_name, const char* test_name) in do_test_1F1() argument
46 std::cout << "Testing " << test_name << " with type " << type_name in do_test_1F1()
56 …handle_test_result(result, data[result.worst()], result.worst(), type_name, "log_hypergeometric_1F… in do_test_1F1()
65 void test_spots1(T, const char* type_name) in test_spots1() argument
69 do_test_1F1<T>(hypergeometric_1f1_log_large, type_name, "Large random values - log"); in test_spots1()
73 void test_spots2(T, const char* type_name) in test_spots2() argument
77 …do_test_1F1<T>(hypergeometric_1f1_log_large_unsolved, type_name, "Large random values - log - unso… in test_spots2()
81 void test_spots(T z, const char* type_name) in test_spots() argument
83 test_spots1(z, type_name); in test_spots()
85 test_spots2(z, type_name); in test_spots()
/dports/devel/vexcl/vexcl-1.4.3/vexcl/random/
H A Dphilox.hpp111 s << "philox_" << type_name<T>() << "_" << N << "_" << R; in name()
118 W[0] = "(" + type_name<T>() + ")0x9E3779B9"; in define()
120 M[0] = "(" + type_name<T>() + ")0xD256D193"; in define()
122 W[1] = "(" + type_name<T>() + ")0xBB67AE85"; in define()
123 M[0] = "(" + type_name<T>() + ")0xD2511F53"; in define()
124 M[1] = "(" + type_name<T>() + ")0xCD9E8D57"; in define()
127 W[0] = "(" + type_name<T>() + ")0x9E3779B97F4A7C15"; // golden ratio in define()
129 M[0] = "(" + type_name<T>() + ")0xD2B74407B1CE6E93"; in define()
132 M[0] = "(" + type_name<T>() + ")0xD2E7470EE14C6C93"; in define()
133 M[1] = "(" + type_name<T>() + ")0xCA5A826395121157"; in define()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/
H A Dtest_2F0.hpp28 void do_test_2F0(const T& data, const char* type_name, const char* test_name) in do_test_2F0() argument
41 std::cout << "Testing " << test_name << " with type " << type_name in do_test_2F0()
60 void test_spots1(T, const char* type_name) in test_spots1() argument
64 do_test_2F0<T>(hypergeometric_2F0, type_name, "Random non-integer a2, |z| < 1"); in test_spots1()
68 do_test_2F0<T>(hypergeometric_2F0_large_z, type_name, "Random non-integer a2, |z| > 1"); in test_spots1()
72 void test_spots2(T, const char* type_name) in test_spots2() argument
76 do_test_2F0<T>(hypergeometric_2F0_integer_a2, type_name, "Integer a2, |z| > 1"); in test_spots2()
80 do_test_2F0<T>(hypergeometric_2F0_half, type_name, "a1 = a2 + 0.5"); in test_spots2()
84 void test_spots(T z, const char* type_name) in test_spots() argument
86 test_spots1(z, type_name); in test_spots()
[all …]
H A Dtest_1F1_log.hpp33 void do_test_1F1(const T& data, const char* type_name, const char* test_name) in do_test_1F1() argument
46 std::cout << "Testing " << test_name << " with type " << type_name in do_test_1F1()
56 …handle_test_result(result, data[result.worst()], result.worst(), type_name, "log_hypergeometric_1F… in do_test_1F1()
65 void test_spots1(T, const char* type_name) in test_spots1() argument
69 do_test_1F1<T>(hypergeometric_1f1_log_large, type_name, "Large random values - log"); in test_spots1()
73 void test_spots2(T, const char* type_name) in test_spots2() argument
77 …do_test_1F1<T>(hypergeometric_1f1_log_large_unsolved, type_name, "Large random values - log - unso… in test_spots2()
81 void test_spots(T z, const char* type_name) in test_spots() argument
83 test_spots1(z, type_name); in test_spots()
85 test_spots2(z, type_name); in test_spots()
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dtest_2F0.hpp28 void do_test_2F0(const T& data, const char* type_name, const char* test_name) in do_test_2F0() argument
41 std::cout << "Testing " << test_name << " with type " << type_name in do_test_2F0()
60 void test_spots1(T, const char* type_name) in test_spots1() argument
64 do_test_2F0<T>(hypergeometric_2F0, type_name, "Random non-integer a2, |z| < 1"); in test_spots1()
68 do_test_2F0<T>(hypergeometric_2F0_large_z, type_name, "Random non-integer a2, |z| > 1"); in test_spots1()
72 void test_spots2(T, const char* type_name) in test_spots2() argument
76 do_test_2F0<T>(hypergeometric_2F0_integer_a2, type_name, "Integer a2, |z| > 1"); in test_spots2()
80 do_test_2F0<T>(hypergeometric_2F0_half, type_name, "a1 = a2 + 0.5"); in test_spots2()
84 void test_spots(T z, const char* type_name) in test_spots() argument
86 test_spots1(z, type_name); in test_spots()
[all …]
H A Dtest_1F1_log.hpp33 void do_test_1F1(const T& data, const char* type_name, const char* test_name) in do_test_1F1() argument
46 std::cout << "Testing " << test_name << " with type " << type_name in do_test_1F1()
56 …handle_test_result(result, data[result.worst()], result.worst(), type_name, "log_hypergeometric_1F… in do_test_1F1()
65 void test_spots1(T, const char* type_name) in test_spots1() argument
69 do_test_1F1<T>(hypergeometric_1f1_log_large, type_name, "Large random values - log"); in test_spots1()
73 void test_spots2(T, const char* type_name) in test_spots2() argument
77 …do_test_1F1<T>(hypergeometric_1f1_log_large_unsolved, type_name, "Large random values - log - unso… in test_spots2()
81 void test_spots(T z, const char* type_name) in test_spots() argument
83 test_spots1(z, type_name); in test_spots()
85 test_spots2(z, type_name); in test_spots()
/dports/devel/py-oslo.config/oslo.config-8.7.1/oslo_config/
H A Dtypes.py36 self.type_name = type_name
111 super(String, self).__init__(type_name=type_name)
201 super(MultiString, self).__init__(type_name=type_name)
238 super(Boolean, self).__init__(type_name=type_name)
282 super(Number, self).__init__(type_name=type_name)
473 super(List, self).__init__(type_name=type_name)
618 super(Dict, self).__init__(type_name=type_name)
713 super(IPAddress, self).__init__(type_name=type_name)
767 super(Hostname, self).__init__(type_name=type_name)
830 super(HostAddress, self).__init__(type_name=type_name)
[all …]
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/osx/5 extra frameworks/
H A Dmeson.build4 assert(dep_libs.type_name() == 'extraframeworks', 'type_name is ' + dep_libs.type_name())
7 assert(dep_main.type_name() == 'extraframeworks', 'type_name is ' + dep_main.type_name())
10 assert(dep_main.type_name() == 'extraframeworks', 'type_name is ' + dep_main.type_name())
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/osx/5 extra frameworks/
H A Dmeson.build4 assert(dep_libs.type_name() == 'extraframeworks', 'type_name is ' + dep_libs.type_name())
7 assert(dep_main.type_name() == 'extraframeworks', 'type_name is ' + dep_main.type_name())
10 assert(dep_main.type_name() == 'extraframeworks', 'type_name is ' + dep_main.type_name())
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/osx/5 extra frameworks/
H A Dmeson.build4 assert(dep_libs.type_name() == 'extraframeworks', 'type_name is ' + dep_libs.type_name())
7 assert(dep_main.type_name() == 'extraframeworks', 'type_name is ' + dep_main.type_name())
10 assert(dep_main.type_name() == 'extraframeworks', 'type_name is ' + dep_main.type_name())
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/osx/5 extra frameworks/
H A Dmeson.build4 assert(dep_libs.type_name() == 'extraframeworks', 'type_name is ' + dep_libs.type_name())
7 assert(dep_main.type_name() == 'extraframeworks', 'type_name is ' + dep_main.type_name())
10 assert(dep_main.type_name() == 'extraframeworks', 'type_name is ' + dep_main.type_name())
/dports/graphics/graphene/graphene-1.10.6/src/
H A Dgraphene-gobject.c109 #define GRAPHENE_DEFINE_ENUM_TYPE(TypeName, type_name, values) \ argument
111 type_name ## _get_type (void) \
127 #define GRAPHENE_DEFINE_BOXED_TYPE(TypeName, type_name) \ argument
128 static type_name ## _t * \
129 type_name ## _copy_internal (type_name ## _t * v) \
131 type_name ## _t * res = NULL; \
134 res = type_name ## _alloc (); \
141 type_name ## _get_type (void) \
148 (GBoxedCopyFunc) type_name ## _copy_internal, \
149 (GBoxedFreeFunc) type_name ## _free); \
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/linear_algebra/benchmarks/
H A Deigen_benchmarks.cpp21 std::string type_name();
24 std::string type_name<float>() { in type_name() function
29 std::string type_name<double>() { in type_name() function
106 L1Benchmark(copy, type_name<T>(), y = x);
107 L1Benchmark(scal, type_name<T>(), x = alpha * x);
108 L1Benchmark(axpy, type_name<T>(), y = alpha * x + y);
109 L1Benchmark(dot, type_name<T>(), result = x.dot(y));
110 L1Benchmark(asum, type_name<T>(), result = x.array().abs().sum());
112 L2Benchmark(gemv_notrans, type_name<T>(), y = alpha * A * x + beta * y);
114 L2Benchmark(ger, type_name<T>(), A = alpha * x * y.transpose() + A);
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vpdl/tests/
H A Dtest_eigen_sym_matrix.cxx11 test_matrix_type(T epsilon, const std::string & type_name) in test_matrix_type() argument
50 …TEST_NEAR(("reform matrix <" + type_name + "> fixed").c_str(), (M - M2).array_inf_norm(), 0, epsil… in test_matrix_type()
52 …TEST_NEAR(("inverse matrix <" + type_name + "> fixed").c_str(), (invM - M2).array_inf_norm(), 0, e… in test_matrix_type()
53 TEST_NEAR(("determinant <" + type_name + "> fixed").c_str(), sym.determinant(), det, epsilon); in test_matrix_type()
58 TEST_NEAR(("product <" + type_name + "> fixed").c_str(), (y - M2 * x).inf_norm(), 0, epsilon); in test_matrix_type()
61 …TEST_NEAR(("inverse product <" + type_name + "> fixed").c_str(), (y - M2 * x).inf_norm(), 0, epsil… in test_matrix_type()
64 TEST_NEAR(("inverse quad form <" + type_name + "> fixed").c_str(), in test_matrix_type()
78 … TEST_NEAR(("determinant <" + type_name + "> variable").c_str(), sym.determinant(), det, epsilon); in test_matrix_type()
83 TEST_NEAR(("product <" + type_name + "> fixed").c_str(), (y - M2 * x).inf_norm(), 0, epsilon); in test_matrix_type()
86 …TEST_NEAR(("inverse product <" + type_name + "> fixed").c_str(), (y - M2 * x).inf_norm(), 0, epsil… in test_matrix_type()
[all …]
/dports/textproc/multimarkdown/MultiMarkdown-6-6.6.0/swift/
H A Dcocoaconv.rb49 extension #{type_name}: CustomStringConvertible {
70 def self.description_for(type_name, enum_case) argument
102 def self.type_name(type) singletonMethod
103 type_name = type.camelize
105 if type_name == "TokenTypes"
107 elsif type_name == "ParserExtensions"
110 type_name
114 def type_name method
115 NSEnum.type_name(type)
119 base_type_name = NSEnum.type_name(type)
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/
H A Dgimp-debug.c53 const gchar *type_name; in gimp_debug_add_instance() local
55 type_name = g_type_name (G_TYPE_FROM_CLASS (klass)); in gimp_debug_add_instance()
57 instance_hash = g_hash_table_lookup (class_hash, type_name); in gimp_debug_add_instance()
63 g_hash_table_insert (class_hash, (gchar *) type_name, instance_hash); in gimp_debug_add_instance()
76 const gchar *type_name; in gimp_debug_remove_instance() local
78 type_name = g_type_name (G_OBJECT_TYPE (instance)); in gimp_debug_remove_instance()
80 instance_hash = g_hash_table_lookup (class_hash, type_name); in gimp_debug_remove_instance()
87 g_hash_table_remove (class_hash, type_name); in gimp_debug_remove_instance()
102 gimp_debug_class_foreach (const gchar *type_name, in gimp_debug_class_foreach() argument
106 type_name, g_hash_table_size (instance_hash)); in gimp_debug_class_foreach()
/dports/math/fcl/fcl-0.7.0/test/
H A Dtest_fcl_constant_eps.cpp57 void expect_eps_values(const char* type_name) { in expect_eps_values() argument
63 EXPECT_EQ(constants<S>::eps(), expected_eps) << "Failed for " << type_name; in expect_eps_values()
65 << "Failed for " << type_name; in expect_eps_values()
67 << "Failed for " << type_name; in expect_eps_values()
69 << "Failed for " << type_name; in expect_eps_values()
87 << "Failed for " << type_name; in expect_autodiff_constants()
90 << "Failed for " << type_name; in expect_autodiff_constants()
93 << "Failed for " << type_name; in expect_autodiff_constants()
96 << "Failed for " << type_name; in expect_autodiff_constants()
99 << "Failed for " << type_name; in expect_autodiff_constants()
[all …]
/dports/multimedia/totem/totem-3.38.2/src/plugins/
H A Dtotem-plugin.h59 GType type_name##_get_type (void) G_GNUC_CONST; \
69 type_name, \
115 type_name##_class_init (TypeName##Class *klass) \
125 type_name##_class_finalize (TypeName##Class *klass) \
129 type_name##_init (TypeName *plugin) \
131 plugin->priv = type_name##_get_instance_private (plugin); \
136 type_name##_register_type (G_TYPE_MODULE (module)); \
152 #define TOTEM_PLUGIN_REGISTER(TYPE_NAME, TypeName, type_name) \ argument
153 _TOTEM_PLUGIN_REGISTER(TYPE_NAME, TypeName, type_name,,)
164 #define TOTEM_PLUGIN_REGISTER_CONFIGURABLE(TYPE_NAME, TypeName, type_name) \ argument
[all …]
/dports/devel/glib20/glib-2.70.4/gobject/
H A Dgtype.h464 const gchar *type_name; member
1305 const gchar *type_name,
1319 const gchar *type_name,
1324 const gchar *type_name,
2097 type_name##_get_type (void) \
2114 type_name##_get_type_once (void) \
2143 type_name##_get_type (void) \
2233 type_name##_get_type (void) \
2246 type_name##_get_type_once (void) \
2270 type_name##_get_type (void) \
[all …]
/dports/graphics/rawstudio/rawstudio-2.0/librawstudio/
H A Drs-output.h31 #define RS_DEFINE_OUTPUT(type_name, TypeName) \ argument
32 static GType type_name##_get_type (GTypeModule *module); \
33 static void type_name##_class_init(TypeName##Class *klass); \
34 static void type_name##_init(TypeName *output); \
35 static GType type_name##_type = 0; \
37 type_name##_get_type(GTypeModule *module) \
39 if (!type_name##_type) \
46 (GClassInitFunc) type_name##_class_init, \
51 (GInstanceInitFunc) type_name##_init \
54 type_name##_type = g_type_module_register_type( \
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/file/tests/src/Functional/
H A DFileFieldDisplayTest.php26 $type_name = 'article';
40 $node = $this->drupalCreateNode(['type' => $type_name]);
71 $nid = $this->uploadNodeFile($test_file, $field_name, $type_name);
132 $type_name = 'article';
147 $nid = $this->uploadNodeFile($test_file, $field_name, $type_name);
158 $type_name = 'test';
163 'name' => $type_name,
164 'type' => $type_name,
189 $this->drupalGet('node/add/' . $type_name);
201 $type_name = 'article';
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test4/
H A Drun_par_bm_test.sh.in10 for type_name in floats ints shorts
12 echo "*** Running bm_file for parallel access on simple ${type_name} test files, 1D to 6D..."
21 …file -p -d ${header} -s ${numproc} -f 4 -o p_${type_name}2_${i}D_3.nc -c 0:-1:0:${chunksizes} ${ty…
22 ${NCDUMP} -n tst_${type_name}2_${i}D p_${type_name}2_${i}D_3.nc > p_${type_name}2_${i}D.cdl
23 diff tst_${type_name}2_${i}D.cdl p_${type_name}2_${i}D.cdl &> /dev/null

12345678910>>...672