Home
last modified time | relevance | path

Searched refs:c_types (Results 1 – 25 of 86) sorted by relevance

1234

/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/cod/tests/
H A Dgeneral.ops79 $c_type1 = $c_types{$t1};
80 $c_type2 = $c_types{$t2};
212 $c_type = $c_types{${_}};
278 $c_type = $c_types{${_}};
334 $c_type = $c_types{${_}};
399 $c_type = $c_types{${_}};
467 $c_type = $c_types{${_}};
539 $c_to_type = $c_types{${to}};
592 $c_type = $c_types{${_}};
680 $c_type = $c_types{${_}};
[all …]
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/rnn/
H A Dtree_lstm.py72 c_types = in_types[:-1]
74 n_ary = len(c_types)
77 for i in six.moves.range(len(c_types)):
79 c_types[i].dtype.kind == 'f',
80 x_type.dtype == c_types[i].dtype,
81 c_types[i].ndim >= 2,
82 c_types[i].ndim == x_type.ndim,
83 x_type.shape[0] == c_types[i].shape[0],
84 x_type.shape[1] == (3 + n_ary) * c_types[i].shape[1],
86 for j in six.moves.range(2, type_check.eval(c_types[i].ndim)):
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/dill/dill/vtests/
H A Dgeneral.ops67 $c_type = $c_types{${_}};
168 $c_type = $c_types{${_}};
241 $c_type = $c_types{${_}};
308 $c_type = $c_types{${_}};
397 $c_type = $c_types{${_}};
469 $c_type = $c_types{${_}};
553 $c_type = $c_types{${_}};
638 $c_type = $c_types{${_}};
789 $c_type = $c_types{${_}};
999 $c_type = $c_types{${_}};
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/codegen/
H A DVariableDeclarations.py24 from .c_types.CTypeBools import CTypeBool
25 from .c_types.CTypeModuleDictVariables import CTypeModuleDictVariable
26 from .c_types.CTypeNuitkaBools import CTypeNuitkaBoolEnum
27 from .c_types.CTypeNuitkaInts import CTypeNuitkaIntOrLongStruct
28 from .c_types.CTypePyObjectPtrs import (
33 from .c_types.CTypeVoids import CTypeVoid
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/data/
H A Dtest_metainfo.cc54 std::vector<char const*> c_types(kCols); in TEST() local
55 std::transform(types.cbegin(), types.cend(), c_types.begin(), in TEST()
59 info.SetFeatureInfo(u8"feature_type", c_types.data(), c_types.size()), in TEST()
63 info.SetFeatureInfo(u8"feature_type", c_types.data(), c_types.size())); in TEST()
90 std::vector<char const*> c_types(kCols); in TEST() local
91 std::transform(types.cbegin(), types.cend(), c_types.begin(), in TEST()
93 info.SetFeatureInfo(u8"feature_type", c_types.data(), c_types.size()); in TEST()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/data/
H A Dtest_metainfo.cc54 std::vector<char const*> c_types(kCols); in TEST() local
55 std::transform(types.cbegin(), types.cend(), c_types.begin(), in TEST()
59 info.SetFeatureInfo(u8"feature_type", c_types.data(), c_types.size()), in TEST()
63 info.SetFeatureInfo(u8"feature_type", c_types.data(), c_types.size())); in TEST()
90 std::vector<char const*> c_types(kCols); in TEST() local
91 std::transform(types.cbegin(), types.cend(), c_types.begin(), in TEST()
93 info.SetFeatureInfo(u8"feature_type", c_types.data(), c_types.size()); in TEST()
/dports/net/p5-Net-Gnats/Net-Gnats-0.22/lib/Net/Gnats/
H A DSchema.pm39 my $c_types = Net::Gnats::Command->ftyp(fields => $fields);
44 $session->issue($c_types);
53 $f->type($c_types->from($fname));
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/arm/
H A Dneon-testgen.ml61 let emit_variables chan c_types features spaces =
74 0 (List.tl c_types))
76 match c_types with
97 let emit_call chan const_valuator c_types name elt_ty =
98 (if snd (List.hd c_types) <> "void" then
99 Printf.fprintf chan " out_%s = " (snd (List.hd c_types))
126 print_args 0 (List.tl c_types);
250 let c_types = check_types (strings_of_arity c_arity) in
300 emit_variables chan c_types features "";
306 emit_variables chan c_types features " ";
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/arm/
H A Dneon-testgen.ml61 let emit_variables chan c_types features spaces =
74 0 (List.tl c_types))
76 match c_types with
97 let emit_call chan const_valuator c_types name elt_ty =
98 (if snd (List.hd c_types) <> "void" then
99 Printf.fprintf chan " out_%s = " (snd (List.hd c_types))
126 print_args 0 (List.tl c_types);
250 let c_types = check_types (strings_of_arity c_arity) in
300 emit_variables chan c_types features "";
306 emit_variables chan c_types features " ";
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/config/arm/
H A Dneon-testgen.ml62 let emit_automatics chan c_types features =
75 0 (List.tl c_types))
77 match c_types with
98 let emit_call chan const_valuator c_types name elt_ty =
99 (if snd (List.hd c_types) <> "void" then
100 Printf.fprintf chan " out_%s = " (snd (List.hd c_types))
127 print_args 0 (List.tl c_types);
238 let c_types = check_types (strings_of_arity c_arity) in
285 emit_automatics chan c_types features;
288 emit_call chan const_valuator c_types name elt_ty;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/arm/
H A Dneon-testgen.ml62 let emit_automatics chan c_types features =
75 0 (List.tl c_types))
77 match c_types with
98 let emit_call chan const_valuator c_types name elt_ty =
99 (if snd (List.hd c_types) <> "void" then
100 Printf.fprintf chan " out_%s = " (snd (List.hd c_types))
127 print_args 0 (List.tl c_types);
238 let c_types = check_types (strings_of_arity c_arity) in
285 emit_automatics chan c_types features;
288 emit_call chan const_valuator c_types name elt_ty;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/arm/
H A Dneon-testgen.ml62 let emit_automatics chan c_types features =
75 0 (List.tl c_types))
77 match c_types with
98 let emit_call chan const_valuator c_types name elt_ty =
99 (if snd (List.hd c_types) <> "void" then
100 Printf.fprintf chan " out_%s = " (snd (List.hd c_types))
127 print_args 0 (List.tl c_types);
241 let c_types = check_types (strings_of_arity c_arity) in
288 emit_automatics chan c_types features;
291 emit_call chan const_valuator c_types name elt_ty;
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/protocols/
H A Dequal_up_to_global_phase_protocol_test.py69 c_types = [np.complex64, np.complex128]
71 c_types.append(np.complex256)
72 for c_type in c_types:
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/protocols/
H A Dequal_up_to_global_phase_protocol_test.py69 c_types = [np.complex64, np.complex128]
71 c_types.append(np.complex256)
72 for c_type in c_types:
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/protocols/
H A Dequal_up_to_global_phase_protocol_test.py69 c_types = [np.complex64, np.complex128]
71 c_types.append(np.complex256)
72 for c_type in c_types:
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/protocols/
H A Dequal_up_to_global_phase_protocol_test.py69 c_types = [np.complex64, np.complex128]
71 c_types.append(np.complex256)
72 for c_type in c_types:
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/protocols/
H A Dequal_up_to_global_phase_protocol_test.py69 c_types = [np.complex64, np.complex128]
71 c_types.append(np.complex256)
72 for c_type in c_types:
/dports/net/libcmis/libcmis-0.5.2/src/libcmis-c/
H A Dobject.cxx241 libcmis_vector_string_Ptr c_types = NULL; in libcmis_object_getSecondaryTypes() local
245 c_types = new ( nothrow ) libcmis_vector_string( ); in libcmis_object_getSecondaryTypes()
246 if ( c_types ) in libcmis_object_getSecondaryTypes()
247 c_types->handle = types; in libcmis_object_getSecondaryTypes()
249 return c_types; in libcmis_object_getSecondaryTypes()
/dports/science/py-scipy/scipy-1.7.1/scipy/linalg/
H A D_generate_pyx.py22 c_types = {'int': 'int', variable
84 c_ret_type = c_types[ret_type]
591 types = [c_types[arg] for arg in types]
601 return_type = c_types[return_type]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pygments/lexers/
H A D_mql_builtins.py1167 c_types = ( variable
/dports/textproc/py-pygments/stage/usr/local/lib/python3.8/site-packages/pygments/lexers/
H A D_mql_builtins.py1168 c_types = ( variable
/dports/textproc/py-pygments/Pygments-2.7.2/build/lib/pygments/lexers/
H A D_mql_builtins.py1168 c_types = ( variable
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/pygments/lexers/
H A D_mql_builtins.py1168 c_types = ( variable
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/pygments/lexers/
H A D_mql_builtins.py1168 c_types = ( variable
/dports/textproc/py-pygments-25/Pygments-2.5.2/pygments/lexers/
H A D_mql_builtins.py1168 c_types = ( variable

1234