Home
last modified time | relevance | path

Searched defs:representation (Results 1 – 25 of 63) sorted by relevance

123

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DGenericKey.java8 private Object representation; field in GenericKey
14 public GenericKey(Object representation) in GenericKey()
20 public GenericKey(AlgorithmIdentifier algorithmIdentifier, byte[] representation) in GenericKey()
26 protected GenericKey(AlgorithmIdentifier algorithmIdentifier, Object representation) in GenericKey()
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
DAbstractListChromosome.java34 private final List<T> representation; field in AbstractListChromosome
40 public AbstractListChromosome(final List<T> representation) { in AbstractListChromosome()
53 public AbstractListChromosome(final T[] representation) { in AbstractListChromosome()
DBinaryChromosome.java35 public BinaryChromosome(List<Integer> representation) { in BinaryChromosome()
43 public BinaryChromosome(Integer[] representation) { in BinaryChromosome()
DRandomKey.java81 public RandomKey(List<Double> representation) { in RandomKey()
98 public RandomKey(Double[] representation) { in RandomKey()
119 …private static <S> List<S> decodeGeneric(List<S> sequence, List<Double> representation, List<Doubl… in decodeGeneric()
/external/v8/test/cctest/
Dgay-shortest.h38 const char* representation; member
Dgay-fixed.h39 const char* representation; member
Dgay-precision.h39 const char* representation; member
Dtest-bignum-dtoa.cc46 static void TrimRepresentation(Vector<char> representation) { in TrimRepresentation()
Dtest-dtoa.cc46 static void TrimRepresentation(Vector<char> representation) { in TrimRepresentation()
Dtest-fast-dtoa.cc46 static void TrimRepresentation(Vector<char> representation) { in TrimRepresentation()
Dtest-field-type-tracking.cc76 Representation representation, int field_index = -1) { in EqualDetails()
112 Representation representation, Handle<Object> value) { in Init()
165 Representation representation, Handle<FieldType> value) { in SetDataField()
169 void SetDataField(int index, Representation representation, in SetDataField()
303 Representation representation, in AddDataField()
329 Representation representation, in TransitionToDataField()
355 Representation representation, in FollowDataTransition()
689 Representation representation = from_representation; in TestGeneralizeRepresentation() local
1281 const Representation representation = Representation::Smi(); in TestReconfigureProperty_CustomPropertyAfterTargetMap() local
/external/v8/src/compiler/
Dcommon-operator.h68 : representation_(representation), hint_(hint) {} in representation_() argument
70 MachineRepresentation representation() const { return representation_; } in representation() function
Drepresentation-change.h99 : representation_(representation), in representation_() argument
147 MachineRepresentation representation() const { return representation_; } in representation() function
Dmachine-operator.h45 StoreRepresentation(MachineRepresentation representation, in StoreRepresentation()
50 MachineRepresentation representation() const { return representation_; } in representation() function
/external/v8/src/
Dproperty-details.h290 PropertyDetails CopyWithRepresentation(Representation representation) const { in CopyWithRepresentation()
303 static uint8_t EncodeRepresentation(Representation representation) { in EncodeRepresentation()
324 Representation representation() const { in representation() function
385 PropertyDetails(int value, Representation representation) { in PropertyDetails()
Dmachine-type.h47 MachineType(MachineRepresentation representation, MachineSemantic semantic) in MachineType()
58 MachineRepresentation representation() const { return representation_; } in representation() function
Dproperty.cc26 Representation representation) in DataDescriptor()
Dproperty.h73 PropertyAttributes attributes, Representation representation) in DataDescriptor()
Dtype-cache.h142 Type* CreateNative(Type* semantic, Type* representation) { in CreateNative()
Dtypes.cc720 const bitset representation = in Intersect() local
929 const bitset representation = in Union() local
1000 bitset representation = REPRESENTATION(bits); in NormalizeUnion() local
Dlookup.h245 Representation representation() const { in representation() function
/external/libunwind_llvm/src/
DUnwind-EHABI.cpp770 static uint64_t ValueAsBitPattern(_Unwind_VRS_DataRepresentation representation, in ValueAsBitPattern()
790 uint32_t regno, _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Set()
843 _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Get_Internal()
892 _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Get()
908 _Unwind_VRS_DataRepresentation representation) { in _Unwind_VRS_Pop()
/external/skia/bench/
Dbench_util.py92 def __init__(self, data, representation=None): argument
186 def parse(settings, lines, representation=None): argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DX9Curve.java66 ASN1ObjectIdentifier representation in X9Curve() local
/external/v8/src/crankshaft/
Dhydrogen-escape-analysis.cc147 Representation representation = load->representation(); in NewLoadReplacement() local

123