HomeSort by relevance Sort by last modified time
    Searched refs:cast (Results 276 - 300 of 3080) sorted by null

<<11121314151617181920>>

  /external/v8/src/compiler/
register-allocator-verifier.cc 150 constraint->value_ = ConstantOperand::cast(op)->virtual_register();
155 const ImmediateOperand* imm = ImmediateOperand::cast(op);
162 const UnallocatedOperand* unallocated = UnallocatedOperand::cast(op);
220 CHECK_EQ(ConstantOperand::cast(op)->virtual_register(),
225 const ImmediateOperand* imm = ImmediateOperand::cast(op);
244 CHECK_EQ(LocationOperand::cast(op)->register_code(), constraint->value_);
248 CHECK_EQ(LocationOperand::cast(op)->register_code(), constraint->value_);
252 CHECK_EQ(LocationOperand::cast(op)->index(), constraint->value_);
256 CHECK_EQ(ElementSizeLog2Of(LocationOperand::cast(op)->representation()),
326 os << "v" << FinalAssessment::cast(assessment)->virtual_register()
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 91 return cast<PointerType>(Instruction::getType());
141 // Methods for support type inquiry through isa, cast, and dyn_cast:
146 return isa<Instruction>(V) && classof(cast<Instruction>(V));
179 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
185 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
194 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
212 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
283 // Methods for support type inquiry through isa, cast, and dyn_cast:
288 return isa<Instruction>(V) && classof(cast<Instruction>(V));
409 // Methods for support type inquiry through isa, cast, and dyn_cast
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 59 FunctionType *get(FunctionType *T) {return cast<FunctionType>(get((Type*)T));}
123 if (cast<StructType>(DstTy)->isOpaque()) {
138 if (PT->getAddressSpace() != cast<PointerType>(SrcTy)->getAddressSpace())
141 if (FT->isVarArg() != cast<FunctionType>(SrcTy)->isVarArg())
144 StructType *SSTy = cast<StructType>(SrcTy);
149 if (DATy->getNumElements() != cast<ArrayType>(SrcTy)->getNumElements())
152 if (DVTy->getNumElements() != cast<ArrayType>(SrcTy)->getNumElements())
180 StructType *DstSTy = cast<StructType>(MappedTypes[SrcSTy]);
229 if (!isa<StructType>(Ty) || cast<StructType>(Ty)->isLiteral()) {
258 cast<ArrayType>(Ty)->getNumElements())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h 98 return cast<PointerType>(Instruction::getType());
146 // Methods for support type inquiry through isa, cast, and dyn_cast:
151 return isa<Instruction>(V) && classof(cast<Instruction>(V));
184 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
190 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
199 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
215 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
284 // Methods for support type inquiry through isa, cast, and dyn_cast:
289 return isa<Instruction>(V) && classof(cast<Instruction>(V));
412 // Methods for support type inquiry through isa, cast, and dyn_cast
    [all...]
  /external/tensorflow/tensorflow/contrib/losses/python/metric_learning/
metric_loss_ops.py 71 math_ops.cast(error_mask, dtypes.float32) * 1e-16)
76 math_ops.cast(math_ops.logical_not(error_mask), dtypes.float32))
116 math_ops.cast(labels, dtypes.float32) * math_ops.square(distances) +
117 (1. - math_ops.cast(labels, dtypes.float32)) *
204 math_ops.cast(mask, dtype=dtypes.float32), 1, keepdims=True),
208 adjacency_not = math_ops.cast(adjacency_not, dtype=dtypes.float32)
209 mask = math_ops.cast(mask, dtype=dtypes.float32)
224 mask_positives = math_ops.cast(
289 labels_remapped = math_ops.cast(
323 sparse_dot_product = math_ops.cast(
    [all...]
  /external/v8/src/
keys.cc 55 return Handle<FixedArray>::cast(keys_);
65 return Handle<OrderedHashSet>::cast(keys_);
75 if (Handle<Symbol>::cast(key)->is_private()) return;
85 Handle<String>::cast(key)->AsArrayIndex(&index)) {
125 Handle<Name> key(Name::cast(keys->get(i)), isolate);
171 MAYBE_RETURN(CollectOwnJSProxyKeys(receiver, Handle<JSProxy>::cast(object)),
188 result = CollectOwnJSProxyKeys(receiver, Handle<JSProxy>::cast(current));
191 result = CollectOwnKeys(receiver, Handle<JSObject>::cast(current));
245 return !JSObject::cast(object)->HasEnumerableElements();
268 !JSObject::cast(*receiver_)->HasEnumerableElements()
    [all...]
objects-inl.h 161 return IsHeapObject() && HeapObject::cast(this)->Is##type_(); \
174 return IsHeapObject() && HeapObject::cast(this)->Is##Type(); \
195 return IsHeapObject() && HeapObject::cast(this)->IsNullOrUndefined();
233 return StringShape(String::cast(this)).IsCons();
238 return StringShape(String::cast(this)).IsThin();
243 return StringShape(String::cast(this)).IsSliced();
248 return StringShape(String::cast(this)).IsSequential();
253 return StringShape(String::cast(this)).IsSequential() &&
254 String::cast(this)->IsOneByteRepresentation();
259 return StringShape(String::cast(this)).IsSequential() &
2101 FreeSpace* FreeSpace::cast(HeapObject* o) { function in class:v8::internal::FreeSpace
3200 FreshlyAllocatedBigInt* FreshlyAllocatedBigInt::cast(Object* object) { function in class:v8::internal::FreshlyAllocatedBigInt
    [all...]
  /external/v8/src/runtime/
runtime-array.cc 66 Handle<JSObject>::cast(receiver));
170 Handle<JSObject> object = Handle<JSObject>::cast(receiver);
172 int len = String::cast(Handle<JSValue>::cast(object)->value())->length();
203 int array_length = FixedArrayBase::cast(object->elements())->length();
224 FixedDoubleArray* elements = FixedDoubleArray::cast(*elements_base);
251 FixedArray* elements = FixedArray::cast(*elements_base);
346 isolate, object, Handle<JSObject>::cast(current));
381 !Handle<JSArray>::cast(object)->HasFastPackedElements()) {
382 JSObject* initial_array_proto = JSObject::cast(
    [all...]
  /external/tensorflow/tensorflow/python/ops/
metrics_impl.py 258 # Cast the type to int64 required by confusion_matrix_ops.
259 predictions = math_ops.cast(predictions, dtypes.int64)
260 labels = math_ops.cast(labels, dtypes.int64)
261 num_classes = math_ops.cast(num_classes, dtypes.int64)
363 values = math_ops.cast(values, dtypes.float32)
369 num_values = math_ops.cast(array_ops.size(values), dtypes.float32)
374 math_ops.cast(weights, dtypes.float32), values)
454 predictions = math_ops.cast(predictions, labels.dtype)
455 is_correct = math_ops.cast(
486 labels: A `Tensor` whose shape matches `predictions`. Will be cast t
    [all...]
  /art/test/454-get-vreg/
get_vreg_jni.cc 65 uint32_t cast = bit_cast<uint32_t, float>(1.0f); local
66 CHECK_EQ(value, cast);
109 uint64_t cast = bit_cast<uint64_t, double>(2.0); local
110 CHECK_EQ(value, cast);
  /art/test/457-regs/
regs_jni.cc 75 uint32_t cast = bit_cast<uint32_t, float>(4.0f); local
76 CHECK_EQ(value, cast);
144 int32_t cast = bit_cast<int32_t, float>(float_value); local
145 CHECK_EQ(cast, 0);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldebug.h 14 #define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1)
  /external/bcc/examples/tracing/
hello_perf_output.py 51 event = ct.cast(data, ct.POINTER(Data)).contents
  /external/bcc/tools/
bashreadline.py 58 event = ct.cast(data, ct.POINTER(Data)).contents
mdflush.py 73 event = ct.cast(data, ct.POINTER(Data)).contents
oomkill.py 67 event = ct.cast(data, ct.POINTER(Data)).contents
  /external/bcc/tools/old/
oomkill.py 66 event = ct.cast(data, ct.POINTER(Data)).contents
  /external/clang/include/clang/Basic/
LLVM.h 56 using llvm::cast;
  /external/clang/lib/Analysis/
ReachableCode.cpp 184 dyn_cast_or_null<FunctionDecl>(cast<CallExpr>(S)->getCalleeDecl());
188 return isConfigurationValue(cast<DeclRefExpr>(S)->getDecl(), PP);
194 const Expr *E = cast<Expr>(S);
203 return isConfigurationValue(cast<MemberExpr>(S)->getMemberDecl(), PP);
207 const BinaryOperator *B = cast<BinaryOperator>(S);
218 const UnaryOperator *UO = cast<UnaryOperator>(S);
514 const BinaryOperator *BO = cast<BinaryOperator>(S);
518 const UnaryOperator *UO = cast<UnaryOperator>(S);
523 const CompoundAssignOperator *CAO = cast<CompoundAssignOperator>(S);
531 cast<AbstractConditionalOperator>(S)
    [all...]
  /external/eigen/doc/snippets/
EigenSolver_EigenSolver_MatrixType.cpp 12 cout << "... and A * v = " << endl << A.cast<complex<double> >() * v << endl << endl;
  /external/eigen/test/
geo_parametrizedline.cpp 48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>();
49 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),l0);
50 ParametrizedLine<Scalar,Dim> hp1d = l0.template cast<Scalar>();
51 VERIFY_IS_APPROX(hp1d.template cast<Scalar>(),l0);
  /external/guava/guava/src/com/google/common/collect/
TransformedListIterator.java 39 return Iterators.cast(backingIterator);
  /external/guice/core/test/com/google/inject/example/
JndiProvider.java 38 return type.cast(context.lookup(name));
  /external/guice/extensions/jndi/src/com/google/inject/jndi/
JndiIntegration.java 58 return type.cast(context.lookup(name));
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
HasParentNode.java 59 return Optional.of(classType.cast(parent));

Completed in 713 milliseconds

<<11121314151617181920>>