Searched defs:from_type (Results 1 – 9 of 9) sorted by relevance
66 Shape GetConvertedTupleShape(const Shape& shape, PrimitiveType from_type, in GetConvertedTupleShape()
218 PrimitiveType from_type, in EmitIntegralToFloating()250 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitIntegerUnaryOp() local295 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitIntegerUnaryOp() local370 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitFloatUnaryOp() local428 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitFloatUnaryOp() local547 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitComplexUnaryOp() local
138 const glsl_type *from_type; in get_parameter_match_type() local
64 unsigned int from_type:8; /* 16 bits, uses 4 bits */ member
1104 const Type* from_type) { in TopTypeResult()
76 uint32_t from_type, in AllocateFrom()
6392 TBasicType from_type = from.getBasicType(); in findFunctionExplicitTypes() local
6443 TBasicType from_type = from.getBasicType(); in findFunctionExplicitTypes() local
171 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \ argument