Home
last modified time | relevance | path

Searched defs:cast (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DJavaExpression.java39 protected JavaExpression cast(JavaExpression expression) { in cast() method
48 protected JavaExpression cast(JavaExpression expression) { in cast() method
57 protected JavaExpression cast(JavaExpression expression) { in cast() method
66 protected JavaExpression cast(JavaExpression expression) { in cast() method
76 protected JavaExpression cast(JavaExpression expression) { in cast() method
88 protected JavaExpression cast(JavaExpression expression) { in cast() method
100 protected JavaExpression cast(JavaExpression expression) { in cast() method
108 protected JavaExpression cast(JavaExpression expression) { in cast() method
118 protected JavaExpression cast(final JavaExpression expression) { in cast() method
/external/swiftshader/src/Reactor/
DTraits.inl23 Pointer<Byte> CToReactorPtr<T, ENABLE>::cast(const T *v) function in rr::CToReactorPtr
32 CToReactorPtr<T, std::enable_if_t<HasReactorType<T>::value>>::cast(const T *v) function in rr::CToReactorPtr::enable_if_t::value
38 Pointer<Byte> CToReactorPtr<void, void>::cast(const void *v) function in rr::CToReactorPtr
46 CToReactorPtr<T, std::enable_if_t<std::is_function<T>::value>>::cast(T *v) function in rr::CToReactorPtr::enable_if_t::is_function::value
54 CToReactor<T, std::enable_if_t<std::is_pointer<T>::value>>::cast(T v) function in rr::CToReactor::enable_if_t::is_pointer::value
62 CToReactor<T, std::enable_if_t<std::is_enum<T>::value>>::cast(T v) function in rr::CToReactor::enable_if_t::is_enum::value
DReactor.cpp340 Byte::Byte(RValue<Int> cast) in Byte()
347 Byte::Byte(RValue<UInt> cast) in Byte()
354 Byte::Byte(RValue<UShort> cast) in Byte()
587 SByte::SByte(RValue<Int> cast) in SByte()
594 SByte::SByte(RValue<Short> cast) in SByte()
822 Short::Short(RValue<Int> cast) in Short()
1050 UShort::UShort(RValue<UInt> cast) in UShort()
1057 UShort::UShort(RValue<Int> cast) in UShort()
1064 UShort::UShort(RValue<Byte> cast) in UShort()
1287 Byte4::Byte4(RValue<Byte8> cast) in Byte4()
[all …]
DTraits.hpp251 static type cast(T v) { return CToReactor<T>::cast(v); } in cast() function
257 static type cast(T v) { return type(v); } in cast() function
263 static type cast(T v) { return type(v); } in cast() function
269 static type cast(T v) { return type(v); } in cast() function
/external/perfetto/include/perfetto/ext/base/
Dno_destructor.h63 auto* const cast = reinterpret_cast<const T*>(storage_); in ref() local
67 auto* const cast = reinterpret_cast<T*>(storage_); in ref() local
/external/python/pybind11/tests/
Dtest_custom_type_casters.cpp30 static handle cast(const ArgInspector1 &src, return_value_policy, handle) { in cast() function
45 static handle cast(const ArgInspector2 &src, return_value_policy, handle) { in cast() function
57 static handle cast(const ArgAlwaysConverts &, return_value_policy, handle) { in cast() function
79 static handle cast(const DestructionTester &, return_value_policy, handle) { in cast() function
Dtest_copy_move.cpp76 …static handle cast(const MoveOnlyInt &m, return_value_policy r, handle p) { return pybind11::cast(… in cast() function
82 …static handle cast(const MoveOrCopyInt &m, return_value_policy r, handle p) { return pybind11::cas… in cast() function
91 …static handle cast(const CopyOnlyInt &m, return_value_policy r, handle p) { return pybind11::cast(… in cast() function
92 static handle cast(const CopyOnlyInt *src, return_value_policy policy, handle parent) { in cast() function
/external/python/pybind11/include/pybind11/
Dstl.h86 static handle cast(T &&src, return_value_policy policy, handle parent) { in cast() function
122 static handle cast(T &&src, return_value_policy policy, handle parent) { in cast() function
169 static handle cast(T &&src, return_value_policy policy, handle parent) { in cast() function
/external/mesa3d/src/compiler/nir/
Dnir_deref.c30 is_trivial_deref_cast(nir_deref_instr *cast) in is_trivial_deref_cast()
822 is_trivial_array_deref_cast(nir_deref_instr *cast) in is_trivial_array_deref_cast()
847 opt_remove_restricting_cast_alignments(nir_deref_instr *cast) in opt_remove_restricting_cast_alignments()
920 opt_remove_cast_cast(nir_deref_instr *cast) in opt_remove_cast_cast()
963 opt_remove_sampler_cast(nir_deref_instr *cast) in opt_remove_sampler_cast()
1010 opt_replace_struct_wrapper_cast(nir_builder *b, nir_deref_instr *cast) in opt_replace_struct_wrapper_cast()
1035 opt_deref_cast(nir_builder *b, nir_deref_instr *cast) in opt_deref_cast()
1129 is_vector_bitcast_deref(nir_deref_instr *cast, in is_vector_bitcast_deref()
/external/tensorflow/tensorflow/python/util/
Dpy_checkpoint_reader_wrapper.cc59 static handle cast(const tensorflow::TensorShape& src, in cast() function
84 static handle cast(const tensorflow::DataType& src, in cast() function
/external/eigen/Eigen/src/Geometry/
DQuaternion.h201 …ternal::enable_if<internal::is_same<Scalar,NewScalarType>::value,const Derived&>::type cast() const in cast() function
208 …e_if<!internal::is_same<Scalar,NewScalarType>::value,Quaternion<NewScalarType> >::type cast() const in cast() function
/external/guava/android/guava/src/com/google/common/collect/
DImmutableClassToInstanceMap.java123 private static <B, T extends B> T cast(Class<T> type, B value) { in cast() method in ImmutableClassToInstanceMap.Builder
158 ImmutableClassToInstanceMap<B> cast = (ImmutableClassToInstanceMap<B>) map; in copyOf() local
/external/guava/guava/src/com/google/common/collect/
DImmutableClassToInstanceMap.java123 private static <B, T extends B> T cast(Class<T> type, B value) { in cast() method in ImmutableClassToInstanceMap.Builder
158 ImmutableClassToInstanceMap<B> cast = (ImmutableClassToInstanceMap<B>) map; in copyOf() local
/external/openscreen/cast/streaming/
Dreceiver_base.cc8 namespace cast { namespace
Dencoded_frame.cc8 namespace cast { namespace
Dmock_environment.cc8 namespace cast { namespace
Dframe_id.cc8 namespace cast { namespace
Dpacket_util.cc11 namespace cast { namespace
Drtcp_session.cc10 namespace cast { namespace
/external/skia/src/utils/
DSkJSON.h177 const T* cast() const { in cast() function
187 T* cast() { return const_cast<T*>(const_cast<const Value*>(this)->cast<T>()); } in cast() function
/external/angle/include/
Dangle_cl.h67 T &cast() in cast() function
73 const T &cast() const in cast() function
/external/ComputeLibrary/tests/
DRawTensor.h83 SimpleTensor<T> cast; variable
/external/rust/crates/anyhow/src/
Dptr.rs38 pub fn cast<U: CastTo>(self) -> Own<U::Target> { in cast() function
102 pub fn cast<U: CastTo>(self) -> Ref<'a, U::Target> { in cast() function
159 pub fn cast<U: CastTo>(self) -> Mut<'a, U::Target> { in cast() function
/external/rust/crates/cast/src/
Dlib.rs155 fn cast(_: Src) -> Self::Output; in cast() method
526 fn cast(src: f64) -> Self::Output { in cast() method
/external/guava/guava-gwt/test/com/google/common/
DGwtTestSuite.java42 Class<? extends GWTTestCase> cast = (Class<? extends GWTTestCase>) clazz; in suite() local

12345678910>>...13