Home
last modified time | relevance | path

Searched refs:x_type (Results 1 – 25 of 718) sorted by relevance

12345678910>>...29

/dports/databases/soci/soci-4.0.1/include/soci/
H A Dexchange-traits.h37 x_type = enumerator
41 >::x_type
49 enum { x_type = x_short };
61 enum { x_type = x_integer };
73 enum { x_type = x_char };
80 enum { x_type = x_long_long };
99 enum { x_type = long_traits_helper<sizeof(long int)>::x_type };
111 enum { x_type = x_double };
125 enum { x_type = x_stdtm };
132 enum { x_type = exchange_traits<T>::x_type };
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A DNatafTransformation.cpp94 if (u_type == x_type) in trans_Z_to_X()
97 switch (x_type) { in trans_Z_to_X()
187 if (u_type == x_type) in trans_X_to_Z()
190 switch (x_type) { in trans_X_to_Z()
659 if ( ( ( x_type == CONTINUOUS_RANGE || x_type == UNIFORM || in trans_hess_X_to_U()
666 ( ( x_type == BOUNDED_NORMAL || x_type == LOGNORMAL || in trans_hess_X_to_U()
667 x_type == BOUNDED_LOGNORMAL || x_type == LOGUNIFORM || in trans_hess_X_to_U()
668 x_type == TRIANGULAR || x_type == GUMBEL || in trans_hess_X_to_U()
669 x_type == FRECHET || x_type == WEIBULL ) && in trans_hess_X_to_U()
844 switch (x_type) { in jacobian_dX_dZ()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/contract/test/function/
H A Dsmoke.cpp21 struct x_tag; typedef boost::contract::test::detail::counter<x_tag, int> x_type; typedef
24 bool swap(x_type& x, y_type& y) { in swap()
26 boost::contract::old_ptr<x_type> old_x = in swap()
27 BOOST_CONTRACT_OLDOF(x_type::eval(x)); in swap()
58 x_type x; x.value = 123; in main()
88 BOOST_TEST_EQ(x_type::copies(), BOOST_CONTRACT_TEST_old); in main()
89 BOOST_TEST_EQ(x_type::evals(), BOOST_CONTRACT_TEST_old); in main()
90 BOOST_TEST_EQ(x_type::ctors(), x_type::dtors()); // No leak. in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/contract/test/function/
H A Dsmoke.cpp21 struct x_tag; typedef boost::contract::test::detail::counter<x_tag, int> x_type; typedef
24 bool swap(x_type& x, y_type& y) { in swap()
26 boost::contract::old_ptr<x_type> old_x = in swap()
27 BOOST_CONTRACT_OLDOF(x_type::eval(x)); in swap()
58 x_type x; x.value = 123; in main()
88 BOOST_TEST_EQ(x_type::copies(), BOOST_CONTRACT_TEST_old); in main()
89 BOOST_TEST_EQ(x_type::evals(), BOOST_CONTRACT_TEST_old); in main()
90 BOOST_TEST_EQ(x_type::ctors(), x_type::dtors()); // No leak. in main()
/dports/devel/boost-libs/boost_1_72_0/libs/contract/test/function/
H A Dsmoke.cpp21 struct x_tag; typedef boost::contract::test::detail::counter<x_tag, int> x_type; typedef
24 bool swap(x_type& x, y_type& y) { in swap()
26 boost::contract::old_ptr<x_type> old_x = in swap()
27 BOOST_CONTRACT_OLDOF(x_type::eval(x)); in swap()
58 x_type x; x.value = 123; in main()
88 BOOST_TEST_EQ(x_type::copies(), BOOST_CONTRACT_TEST_old); in main()
89 BOOST_TEST_EQ(x_type::evals(), BOOST_CONTRACT_TEST_old); in main()
90 BOOST_TEST_EQ(x_type::ctors(), x_type::dtors()); // No leak. in main()
/dports/devel/hyperscan/boost_1_75_0/libs/contract/test/function/
H A Dsmoke.cpp21 struct x_tag; typedef boost::contract::test::detail::counter<x_tag, int> x_type; typedef
24 bool swap(x_type& x, y_type& y) { in swap()
26 boost::contract::old_ptr<x_type> old_x = in swap()
27 BOOST_CONTRACT_OLDOF(x_type::eval(x)); in swap()
58 x_type x; x.value = 123; in main()
88 BOOST_TEST_EQ(x_type::copies(), BOOST_CONTRACT_TEST_old); in main()
89 BOOST_TEST_EQ(x_type::evals(), BOOST_CONTRACT_TEST_old); in main()
90 BOOST_TEST_EQ(x_type::ctors(), x_type::dtors()); // No leak. in main()
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/activation/
H A Dprelu.py29 x_type, W_type = in_types
31 x_type.dtype.kind == 'f',
32 W_type.dtype == x_type.dtype,
33 x_type.ndim >= W_type.ndim + 1,
34 x_type.shape[1:1 + type_check.eval(W_type.ndim)] == W_type.shape
72 x_type, W_type, gy_type = in_types
74 x_type.dtype.kind == 'f',
75 W_type.dtype == x_type.dtype,
76 gy_type.dtype == x_type.dtype,
77 x_type.ndim >= W_type.ndim + 1,
[all …]
/dports/devel/R-cran-vctrs/vctrs/src/
H A Dtype2.c9 enum vctrs_type x_type,
36 enum vctrs_type x_type = vec_typeof(x); in vec_ptype2_opts_impl() local
39 if (x_type == vctrs_type_null) { in vec_ptype2_opts_impl()
41 return vec_ptype2_from_unspecified(opts, x_type, y, y_arg); in vec_ptype2_opts_impl()
45 return vec_ptype2_from_unspecified(opts, x_type, x, x_arg); in vec_ptype2_opts_impl()
48 if (x_type == vctrs_type_unspecified) { in vec_ptype2_opts_impl()
52 return vec_ptype2_from_unspecified(opts, x_type, x, x_arg); in vec_ptype2_opts_impl()
55 if (x_type == vctrs_type_scalar) { in vec_ptype2_opts_impl()
62 if (x_type != vctrs_type_s3 && y_type != vctrs_type_s3) { in vec_ptype2_opts_impl()
66 if (x_type == vctrs_type_s3 || y_type == vctrs_type_s3) { in vec_ptype2_opts_impl()
[all …]
/dports/www/punbb/punbb-1.4.6/include/
H A Dxml.php35 $x_type = $xml_elem['type'];
37 if ($x_level != 1 && $x_type == 'close')
45 if ($x_level != 1 && $x_type == 'complete')
58 $x_type = $xml_elem['type'];
60 if ($x_type == 'open')
65 if ($x_type == 'close' && $x_level != 1)
78 …ti_key[$x_tag][$x_level]) && $multi_key[$x_tag][$x_level] && ($x_type == 'open' || $x_type == 'com…
90 if ($x_type == 'open')
/dports/databases/spatialite/libspatialite-5.0.1/src/shapefiles/
H A Dvalidator.c1747 x_type = "POINT"; in sanitize_geometry_column_common()
1751 x_type = "POINT"; in sanitize_geometry_column_common()
1755 x_type = "POINT"; in sanitize_geometry_column_common()
1759 x_type = "POINT"; in sanitize_geometry_column_common()
1779 x_type = "POLYGON"; in sanitize_geometry_column_common()
1783 x_type = "POLYGON"; in sanitize_geometry_column_common()
1787 x_type = "POLYGON"; in sanitize_geometry_column_common()
2976 x_type = "POINT"; in check_geometry_column_common()
2980 x_type = "POINT"; in check_geometry_column_common()
2984 x_type = "POINT"; in check_geometry_column_common()
[all …]
/dports/misc/window/window/
H A Dcontext.c59 if (cx.x_type != 0) { in cx_alloc()
66 cx.x_type = 0; in cx_alloc()
82 cx.x_type = 0; in cx_free()
90 cx.x_type = X_FILE;
116 cx.x_type = X_BUF;
125 switch (cx.x_type) { in cx_end()
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/evaluation/
H A Daccuracy.py17 x_type, t_type = in_types
20 x_type.dtype.kind == 'f',
26 x_type.ndim >= t_type.ndim,
27 x_type.shape[0] == t_type.shape[0],
28 x_type.shape[2: t_ndim + 1] == t_type.shape[1:]
30 for i in six.moves.range(t_ndim + 1, type_check.eval(x_type.ndim)):
31 type_check.expect(x_type.shape[i] == 1)
H A Dclassification_summary.py28 x_type, t_type = in_types
31 x_type.dtype.kind == 'f',
37 x_type.ndim >= t_type.ndim,
38 x_type.shape[0] == t_type.shape[0],
39 x_type.shape[2: t_ndim + 1] == t_type.shape[1:]
41 for i in six.moves.range(t_ndim + 1, type_check.eval(x_type.ndim)):
42 type_check.expect(x_type.shape[i] == 1)
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/spirit/home/phoenix/detail/
H A Dtype_deduction.hpp432 typedef typename remove_reference<x_type_>::type x_type; typedef
444 , mpl::identity<x_type>
445 , mpl::identity<x_type&>
446 , mpl::identity<x_type const*>
447 , mpl::identity<x_type*>
452 , reference_type<x_type>
453 , const_reference_type<x_type>
454 , mapped_type<x_type>
466 static typename base_type::x_type x; \
472 typename base_type::x_type \
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/spirit/home/phoenix/operator/detail/
H A Dunary_eval.hpp19 typedef typename A0::template result<Env>::type x_type; \
23 is_actor<x_type> \
24 , re_curry<eval_name, x_type> \
25 , op_result<x_type> \
H A Dbinary_eval.hpp22 typedef typename A0::template result<Env>::type x_type; \
27 mpl::or_<is_actor<x_type>, is_actor<y_type> > \
28 , re_curry<eval_name, x_type, y_type> \
29 , op_result<x_type, y_type> \
/dports/devel/boost-docs/boost_1_72_0/libs/parameter/test/
H A Dnormalized_argument_types.cpp84 std::is_convertible<x_type,long>::value
94 boost::is_convertible<x_type,long>
123 std::is_convertible<x_type,test::count_instances>::value
129 boost::is_convertible<x_type,test::count_instances>
150 std::is_convertible<x_type,test::count_instances const>::value
156 boost::is_convertible<x_type,test::count_instances const>
/dports/devel/boost-python-libs/boost_1_72_0/libs/parameter/test/
H A Dnormalized_argument_types.cpp84 std::is_convertible<x_type,long>::value
94 boost::is_convertible<x_type,long>
123 std::is_convertible<x_type,test::count_instances>::value
129 boost::is_convertible<x_type,test::count_instances>
150 std::is_convertible<x_type,test::count_instances const>::value
156 boost::is_convertible<x_type,test::count_instances const>
/dports/devel/R-cran-vctrs/vctrs/R/
H A Dassert.R80 x_type <- vec_ptype_finalise(vec_ptype(x)) functionVar
81 if (!is_same_type(x_type, ptype)) {
82 msg <- vec_assert_type_explain(x_type, ptype, arg)
87 actual = x_type
117 x_type <- vec_ptype_finalise(vec_ptype(x)) functionVar
118 if (!is_same_type(x_type, ptype)) {
/dports/devel/boost-libs/boost_1_72_0/libs/parameter/test/
H A Dnormalized_argument_types.cpp84 std::is_convertible<x_type,long>::value
94 boost::is_convertible<x_type,long>
123 std::is_convertible<x_type,test::count_instances>::value
129 boost::is_convertible<x_type,test::count_instances>
150 std::is_convertible<x_type,test::count_instances const>::value
156 boost::is_convertible<x_type,test::count_instances const>
/dports/devel/hyperscan/boost_1_75_0/libs/parameter/test/
H A Dnormalized_argument_types.cpp84 std::is_convertible<x_type,long>::value
94 boost::is_convertible<x_type,long>
123 std::is_convertible<x_type,test::count_instances>::value
129 boost::is_convertible<x_type,test::count_instances>
150 std::is_convertible<x_type,test::count_instances const>::value
156 boost::is_convertible<x_type,test::count_instances const>
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/array/
H A Drollaxis.py23 x_type = in_types[0]
26 type_check.expect(x_type.ndim > self.axis)
28 type_check.expect(x_type.ndim > -self.axis - 1)
31 type_check.expect(x_type.ndim >= self.start)
33 type_check.expect(x_type.ndim > -self.start - 1)
H A Dflip.py24 x_type = in_types[0]
26 type_check.expect(x_type.ndim > 0)
28 type_check.expect(x_type.ndim > self.axis)
30 type_check.expect(x_type.ndim >= -self.axis)
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/generated_tests/
H A Dbuiltin_function_fp64.py296 x_type = glsl_type_of(x)
299 if x_type.is_vector and y_type.is_vector:
873 x_type = glsl_type_of(x)
875 if x_type.base_type != y_type.base_type:
879 return x_type == y_type
889 x_type = glsl_type_of(x)
900 elif x_type.is_vector:
904 return x_type == y_type
906 assert x_type.is_matrix
920 x_type = glsl_type_of(x)
[all …]
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/noise/
H A Dsimplified_dropconnect.py37 x_type, w_type = in_types[:2]
38 type_check._argname((x_type, w_type), ('x', 'W'))
41 x_type.dtype.kind == 'f',
43 x_type.ndim >= 2,
45 type_check.prod(x_type.shape[1:]) == w_type.shape[1],
51 b_type.dtype == x_type.dtype,
59 self.mask.shape[0] == x_type.shape[0],

12345678910>>...29