Home
last modified time | relevance | path

Searched defs:arity (Results 1 – 25 of 61) sorted by relevance

123

/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
DTournamentSelection.java34 private int arity; field in TournamentSelection
42 public TournamentSelection(int arity) { in TournamentSelection()
110 public void setArity(int arity) { in setArity()
/external/v8/src/compiler/
Djs-operator.h67 ConstructParameters(uint32_t arity, float frequency, in ConstructParameters()
71 uint32_t arity() const { return arity_; } in arity() function
95 explicit ConstructWithSpreadParameters(uint32_t arity) : arity_(arity) {} in ConstructWithSpreadParameters()
97 uint32_t arity() const { return arity_; } in arity() function
156 CallParameters(size_t arity, float frequency, VectorSlotPair const& feedback, in CallParameters()
164 size_t arity() const { return ArityField::decode(bit_field_); } in arity() function
206 explicit CallWithSpreadParameters(uint32_t arity) : arity_(arity) {} in CallWithSpreadParameters()
208 uint32_t arity() const { return arity_; } in arity() function
229 CallRuntimeParameters(Runtime::FunctionId id, size_t arity) in CallRuntimeParameters()
233 size_t arity() const { return arity_; } in arity() function
[all …]
Djs-call-reducer.cc56 size_t const arity = p.arity() - 2; in ReduceArrayConstructor() local
93 size_t arity = p.arity(); in ReduceFunctionPrototypeApply() local
213 size_t arity = p.arity(); in ReduceFunctionPrototypeCall() local
417 Reduction JSCallReducer::ReduceSpreadCall(Node* node, int arity) { in ReduceSpreadCall()
555 size_t arity = p.arity(); in ReduceJSCall() local
656 int arity = static_cast<int>(p.arity() - 1); in ReduceJSCallWithSpread() local
665 int const arity = static_cast<int>(p.arity() - 2); in ReduceJSConstruct() local
781 int arity = static_cast<int>(p.arity() - 2); in ReduceJSConstructWithSpread() local
Dcode-assembler.h356 Node* arity = Int32Constant(argc); in CallJS() local
364 Node* arity = Int32Constant(argc); in ConstructJS() local
Djs-operator.cc754 const Operator* JSOperatorBuilder::Call(size_t arity, float frequency, in Call()
767 const Operator* JSOperatorBuilder::CallWithSpread(uint32_t arity) { in CallWithSpread()
783 size_t arity) { in CallRuntime()
790 size_t arity) { in CallRuntime()
800 const Operator* JSOperatorBuilder::Construct(uint32_t arity, float frequency, in Construct()
810 const Operator* JSOperatorBuilder::ConstructWithSpread(uint32_t arity) { in ConstructWithSpread()
978 const Operator* JSOperatorBuilder::CreateArray(size_t arity, in CreateArray()
Dtyped-optimization.cc248 int arity = node->op()->ValueInputCount(); in ReducePhi() local
Djs-typed-lowering.cc1885 int builtin_index, int arity, CallDescriptor::Flags flags) { in ReduceBuiltin()
1956 bool NeedsArgumentAdaptorFrame(Handle<SharedFunctionInfo> shared, int arity) { in NeedsArgumentAdaptorFrame()
1968 int const arity = static_cast<int>(p.arity() - 2); in ReduceJSConstruct() local
2071 int const arity = static_cast<int>(p.arity() - 2); in ReduceJSCall() local
Djs-generic-lowering.cc114 Node* arity = jsgraph()->Int32Constant(nargs); in ReplaceWithRuntimeCall() local
361 int const arity = static_cast<int>(p.arity()); in LowerJSCreateArray() local
/external/tensorflow/tensorflow/compiler/tf2xla/lib/
Dwhile_loop.cc28 int arity = initial_values.size(); in XlaWhileLoop() local
39 xla::ComputationBuilder* builder) { in XlaWhileLoop()
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
DJAXPExtensionsProvider.java125 int arity = argVec.size(); in extFunction() local
166 int arity = extFunction.getArgCount(); in extFunction() local
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_kernel.h59 void set_arity(unsigned arity) { arity_ = arity; } in set_arity()
/external/mockito/src/main/java/org/mockito/internal/util/reflection/
DGenericMetadataSupport.java237 int arity = 0; in resolveGenericReturnType() local
469 private final int arity; field in GenericMetadataSupport.GenericArrayReturnType
471 public GenericArrayReturnType(GenericMetadataSupport genericArrayType, int arity) { in GenericArrayReturnType()
/external/jcommander/src/main/java/com/beust/jcommander/
DParameter.java63 int arity() default -1; in arity() method
DWrappedParameter.java29 public int arity() { in arity() method in WrappedParameter
DJCommander.java843 int arity = va.processVariableArity(pd.getParameter().names()[0], in processVariableArity() local
854 int arity = pd.getParameter().arity(); in processFixedArity() local
861 Class<?> fieldType, int arity) { in processFixedArity()
/external/tensorflow/tensorflow/stream_executor/
Dkernel_spec.h279 size_t arity() const { return arity_; } in arity() function
Dkernel_spec.cc248 MultiKernelLoaderSpec::MultiKernelLoaderSpec(size_t arity) : arity_(arity) {} in MultiKernelLoaderSpec()
/external/v8/src/ast/
Dast-types.h619 AstFunctionType(AstType* result, AstType* receiver, int arity, Zone* zone) in AstFunctionType()
625 static AstType* New(AstType* result, AstType* receiver, int arity, in New()
727 static AstType* Function(AstType* result, AstType* receiver, int arity, in Function()
754 static AstType* Function(AstType* result, int arity, AstType** params, in Function()
/external/mesa3d/src/compiler/glsl/
Dir_builder_print_visitor.cpp533 static const char *const arity[] = { in print_without_declaration() local
/external/v8/src/wasm/
Dwasm-interpreter.cc1037 unsigned arity; member
1069 size_t arity = code->function->sig->parameter_count(); in PushFrame() local
1133 bool DoReturn(InterpreterCode** code, pc_t* pc, pc_t* limit, size_t arity) { in DoReturn()
1168 void DoStackTransfer(sp_t dest, size_t arity) { in DoStackTransfer()
1336 size_t arity = code->function->sig->return_count(); in Execute() local
1689 WasmVal PopArity(size_t arity) { in PopArity()
Dfunction-body-decoder-impl.h81 uint32_t arity; member
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1665 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1693 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1712 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1732 int arity() const { return hydrogen()->argument_count(); } in arity() function
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1676 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1705 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1724 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1744 int arity() const { return hydrogen()->argument_count(); } in arity() function
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1666 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1694 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1713 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1733 int arity() const { return hydrogen()->argument_count(); } in arity() function
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1651 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1680 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1699 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1719 int arity() const { return hydrogen()->argument_count(); } in arity() function

123