Home
last modified time | relevance | path

Searched refs:return_types (Results 1 – 25 of 274) sorted by relevance

1234567891011

/dports/devel/folly/folly-2021.12.27.00/folly/futures/test/
H A Dthen_compile_test.rb41 return_types = [
57 def doMap(form, param_types, return_types) argument
59 return_types.map { |ret|
78 def doMapMultiArg(form, param_types, return_types) argument
80 return_types.map { |ret|
96 tests = doMap("then", try_param_types, return_types)
97 tests.concat doMap("thenValue", value_param_types, return_types)
98 tests.concat doMapMultiArg("then", try_param_types, return_types)
/dports/math/GiNaC/ginac-1.8.2/ginac/
H A Dncmul.cpp331 case return_types::commutative: in eval()
334 case return_types::noncommutative: in eval()
337 case return_types::noncommutative_composite: in eval()
356 if (rettypes[i]==return_types::commutative) in eval()
462 if (return_type() != return_types::noncommutative) { in conjugate()
519 return return_types::commutative; in return_type()
527 if (rt == return_types::noncommutative_composite) in return_type()
529 if ((rt == return_types::noncommutative) && (all_commutative)) { in return_type()
537 return return_types::noncommutative_composite; in return_type()
543 return all_commutative ? return_types::commutative : return_types::noncommutative; in return_type()
[all …]
H A Dtensor.h40 unsigned return_type() const override { return return_types::noncommutative_composite; } in GINAC_DECLARE_REGISTERED_CLASS()
63 unsigned return_type() const override { return return_types::commutative; } in return_type()
86 unsigned return_type() const override { return return_types::commutative; } in return_type()
117 unsigned return_type() const override { return return_types::commutative; } in return_type()
174 unsigned return_type() const override { return return_types::commutative; } in return_type()
H A Dcolor.h60 unsigned return_type() const override { return return_types::noncommutative; } in return_type()
113 unsigned return_type() const override { return return_types::commutative; } in return_type()
132 unsigned return_type() const override { return return_types::commutative; } in return_type()
/dports/www/moodle311/moodle/lib/editor/tinymce/plugins/managefiles/
H A Dmanage.php33 $return_types = optional_param('return_types', null, PARAM_INT); variable
63 if ($return_types !== null) {
64 …$return_types = $return_types ^ 1; // links are allowed in textarea but never allowed in filemanag… variable
73 'return_types' => $return_types,
/dports/www/moodle310/moodle/lib/editor/tinymce/plugins/managefiles/
H A Dmanage.php33 $return_types = optional_param('return_types', null, PARAM_INT); variable
63 if ($return_types !== null) {
64 …$return_types = $return_types ^ 1; // links are allowed in textarea but never allowed in filemanag… variable
73 'return_types' => $return_types,
/dports/www/moodle39/moodle/lib/editor/tinymce/plugins/managefiles/
H A Dmanage.php33 $return_types = optional_param('return_types', null, PARAM_INT); variable
63 if ($return_types !== null) {
64 …$return_types = $return_types ^ 1; // links are allowed in textarea but never allowed in filemanag… variable
73 'return_types' => $return_types,
/dports/www/moodle310/moodle/lib/editor/atto/plugins/managefiles/
H A Dmanage.php34 $return_types = optional_param('return_types', null, PARAM_INT); variable
67 if ($return_types !== null) {
69 $return_types = $return_types & ~FILE_EXTERNAL; variable
78 'return_types' => $return_types,
/dports/www/moodle39/moodle/lib/editor/atto/plugins/managefiles/
H A Dmanage.php34 $return_types = optional_param('return_types', null, PARAM_INT); variable
67 if ($return_types !== null) {
69 $return_types = $return_types & ~FILE_EXTERNAL; variable
78 'return_types' => $return_types,
/dports/www/moodle311/moodle/lib/editor/atto/plugins/managefiles/
H A Dmanage.php34 $return_types = optional_param('return_types', null, PARAM_INT); variable
67 if ($return_types !== null) {
69 $return_types = $return_types & ~FILE_EXTERNAL; variable
78 'return_types' => $return_types,
/dports/math/fftw3-long/fftw-3.3.9/api/
H A Dgenf03.pl21 %return_types = (
136 $bad = ($ret ne "void") && !exists($return_types{$ret});
163 print "$return_types{$ret} ";
164 $len = $len + length("$return_types{$ret} ");
/dports/math/fftw3/fftw-3.3.9/api/
H A Dgenf03.pl21 %return_types = (
136 $bad = ($ret ne "void") && !exists($return_types{$ret});
163 print "$return_types{$ret} ";
164 $len = $len + length("$return_types{$ret} ");
/dports/math/fftw3-float/fftw-3.3.9/api/
H A Dgenf03.pl21 %return_types = (
136 $bad = ($ret ne "void") && !exists($return_types{$ret});
163 print "$return_types{$ret} ";
164 $len = $len + length("$return_types{$ret} ");
/dports/math/fftw3-quad/fftw-3.3.9/api/
H A Dgenf03.pl21 %return_types = (
136 $bad = ($ret ne "void") && !exists($return_types{$ret});
163 print "$return_types{$ret} ";
164 $len = $len + length("$return_types{$ret} ");
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/python/mlir/dialects/
H A D_builtin_ops_ext.py164 return_types = list(results)
178 return_types = [v.type for v in return_values]
179 function_type = FunctionType.get(inputs=inputs, results=return_types)
183 call_op = std.CallOp(return_types, FlatSymbolRefAttr.get(symbol_name),
185 if return_types is None:
187 elif len(return_types) == 1:
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/python/mlir/dialects/
H A D_builtin_ops_ext.py164 return_types = list(results)
178 return_types = [v.type for v in return_values]
179 function_type = FunctionType.get(inputs=inputs, results=return_types)
183 call_op = std.CallOp(return_types, FlatSymbolRefAttr.get(symbol_name),
185 if return_types is None:
187 elif len(return_types) == 1:
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/python/mlir/dialects/
H A D_builtin_ops_ext.py164 return_types = list(results)
178 return_types = [v.type for v in return_values]
179 function_type = FunctionType.get(inputs=inputs, results=return_types)
183 call_op = std.CallOp(return_types, FlatSymbolRefAttr.get(symbol_name),
185 if return_types is None:
187 elif len(return_types) == 1:
/dports/lang/v8/v8-9.6.180.12/test/cctest/wasm/
H A Dtest-liftoff-inspection.cc38 std::initializer_list<ValueType> return_types, in CheckDeterministicCompilation() argument
41 auto test_func = AddFunction(return_types, param_types, raw_function_bytes); in CheckDeterministicCompilation()
67 std::initializer_list<ValueType> return_types, in GenerateDebugSideTable() argument
71 auto test_func = AddFunction(return_types, param_types, raw_function_bytes);
113 FunctionSig* AddSig(std::initializer_list<ValueType> return_types, in AddSig() argument
116 zone_.NewArray<ValueType>(return_types.size() + param_types.size()); in AddSig()
117 std::copy(return_types.begin(), return_types.end(), storage); in AddSig()
119 storage + return_types.size()); in AddSig()
120 FunctionSig* sig = zone_.New<FunctionSig>(return_types.size(), in AddSig()
125 TestFunction AddFunction(std::initializer_list<ValueType> return_types, in AddFunction() argument
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/python/mlir/dialects/
H A D_builtin_ops_ext.py190 return_types = list(results)
204 return_types = [v.type for v in return_values]
205 function_type = FunctionType.get(inputs=inputs, results=return_types)
209 call_op = std.CallOp(return_types, FlatSymbolRefAttr.get(symbol_name),
211 if return_types is None:
213 elif len(return_types) == 1:
/dports/devel/gdb/gdb-11.1/gdb/
H A Dmake-target-delegates357 @return_types = ();
380 $return_types{$name} = $return_type;
397 my $return_type = $return_types{$name};
412 my $return_type = $return_types{$name};
/dports/security/py-stix2/cti-python-stix2-2.1.0/stix2/
H A Dproperties.py532 return_types = []
533 return_types += types
536 return_types.remove("SDO")
537 return_types += STIX2_OBJ_MAPS[spec_version]['objects'].keys()
539 return_types.remove("SCO")
540 return_types += STIX2_OBJ_MAPS[spec_version]['observables'].keys()
542 return_types.remove("SRO")
543 return_types += ['relationship', 'sighting']
545 return return_types
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dsignature.h140 auto Returns(ReturnTypes... return_types) const { in Returns() argument
143 std::initializer_list<T>{return_types...}.begin(), reps_}; in Returns()
176 static auto Returns(ReturnTypes... return_types) { in Returns() argument
178 std::initializer_list<T>{return_types...}.begin(), nullptr}; in Returns()
/dports/devel/jsonnet/jsonnet-0.17.0/python/
H A D_jsonnet_test.py50 def return_types(): function
65 'return_types': ((), return_types),
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/google/go-jsonnet/python/
H A D_jsonnet_test.py50 def return_types(): function
65 'return_types': ((), return_types),
/dports/devel/py-jsonnet/jsonnet-0.17.0/python/
H A D_jsonnet_test.py50 def return_types(): function
65 'return_types': ((), return_types),

1234567891011