Home
last modified time | relevance | path

Searched refs:in_type (Results 1 – 25 of 1231) sorted by relevance

12345678910>>...50

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/scripts/
H A Dgen-implicit-conversions.py349 self.in_type = in_type
445 self.in_type = in_type
505 self.in_type = in_type
536 self.in_type = in_type
580 self.in_type = in_type
656 self.in_type = in_type
705 self.in_type = in_type
738 self.in_type = in_type
759 self.in_type = in_type
772 return valueToStr(self.in_type, IN_VALUES[self.in_type][0])
[all …]
/dports/misc/ringtonetools/ringtonetools-2.26/src/
H A Dringtonetools.c200 in_type=-1; in main()
447 if (in_type==-1) in_type=0; in main()
566 if (!(in_type==3 || in_type==4) && out_type==14) in main()
609 if (in_type==3 || in_type==5) in main()
615 if (in_type==0) in main()
618 if (in_type==1) in main()
621 if (in_type==2) in main()
632 if (in_type==3) in main()
635 if (in_type==4) in main()
650 if (in_type==5) in main()
[all …]
/dports/math/gemmlowp/gemmlowp-dc69acd/meta/generators/
H A Dcommon.py74 def SpecializeStream(self, in_type, lanes_count, pack_size, leftovers): argument
79 [['const %s*' % in_type, 'in'], ['const %s&' % self.name, 'params'],
80 ['%s*' % in_type, 'out']], 'inline void')
83 self.EmitPack(in_type, lanes_count, pack_size, leftovers)
95 def SpecializeMulKernel(self, in_type, out_type, kernel_m, kernel_n, argument
104 [['const %s*' % in_type, 'lhs'], ['const %s*' % in_type, 'rhs'], [
112 self.EmitMultiply(in_type, out_type, kernel_m, kernel_n, pack_size)
123 def SpecializeTransform1DKernel(self, in_type, out_type, kernel_size, argument
127 in_type, out_type, self.kernel_name, kernel_size, leftovers
131 [['const %s*' % in_type, 'input'],
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/generated_tests/templates/gen_vs_in_fp64/
H A Dregular.shader_test.mako50 % for idx, in_type in enumerate(in_types):
55 % for idx, in_type in enumerate(in_types):
69 % for idx, in_type in enumerate(in_types):
92 % for idx, in_type in enumerate(in_types):
97 % for j in range(in_type.columns):
108 % for idx, in_type in enumerate(in_types):
113 % for j in range(in_type.columns):
114 % for k in range(in_type.rows):
132 % for idx, in_type in enumerate(in_types):
135 % for j in range(in_type.columns):
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/convert/
H A Dgen_convert_general.py251 for in_type, out_type in ((uhd_type + '_chdr', uhd_type), (uhd_type, uhd_type + '_chdr')):
253 in_type=in_type,
263 for in_type, out_type, to_wire_or_host in (
271 in_type=in_type.format(end=end), out_type=out_type.format(end=end)
274 for in_type, out_type in (
280 in_type=in_type.format(end=end), out_type=out_type.format(end=end)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dsequence_reverse.cc43 std::vector<int> *in_type) const { in CreateOperatorEx()
45 if (in_type->size() >= 2 && (*in_type)[1] != -1) { in CreateOperatorEx()
46 DO_BIND_DISPATCH(CreateOp, param_, (*in_type)[0], (*in_type)[1]); in CreateOperatorEx()
50 DO_BIND_DISPATCH(CreateOp, param_, (*in_type)[0], (*in_type)[0]); in CreateOperatorEx()
H A Dsequence_last.cc43 std::vector<int> *in_type) const { in CreateOperatorEx()
44 if (in_type->size() >= 2 && (*in_type)[1] != -1) { in CreateOperatorEx()
45 DO_BIND_DISPATCH(CreateOp, param_, (*in_type)[0], (*in_type)[1]); in CreateOperatorEx()
52 DO_BIND_DISPATCH(CreateOp, param_, (*in_type)[0], mshadow::kInt64); in CreateOperatorEx()
54 DO_BIND_DISPATCH(CreateOp, param_, (*in_type)[0], mshadow::kInt32); in CreateOperatorEx()
H A Dsequence_mask.cc107 std::vector<int> *in_type) const { in CreateOperatorEx()
108 if (in_type->size() >= 2 && (*in_type)[1] != -1) { in CreateOperatorEx()
109 DO_BIND_DISPATCH(CreateOp, param_, (*in_type)[0], (*in_type)[1]); in CreateOperatorEx()
113 DO_BIND_DISPATCH(CreateOp, param_, (*in_type)[0], (*in_type)[0]); in CreateOperatorEx()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dsequence_reverse.cc43 std::vector<int> *in_type) const { in CreateOperatorEx()
45 if (in_type->size() >= 2 && (*in_type)[1] != -1) { in CreateOperatorEx()
46 DO_BIND_DISPATCH(CreateOp, param_, (*in_type)[0], (*in_type)[1]); in CreateOperatorEx()
50 DO_BIND_DISPATCH(CreateOp, param_, (*in_type)[0], (*in_type)[0]); in CreateOperatorEx()
H A Dsequence_last.cc43 std::vector<int> *in_type) const { in CreateOperatorEx()
44 if (in_type->size() >= 2 && (*in_type)[1] != -1) { in CreateOperatorEx()
45 DO_BIND_DISPATCH(CreateOp, param_, (*in_type)[0], (*in_type)[1]); in CreateOperatorEx()
52 DO_BIND_DISPATCH(CreateOp, param_, (*in_type)[0], mshadow::kInt64); in CreateOperatorEx()
54 DO_BIND_DISPATCH(CreateOp, param_, (*in_type)[0], mshadow::kInt32); in CreateOperatorEx()
/dports/audio/festival/speech_tools/sigpr/
H A Dsigpr_frame.cc70 if (in_type == "sig") in convert2lpc()
78 (const char *) in_type); in convert2lpc()
86 if (in_type == "lpc") in convert2ref()
88 else if (in_type == "sig") in convert2ref()
94 else if (in_type == "lsf") in convert2ref()
110 if (in_type == "lpc") in convert2area()
112 else if (in_type == "sig") in convert2area()
118 else if (in_type == "lsf") in convert2area()
134 if (in_type == "lpc") in convert2cep()
156 (const char *) in_type); in convert2cep()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/numpy/
H A Dnp_delete_op.cc34 std::vector<int> *in_type, in NumpyDeleteType() argument
38 CHECK_EQ(in_type->size(), insize); in NumpyDeleteType()
41 CHECK_NE((*in_type)[1], -1) << "Index type must be set for insert operator\n"; in NumpyDeleteType()
42 CHECK(((*in_type)[1] == mshadow::DataType<int64_t>::kFlag) || in NumpyDeleteType()
43 ((*in_type)[1] == mshadow::DataType<int32_t>::kFlag)) in NumpyDeleteType()
46 TYPE_ASSIGN_CHECK(*out_type, 0, (*in_type)[0]); in NumpyDeleteType()
47 TYPE_ASSIGN_CHECK(*in_type, 0, (*out_type)[0]); in NumpyDeleteType()
48 return (*in_type)[0] != -1; in NumpyDeleteType()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/numpy/
H A Dnp_delete_op.cc34 std::vector<int> *in_type, in NumpyDeleteType() argument
38 CHECK_EQ(in_type->size(), insize); in NumpyDeleteType()
41 CHECK_NE((*in_type)[1], -1) << "Index type must be set for insert operator\n"; in NumpyDeleteType()
42 CHECK(((*in_type)[1] == mshadow::DataType<int64_t>::kFlag) || in NumpyDeleteType()
43 ((*in_type)[1] == mshadow::DataType<int32_t>::kFlag)) in NumpyDeleteType()
46 TYPE_ASSIGN_CHECK(*out_type, 0, (*in_type)[0]); in NumpyDeleteType()
47 TYPE_ASSIGN_CHECK(*in_type, 0, (*out_type)[0]); in NumpyDeleteType()
48 return (*in_type)[0] != -1; in NumpyDeleteType()
/dports/misc/vxl/vxl-3.3.2/core/vidl/
H A Dvidl_color.cxx76 typedef typename vidl_pixel_traits_of<in_fmt>::type in_type; in populate() typedef
78 unsigned in_type_num = type_index<in_type>::index; in populate()
80 typedef typename func_ptr<in_type, out_type>::type fptr; in populate()
100 typedef vidl_pixel_traits_of<in_fmt>::type in_type; in populate() typedef
102 unsigned in_type_num = type_index<in_type>::index; in populate()
104 typedef func_ptr<in_type, out_type>::type fptr; in populate()
161 const std::type_info & in_type, in operator ()() argument
165 unsigned int in_idx = type_index(in_type); in operator ()()
201 const std::type_info & in_type, in vidl_color_converter_func() argument
205 return conversion_table(in_C, in_type, out_C, out_type); in vidl_color_converter_func()
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/tests/
H A Dtest_scaling.py182 arr = np.zeros((3,), dtype=in_type)
183 info = type_info(in_type)
206 for in_type in np.sctypes[category0]:
208 check_int_a2f(in_type, out_type)
215 for in_type in np.sctypes[category0]:
217 check_int_a2f(in_type, out_type)
220 def check_int_a2f(in_type, out_type): argument
223 info = type_info(in_type)
225 if not in_type in np.sctypes['complex']:
233 data = np.zeros((2,), in_type)
[all …]
H A Dtest_round_trip.py30 def check_params(in_arr, in_type, out_type): argument
31 arr = in_arr.astype(in_type)
34 info = np.finfo(in_type)
106 for j, in_type in enumerate(f_types):
108 check_arr(sd_10, V_in, in_type, out_type, scaling_type)
111 for j, in_type in enumerate(iuint_types):
112 info = np.iinfo(in_type)
120 check_arr(sd, V_in, in_type, out_type, scaling_type)
123 def check_arr(test_id, V_in, in_type, out_type, scaling_type): argument
140 if (set((in_type, out_type)) == set((np.int64, np.uint64)) and
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dscalar_compare.cc120 InputType in_type(match::TimestampTypeUnit(unit)); in MakeCompareFunction() local
124 DCHECK_OK(func->AddKernel({in_type, in_type}, boolean(), std::move(exec))); in MakeCompareFunction()
129 InputType in_type(match::DurationTypeUnit(unit)); in MakeCompareFunction() local
133 DCHECK_OK(func->AddKernel({in_type, in_type}, boolean(), std::move(exec))); in MakeCompareFunction()
138 InputType in_type(match::Time32TypeUnit(unit)); in MakeCompareFunction() local
142 DCHECK_OK(func->AddKernel({in_type, in_type}, boolean(), std::move(exec))); in MakeCompareFunction()
145 InputType in_type(match::Time64TypeUnit(unit)); in MakeCompareFunction() local
149 DCHECK_OK(func->AddKernel({in_type, in_type}, boolean(), std::move(exec))); in MakeCompareFunction()
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/tests/
H A Dtest_round_trip.py29 def check_params(in_arr, in_type, out_type): argument
30 arr = in_arr.astype(in_type)
33 info = np.finfo(in_type)
106 for j, in_type in enumerate(f_types):
108 check_arr(sd_10, V_in, in_type, out_type, scaling_type)
111 for j, in_type in enumerate(iuint_types):
112 info = np.iinfo(in_type)
120 check_arr(sd, V_in, in_type, out_type, scaling_type)
123 def check_arr(test_id, V_in, in_type, out_type, scaling_type): argument
141 if {in_type, out_type} == {np.int64, np.uint64}:
[all …]
H A Dtest_scaling.py143 def test_array_file_scales(in_type, out_type): argument
148 arr = np.zeros((3,), dtype=in_type)
149 info = type_info(in_type)
173 for in_type in np.sctypes[category0]:
177 check_int_a2f(in_type, out_type)
179 check_int_a2f(in_type, out_type)
182 def check_int_a2f(in_type, out_type): argument
185 info = type_info(in_type)
187 if not in_type in np.sctypes['complex']:
195 data = np.zeros((2,), in_type)
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/quantization/
H A Dquantized_elemwise_add.cc52 std::vector<int>* in_type, in ElemwiseAddType() argument
55 CHECK_EQ(in_type->size(), 6U); in ElemwiseAddType()
62 if (in_type->at(i) == mshadow::kInt8) { in ElemwiseAddType()
63 TYPE_ASSIGN_CHECK(*in_type, i, mshadow::kInt8); in ElemwiseAddType()
65 TYPE_ASSIGN_CHECK(*in_type, i, mshadow::kUint8); in ElemwiseAddType()
72 dtype = (in_type->at(0) == in_type->at(1)) ? in_type->at(0) : mshadow::kInt8; in ElemwiseAddType()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/quantization/
H A Dquantized_elemwise_add.cc52 std::vector<int>* in_type, in ElemwiseAddType() argument
55 CHECK_EQ(in_type->size(), 6U); in ElemwiseAddType()
62 if (in_type->at(i) == mshadow::kInt8) { in ElemwiseAddType()
63 TYPE_ASSIGN_CHECK(*in_type, i, mshadow::kInt8); in ElemwiseAddType()
65 TYPE_ASSIGN_CHECK(*in_type, i, mshadow::kUint8); in ElemwiseAddType()
72 dtype = (in_type->at(0) == in_type->at(1)) ? in_type->at(0) : mshadow::kInt8; in ElemwiseAddType()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dcastnode.cpp250 if (in_type != NULL && this_type != NULL && in Ideal()
251 (in_type->_lo != this_type->_lo || in Ideal()
252 in_type->_hi != this_type->_hi)) { in Ideal()
306 (in_type->_lo != this_type->_lo || in Ideal()
307 in_type->_hi != this_type->_hi)) { in Ideal()
358 const TypePtr *in_type = inn->isa_ptr(); in Value() local
361 if( in_type != NULL && my_type != NULL ) { in Value()
362 TypePtr::PTR in_ptr = in_type->ptr(); in Value()
364 result = in_type; in Value()
371 result = !in_type->higher_equal(_type) in Value()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Dmulti_sum_sq-inl.h66 std::vector<int>* in_type, in MultiSumSqType() argument
69 CHECK_EQ(in_type->size(), p.num_arrays); in MultiSumSqType()
70 int dtype = (*in_type)[0]; in MultiSumSqType()
72 for (size_t i = 0; i < in_type->size(); ++i) { in MultiSumSqType()
73 if ((*in_type)[i] == -1) { in MultiSumSqType()
74 (*in_type)[i] = dtype; in MultiSumSqType()
76 UNIFORM_TYPE_CHECK((*in_type)[i], dtype, "array_" + std::to_string(i)); in MultiSumSqType()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Dmulti_sum_sq-inl.h66 std::vector<int>* in_type, in MultiSumSqType() argument
69 CHECK_EQ(in_type->size(), p.num_arrays); in MultiSumSqType()
70 int dtype = (*in_type)[0]; in MultiSumSqType()
72 for (size_t i = 0; i < in_type->size(); ++i) { in MultiSumSqType()
73 if ((*in_type)[i] == -1) { in MultiSumSqType()
74 (*in_type)[i] = dtype; in MultiSumSqType()
76 UNIFORM_TYPE_CHECK((*in_type)[i], dtype, "array_" + std::to_string(i)); in MultiSumSqType()
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/array/
H A Dpad_sequence.py23 for i, in_type in enumerate(in_types):
24 type_check._argname((in_type,), ('x{}'.format(i),))
26 in_type.ndim > 0,
27 in_type.shape[1:] == in_types[0].shape[1:],
28 in_type.dtype == in_types[0].dtype
32 for in_type in in_types:
33 type_check.expect(in_type.shape[0] <= self.length)

12345678910>>...50