Searched defs:from_type (Results 1 – 7 of 7) sorted by relevance
66 Shape GetConvertedTupleShape(const Shape& shape, PrimitiveType from_type, in GetConvertedTupleShape()
192 PrimitiveType from_type, in EmitIntegralToFloating()224 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitIntegerUnaryOp() local269 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitIntegerUnaryOp() local339 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitFloatUnaryOp() local391 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitFloatUnaryOp() local509 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
76 uint32_t from_type, in AllocateFrom()
6071 TBasicType from_type = from.getBasicType(); in findFunctionExplicitTypes() local
162 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \ argument