Searched defs:cast (Results 51 - 75 of 114) sorted by relevance

12345

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DCode.java164 * Use {@link #cast cast()} to perform either a <strong>numeric cast</strong> or
165 * a <strong>type cast</strong>. Interrogate the type of a value in a local
714 * Performs either a numeric cast or a type cast.
732 * cast operations. For example, to go from float to short one would first
733 * cast float to int and then int to short.
742 public void cast(Local<?> target, Local<?> source) { method in class:Code
/external/eigen/Eigen/src/Geometry/
H A DQuaternion.h173 EIGEN_DEVICE_FUNC inline typename internal::cast_return_type<Derived,Quaternion<NewScalarType> >::type cast() const function in class:Eigen::QuaternionBase
272 { m_coeffs = other.coeffs().template cast<Scalar>(); }
H A DTransform.h632 EIGEN_DEVICE_FUNC inline typename internal::cast_return_type<Transform,Transform<NewScalarType,Dim,Mode,Options> >::type cast() const function in class:Eigen::Transform
640 m_matrix = other.matrix().template cast<Scalar>();
/external/guava/guava/src/com/google/common/collect/
H A DIterators.java671 @SuppressWarnings("unchecked") // can cast to <T> because non-Ts are removed
1220 // Safe to cast <? extends T> to <T> because PeekingImpl only uses T
1315 static <T> ListIterator<T> cast(Iterator<T> iterator) { method in class:Iterators
H A DMultisets.java76 // Since it's unmodifiable, the covariant cast is safe
854 Multiset<? extends E> that = cast(elements);
972 @SuppressWarnings("cast")
985 @SuppressWarnings("cast")
1076 static <T> Multiset<T> cast(Iterable<T> iterable) { method in class:Multisets
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterators.java1185 // Safe to cast <? extends T> to <T> because PeekingImpl only uses T
1280 static <T> ListIterator<T> cast(Iterator<T> iterator) { method in class:Iterators
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetNavigationTester.java58 static <T> SortedMultiset<T> cast(Multiset<T> iterable) { method in class:MultisetNavigationTester
65 sortedMultiset = cast(getMultiset());
/external/v8/src/compiler/
H A Dtypes.h310 static OtherNumberConstantType* cast(Type* type) { function in class:v8::internal::compiler::BitsetType::OtherNumberConstantType
339 static HeapConstantType* cast(Type* type) { function in class:v8::internal::compiler::BitsetType::HeapConstantType
392 static RangeType* cast(Type* type) { function in class:v8::internal::compiler::BitsetType::RangeType
461 static TupleType* cast(Type* type) { function in class:v8::internal::compiler::BitsetType::TupleType
485 static UnionType* cast(Type* type) { function in class:v8::internal::compiler::BitsetType::UnionType
564 HeapConstantType* AsHeapConstant() { return HeapConstantType::cast(this); }
566 return OtherNumberConstantType::cast(this);
568 RangeType* AsRange() { return RangeType::cast(this); }
569 TupleType* AsTuple() { return TupleType::cast(this); }
622 UnionType* AsUnion() { return UnionType::cast(thi
[all...]
H A Dinstruction.h155 static OperandType* cast(InstructionOperand* op) { \
160 static const OperandType* cast(const InstructionOperand* op) { \
165 static OperandType cast(const InstructionOperand& op) { \
501 static LocationOperand* cast(InstructionOperand* op) { function in class:v8::internal::compiler::LocationOperand
506 static const LocationOperand* cast(const InstructionOperand* op) { function in class:v8::internal::compiler::LocationOperand
511 static LocationOperand cast(const InstructionOperand& op) { function in class:v8::internal::compiler::LocationOperand
558 !IsFloatingPoint(LocationOperand::cast(this)->representation());
563 IsFloatingPoint(LocationOperand::cast(this)->representation());
568 LocationOperand::cast(this)->location_kind() ==
575 !IsFloatingPoint(LocationOperand::cast(thi
[all...]
/external/eigen/Eigen/src/Core/
H A DMathFunctions.h384 * Implementation of cast *
397 // here, for once, we're plainly returning NewType: we don't want cast to do weird things.
401 inline NewType cast(const OldType& x) function in namespace:Eigen::internal
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBase.h304 cast() const { function in class:Eigen::TensorBase
587 return cast<bool>().reduce(dims, internal::AndReducer());
594 return cast<bool>().reduce(in_dims, internal::AndReducer());
600 return cast<bool>().reduce(dims, internal::OrReducer());
607 return cast<bool>().reduce(in_dims, internal::OrReducer());
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c454 static UINTMAX_T cast(LDOUBLE);
1107 if ((intpart = cast(ufvalue)) == UINTMAX_MAX) {
1354 cast(LDOUBLE value) function
1380 UINTMAX_T intpart = cast(value);
/external/v8/src/full-codegen/
H A Dfull-codegen.h862 static const TestContext* cast(const ExpressionContext* context) { function in class:v8::internal::final::TestContext
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp929 llvm::Value *cast = builder.CreatePointerCast(stringVar, local
931 builder.CreateCall(printFunct, cast);
973 llvm::Value *cast = builder.CreateBitCast(stringVar, local
975 builder.CreateCall(&printFunct, {&toPrint, cast});
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h532 static inline typename TypeHandler::Type* cast(void* element) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
536 static inline const typename TypeHandler::Type* cast(const void* element) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
1364 TypeHandler::Delete(cast<TypeHandler>(rep_->elements[i]), arena_);
1411 return *cast<TypeHandler>(rep_->elements[index]);
1420 return cast<TypeHandler>(rep_->elements[index]);
1427 TypeHandler::Delete(cast<TypeHandler>(rep_->elements[index]), arena_);
1434 return cast<TypeHandler>(rep_->elements[current_size_++]);
1449 TypeHandler::Clear(cast<TypeHandler>(rep_->elements[--current_size_]));
1460 TypeHandler::Clear(cast<TypeHandler>(elements[i++]));
1567 *cast<TypeHandle
[all...]
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
H A DExceptionDemo.cpp905 llvm::Value *cast = builder.CreatePointerCast(stringVar, local
907 builder.CreateCall(printFunct, cast);
948 llvm::Value *cast = builder.CreateBitCast(stringVar, local
950 builder.CreateCall2(&printFunct, &toPrint, cast);
/external/v8/src/ast/
H A Dast-types.h411 static AstClassType* cast(AstType* type) { function in class:v8::internal::AstBitsetType::AstClassType
442 static AstConstantType* cast(AstType* type) { function in class:v8::internal::AstBitsetType::AstConstantType
504 static AstRangeType* cast(AstType* type) { function in class:v8::internal::AstBitsetType::AstRangeType
533 static AstContextType* cast(AstType* type) { function in class:v8::internal::AstBitsetType::AstContextType
561 static AstArrayType* cast(AstType* type) { function in class:v8::internal::AstBitsetType::AstArrayType
633 static AstFunctionType* cast(AstType* type) { function in class:v8::internal::AstBitsetType::AstFunctionType
660 static AstTupleType* cast(AstType* type) { function in class:v8::internal::AstBitsetType::AstTupleType
686 static AstUnionType* cast(AstType* type) { function in class:v8::internal::AstBitsetType::AstUnionType
835 AstClassType* AsClass() { return AstClassType::cast(this); }
836 AstConstantType* AsConstant() { return AstConstantType::cast(thi
[all...]
/external/v8/src/crankshaft/
H A Dlithium.h139 static LUnallocated* cast(LOperand* op) { function in class:v8::internal::LUnallocated
326 static LSubKindOperand* cast(LOperand* op) { function in class:v8::internal::final
/external/v8/src/
H A Dframes.h622 static EntryFrame* cast(StackFrame* frame) { function in class:v8::internal::EntryFrame
650 static EntryConstructFrame* cast(StackFrame* frame) { function in class:v8::internal::EntryConstructFrame
677 static ExitFrame* cast(StackFrame* frame) { function in class:v8::internal::ExitFrame
708 static BuiltinExitFrame* cast(StackFrame* frame) { function in class:v8::internal::BuiltinExitFrame
794 static StandardFrame* cast(StackFrame* frame) { function in class:v8::internal::StandardFrame
911 static JavaScriptFrame* cast(StackFrame* frame) { function in class:v8::internal::JavaScriptFrame
1056 static ArgumentsAdaptorFrame* cast(StackFrame* frame) { function in class:v8::internal::ArgumentsAdaptorFrame
1082 static BuiltinFrame* cast(StackFrame* frame) { function in class:v8::internal::final
1121 static WasmFrame* cast(StackFrame* frame) { function in class:v8::internal::WasmFrame
1167 static InternalFrame* cast(StackFram function in class:v8::internal::InternalFrame
1214 static ConstructFrame* cast(StackFrame* frame) { function in class:v8::internal::ConstructFrame
[all...]
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h151 static L##type* cast(LInstruction* instr) { \
159 return H##type::cast(hydrogen_value()); \
316 static LGap* cast(LInstruction* instr) { function in class:v8::internal::LGap
499 return HControlInstruction::cast(this->hydrogen_value());
1432 return LConstantOperand::cast(parameter_count());
2307 return HForInCacheArray::cast(this->hydrogen_value())->idx();
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h163 static L##type* cast(LInstruction* instr) { \
171 return H##type::cast(this->hydrogen_value()); \
371 static LGap* cast(LInstruction* instr) { function in class:v8::internal::LGap
1262 return HForInCacheArray::cast(this->hydrogen_value())->idx();
1870 LConstantOperand* right() { return LConstantOperand::cast(inputs_[1]); }
2045 return LConstantOperand::cast(parameter_count());
2801 return HConstant::cast(constant)->Integer32Value() & 0x1f;
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h154 static L##type* cast(LInstruction* instr) { \
162 return H##type::cast(hydrogen_value()); \
318 static LGap* cast(LInstruction* instr) { function in class:v8::internal::LGap
496 return HControlInstruction::cast(this->hydrogen_value());
1440 return LConstantOperand::cast(parameter_count());
2318 return HForInCacheArray::cast(this->hydrogen_value())->idx();
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h149 static L##type* cast(LInstruction* instr) { \
157 return H##type::cast(hydrogen_value()); \
314 static LGap* cast(LInstruction* instr) { function in class:v8::internal::LGap
497 return HControlInstruction::cast(this->hydrogen_value());
1395 return LConstantOperand::cast(parameter_count());
2266 return HForInCacheArray::cast(this->hydrogen_value())->idx();
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h152 static L##type* cast(LInstruction* instr) { \
160 return H##type::cast(hydrogen_value()); \
317 static LGap* cast(LInstruction* instr) { function in class:v8::internal::LGap
500 return HControlInstruction::cast(this->hydrogen_value());
1457 return LConstantOperand::cast(parameter_count());
2312 return HForInCacheArray::cast(this->hydrogen_value())->idx();
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h153 static L##type* cast(LInstruction* instr) { \
160 H##type* hydrogen() const { return H##type::cast(hydrogen_value()); }
313 static LGap* cast(LInstruction* instr) { function in class:v8::internal::LGap
493 return HControlInstruction::cast(this->hydrogen_value());
1411 return LConstantOperand::cast(parameter_count());
2235 int idx() { return HForInCacheArray::cast(this->hydrogen_value())->idx(); }

Completed in 590 milliseconds

12345