Home
last modified time | relevance | path

Searched defs:to_type (Results 1 – 8 of 8) sorted by relevance

/external/libnl/include/netlink-private/route/
Dtc-api.h40 enum rtnl_tc_type to_type; member
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_element_type_converter.cc67 PrimitiveType to_type) { in GetConvertedTupleShape()
Delemental_ir_emitter.cc193 PrimitiveType to_type, llvm::Module* module, in EmitIntegralToFloating()
225 PrimitiveType to_type = op->shape().element_type(); in EmitIntegerUnaryOp() local
270 PrimitiveType to_type = op->shape().element_type(); in EmitIntegerUnaryOp() local
340 PrimitiveType to_type = op->shape().element_type(); in EmitFloatUnaryOp() local
392 PrimitiveType to_type = op->shape().element_type(); in EmitFloatUnaryOp() local
511 PrimitiveType to_type = op->shape().element_type(); in EmitComplexUnaryOp() local
/external/mesa3d/src/compiler/glsl/
Dir_function.cpp139 const glsl_type *to_type; in get_parameter_match_type() local
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredFramebuffer.cpp521 glw::GLenum to_type = (n == 0) ? GL_UNSIGNED_BYTE : (n == 1) ? GL_INT : GL_UNSIGNED_INT; in iterate() local
588 glw::GLenum to_type = GL_NONE; in iterate() local
/external/v8/src/torque/
Dimplementation-visitor.cc1642 const Type* to_type = type->parameter_types()[current]; in GeneratePointerCall() local
1715 const Type* to_type = (current >= callable->signature().types().size()) in GenerateCall() local
/external/libchrome/base/debug/
Dactivity_tracker.cc78 uint32_t to_type) { in AllocateFrom()
/external/python/cpython3/Objects/
Dunicodeobject.c162 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \ argument