HomeSort by relevance Sort by last modified time
    Searched defs:to_type (Results 1 - 8 of 8) sorted by null

  /art/runtime/
method_handles-inl.h 107 const Primitive::Type to_type = to->GetPrimitiveType(); local
132 if (Primitive::Is64BitType(to_type)) {
134 } else if (to_type == Primitive::kPrimNot) {
method_handles.cc 203 const Primitive::Type to_type = to->GetPrimitiveType(); local
218 if (IsPrimitiveType(from_type) && IsPrimitiveType(to_type)) {
220 if (UNLIKELY(!ConvertPrimitiveValueNoThrow(from_type, to_type, src_value, value))) {
225 } else if (IsReferenceType(from_type) && IsReferenceType(to_type)) {
241 } else if (IsReferenceType(to_type)) {
275 DCHECK(IsPrimitiveType(to_type));
292 if (UNLIKELY(!ConvertPrimitiveValueNoThrow(unboxed_type, to_type, unboxed_value, value))) {
293 if (from->IsAssignableFrom(GetBoxedPrimitiveClass(to_type))) {
    [all...]
  /external/libnl/include/netlink-private/route/
tc-api.h 40 enum rtnl_tc_type to_type; member in struct:rtnl_tc_ops
  /external/mesa3d/src/compiler/glsl/
ir_function.cpp 139 const glsl_type *to_type; local
143 to_type = actual->type;
146 to_type = param->type;
149 if (from_type == to_type)
152 if (to_type->base_type == GLSL_TYPE_DOUBLE) {
158 if (to_type->base_type == GLSL_TYPE_FLOAT)
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderLayeredFramebuffer.cpp 521 glw::GLenum to_type = (n == 0) ? GL_UNSIGNED_BYTE : (n == 1) ? GL_INT : GL_UNSIGNED_INT; local
528 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_1);
530 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_2);
532 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_3);
534 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_4);
588 glw::GLenum to_type = GL_NONE; local
604 to_type = GL_UNSIGNED_BYTE;
620 to_type = GL_INT;
636 to_type = GL_UNSIGNED_INT;
651 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, slice_1_data)
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
elemental_ir_emitter.cc 187 PrimitiveType to_type, llvm::Module* module,
191 integer_value, llvm_ir::PrimitiveTypeToIrType(to_type, module));
196 integer_value, llvm_ir::PrimitiveTypeToIrType(to_type, module));
221 PrimitiveType to_type = op->shape().element_type(); local
223 if (from_type == to_type) {
226 if (primitive_util::IsIntegralType(to_type)) {
228 operand_value, llvm_ir::PrimitiveTypeToIrType(to_type, module_),
229 primitive_util::IsSignedIntegralType(to_type));
231 if (primitive_util::IsFloatingPointType(to_type)) {
232 if (to_type == BF16)
264 PrimitiveType to_type = op->shape().element_type(); local
341 PrimitiveType to_type = op->shape().element_type(); local
388 PrimitiveType to_type = op->shape().element_type(); local
486 PrimitiveType to_type = op->shape().element_type(); local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-i386.c 1457 unsigned int to_type = from_type; local
    [all...]
elf64-x86-64.c 1549 unsigned int to_type = from_type; local
    [all...]

Completed in 139 milliseconds