Searched refs:representation (Results 1 - 25 of 180) sorted by relevance

12345678

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
H A DGenericKey.java8 private Object representation; field in class:GenericKey
12 * @param representation key data
14 public GenericKey(Object representation) argument
17 this.representation = representation;
20 public GenericKey(AlgorithmIdentifier algorithmIdentifier, byte[] representation) argument
23 this.representation = representation;
26 protected GenericKey(AlgorithmIdentifier algorithmIdentifier, Object representation) argument
29 this.representation
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
H A DAbstractListChromosome.java27 * @param <T> type of the representation list
34 private final List<T> representation; field in class:AbstractListChromosome
38 * @param representation inner representation of the chromosome
40 public AbstractListChromosome(final List<T> representation) { argument
42 checkValidity(representation);
44 throw new IllegalArgumentException(String.format("Invalid representation for %s", getClass().getSimpleName()), e);
46 this.representation = Collections.unmodifiableList(new ArrayList<T> (representation));
51 * @param representation inne
53 AbstractListChromosome(final T[] representation) argument
[all...]
H A DBinaryChromosome.java33 * @param representation list of {0,1} values representing the chromosome
35 public BinaryChromosome(List<Integer> representation) { argument
36 super(representation);
41 * @param representation array of {0,1} values representing the chromosome
43 public BinaryChromosome(Integer[] representation) { argument
44 super(representation);
59 * Returns a representation of a random binary array of length <code>length</code>.
H A DRandomKey.java27 * Random Key chromosome is used for permutation representation. It is a vector
39 * With this representation, common operators like n-point crossover can be
45 * array representation is sorted only once in the constructor.
67 * Cache of sorted representation (unmodifiable).
72 * Base sequence [0,1,...,n-1], permuted accorting to the representation (unmodifiable).
79 * @param representation list of [0,1] values representing the permutation
81 public RandomKey(List<Double> representation) { argument
82 super(representation);
83 // store the sorted representation
96 * @param representation arra
98 RandomKey(Double[] representation) argument
119 decodeGeneric(List<S> sequence, List<Double> representation, List<Double> sortedRepr) argument
[all...]
/external/v8/src/
H A Dmachine-type.cc79 } else if (type.representation() == MachineRepresentation::kNone) {
82 return os << type.representation();
84 return os << type.representation() << "|" << type.semantic();
H A Dproperty.cc27 Representation representation) {
28 return DataField(key, field_index, attributes, kMutable, representation,
35 Representation representation,
38 PropertyDetails details(kData, attributes, kField, constness, representation,
77 os << ":" << representation().Mnemonic();
25 DataField(Handle<Name> key, int field_index, PropertyAttributes attributes, Representation representation) argument
32 DataField(Handle<Name> key, int field_index, PropertyAttributes attributes, PropertyConstness constness, Representation representation, Handle<Object> wrapped_field_type) argument
H A Dmap-updater.h54 // with given |attributes| and |representation|/|field_type| and
59 Representation representation,
110 // of |old_map_| where every field has |Tagged| representation and |Any|
131 // type for the descriptor's value and |representation|. The |location|
135 Representation representation) const;
139 // type for the descriptor's value and |representation|.
143 PropertyLocation location, Representation representation);
H A Dproperty.h33 Representation representation);
38 Representation representation,
79 PropertyConstness constness, Representation representation,
83 details_(kind, attributes, location, constness, representation,
77 Descriptor(Handle<Name> key, Handle<Object> value, PropertyKind kind, PropertyAttributes attributes, PropertyLocation location, PropertyConstness constness, Representation representation, int field_index) argument
H A Dmap-updater.cc62 Representation representation) const {
69 return GetValue(descriptor)->OptimalType(isolate_, representation);
75 PropertyLocation location, Representation representation) {
82 ->OptimalType(isolate_, representation);
89 Representation representation,
103 // representation/field type from the old descriptor.
107 Representation old_representation = old_details.representation();
108 new_representation_ = representation.generalize(old_representation);
122 new_representation_ = representation;
175 // If it's just a representation generalizatio
73 GetOrComputeFieldType( Handle<DescriptorArray> descriptors, int descriptor, PropertyLocation location, Representation representation) argument
86 ReconfigureToDataField(int descriptor, PropertyAttributes attributes, PropertyConstness constness, Representation representation, Handle<FieldType> field_type) argument
[all...]
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
H A DDynamicSymmetry.h68 std::vector<int> representation; member in struct:Eigen::DynamicSGroup::GroupElement
72 for (std::size_t i = 0; i < representation.size(); i++)
73 if (i != (size_t)representation[i])
93 return std::array<Index, N>{{ idx[n >= m_numIndices ? n : m_elements[which].representation[n]]... }};
101 for (auto k : m_elements[which].representation)
111 result.representation.reserve(m_numIndices);
115 result.representation.push_back(g.two);
117 result.representation.push_back(g.one);
119 result.representation.push_back(int(k));
143 if (ee.representation
[all...]
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc719 DCHECK(instr->representation().IsDouble());
720 DCHECK(instr->left()->representation().IsDouble());
721 DCHECK(instr->right()->representation().IsDouble());
749 DCHECK(instr->representation().IsSmiOrTagged());
750 DCHECK(left->representation().IsSmiOrTagged());
751 DCHECK(right->representation().IsSmiOrTagged());
783 if (instr->representation().IsSmiOrInteger32()) {
784 DCHECK(instr->left()->representation().Equals(instr->representation()));
785 DCHECK(instr->right()->representation()
[all...]
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc162 hvalue->representation().IsInteger32() &&
369 hydrogen()->value()->representation().IsDouble());
649 if (instr->representation().IsSmiOrInteger32()) {
650 DCHECK(instr->left()->representation().Equals(instr->representation()));
651 DCHECK(instr->right()->representation().Equals(instr->representation()));
662 if (SmiValuesAre31Bits() && instr->representation().IsSmi() &&
689 DCHECK(instr->representation().IsDouble());
690 DCHECK(instr->left()->representation()
[all...]
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc336 hydrogen()->value()->representation().IsDouble());
636 if (instr->representation().IsSmiOrInteger32()) {
637 DCHECK(instr->left()->representation().Equals(instr->representation()));
638 DCHECK(instr->right()->representation().Equals(instr->representation()));
651 if (instr->representation().IsSmi() && constant_value > 0) {
675 DCHECK(instr->representation().IsDouble());
676 DCHECK(instr->left()->representation().IsDouble());
677 DCHECK(instr->right()->representation()
[all...]
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc370 hydrogen()->value()->representation().IsDouble());
656 if (instr->representation().IsSmiOrInteger32()) {
657 DCHECK(instr->left()->representation().Equals(instr->representation()));
658 DCHECK(instr->right()->representation().Equals(instr->representation()));
671 if (instr->representation().IsSmi() && constant_value > 0) {
695 DCHECK(instr->representation().IsDouble());
696 DCHECK(instr->left()->representation().IsDouble());
697 DCHECK(instr->right()->representation()
[all...]
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc323 hydrogen()->value()->representation().IsDouble());
624 if (instr->representation().IsSmiOrInteger32()) {
625 DCHECK(instr->left()->representation().Equals(instr->representation()));
626 DCHECK(instr->right()->representation().Equals(instr->representation()));
639 if (instr->representation().IsSmi() && constant_value > 0) {
663 DCHECK(instr->representation().IsDouble());
664 DCHECK(instr->left()->representation().IsDouble());
665 DCHECK(instr->right()->representation()
[all...]
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc330 hydrogen()->value()->representation().IsDouble());
631 if (instr->representation().IsSmiOrInteger32()) {
632 DCHECK(instr->left()->representation().Equals(instr->representation()));
633 DCHECK(instr->right()->representation().Equals(instr->representation()));
646 if (instr->representation().IsSmi() && constant_value > 0) {
670 DCHECK(instr->representation().IsDouble());
671 DCHECK(instr->left()->representation().IsDouble());
672 DCHECK(instr->right()->representation()
[all...]
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc381 hydrogen()->value()->representation().IsDouble());
654 if (instr->representation().IsSmiOrInteger32()) {
655 DCHECK(instr->left()->representation().Equals(instr->representation()));
656 DCHECK(instr->right()->representation().Equals(instr->representation()));
669 if (instr->representation().IsSmi() && constant_value > 0) {
693 DCHECK(instr->representation().IsDouble());
694 DCHECK(instr->left()->representation().IsDouble());
695 DCHECK(instr->right()->representation()
[all...]
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc330 hydrogen()->value()->representation().IsDouble());
631 if (instr->representation().IsSmiOrInteger32()) {
632 DCHECK(instr->left()->representation().Equals(instr->representation()));
633 DCHECK(instr->right()->representation().Equals(instr->representation()));
646 if (instr->representation().IsSmi() && constant_value > 0) {
670 DCHECK(instr->representation().IsDouble());
671 DCHECK(instr->left()->representation().IsDouble());
672 DCHECK(instr->right()->representation()
[all...]
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc307 hydrogen()->value()->representation().IsDouble());
569 if (instr->representation().IsSmiOrInteger32()) {
570 DCHECK(instr->left()->representation().Equals(instr->representation()));
571 DCHECK(instr->right()->representation().Equals(instr->representation()));
584 if (instr->representation().IsSmi() && constant_value > 0) {
607 DCHECK(instr->representation().IsDouble());
608 DCHECK(instr->left()->representation().IsDouble());
609 DCHECK(instr->right()->representation()
[all...]
/external/v8/src/crankshaft/
H A Dhydrogen-canonicalize.cc23 if (instr->representation().IsInteger32()) {
28 } else if (instr->representation().IsSmi()) {
/external/libunwind_llvm/src/
H A DUnwind-EHABI.cpp736 static uint64_t ValueAsBitPattern(_Unwind_VRS_DataRepresentation representation, argument
739 switch (representation) {
756 uint32_t regno, _Unwind_VRS_DataRepresentation representation,
761 representation,
762 ValueAsBitPattern(representation, valuep));
766 if (representation != _UVRSD_UINT32 || regno > 15)
773 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE)
775 if (representation == _UVRSD_VFPX) {
790 if (representation !
755 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, uint32_t regno, _Unwind_VRS_DataRepresentation representation, void *valuep) argument
813 _Unwind_VRS_Get_Internal(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, uint32_t regno, _Unwind_VRS_DataRepresentation representation, void *valuep) argument
867 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, uint32_t regno, _Unwind_VRS_DataRepresentation representation, void *valuep) argument
882 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, uint32_t discriminator, _Unwind_VRS_DataRepresentation representation) argument
[all...]
/external/v8/src/compiler/
H A Dselect-lowering.cc36 NodeProperties::ChangeOp(node, common()->Phi(p.representation(), 2));
/external/llvm/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.ml11 * representation, the classes in the VMCore library.
/external/swiftshader/third_party/LLVM/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.ml11 * representation, the classes in the VMCore library.
/external/v8/src/ic/
H A Dhandler-configuration-inl.h84 Representation representation,
87 switch (representation.kind()) {
123 Representation representation) {
126 return StoreField(isolate, kind, descriptor, field_index, representation,
132 Representation representation,
135 representation, extend_storage);
82 StoreField(Isolate* isolate, Kind kind, int descriptor, FieldIndex field_index, Representation representation, bool extend_storage) argument
120 StoreField(Isolate* isolate, int descriptor, FieldIndex field_index, PropertyConstness constness, Representation representation) argument
130 TransitionToField(Isolate* isolate, int descriptor, FieldIndex field_index, Representation representation, bool extend_storage) argument

Completed in 1085 milliseconds

12345678