Searched refs:ivalue (Results 1 – 10 of 10) sorted by relevance
39 %ivalue = OpLoad %ivec4 %iptr43 %lsb_int_to_uint = OpExtInst %uvec4 %1 FindILsb %ivalue44 %lsb_int_to_int = OpExtInst %ivec4 %1 FindILsb %ivalue48 %umsb_int_to_uint = OpExtInst %uvec4 %1 FindUMsb %ivalue49 %umsb_int_to_int = OpExtInst %ivec4 %1 FindUMsb %ivalue53 %smsb_int_to_uint = OpExtInst %uvec4 %1 FindSMsb %ivalue54 %smsb_int_to_int = OpExtInst %ivec4 %1 FindSMsb %ivalue
261 const int64_t ivalue = ConstantLiteralAsInt64(width, length->words()); in ValidateTypeArray() local262 if (ivalue == 0 || (ivalue < 0 && is_signed)) { in ValidateTypeArray()265 << " default value must be at least 1: found " << ivalue; in ValidateTypeArray()
261 const int64_t ivalue = ConstantLiteralAsInt64(width, length->words()); in ValidateTypeArray() local262 if (ivalue == 0 || (ivalue < 0 && is_signed)) { in ValidateTypeArray()265 << "' default value must be at least 1: found " << ivalue; in ValidateTypeArray()
546 auto ivalue = alu_src_const.find(static_cast<AluInlineConstants>(sel())); in print() local547 if (ivalue != alu_src_const.end()) { in print()548 os << "I[" << ivalue->second.descr<< "]"; in print()549 if (ivalue->second.use_chan) in print()
1149 gint16 ivalue);
3784 const gchar * value, gint16 ivalue) in atom_udta_add_3gp_str_int_tag() argument3794 if (ivalue >= 0) in atom_udta_add_3gp_str_int_tag()3805 if (ivalue >= 0) { in atom_udta_add_3gp_str_int_tag()3807 GST_WRITE_UINT16_BE (data + size - 2, ivalue); in atom_udta_add_3gp_str_int_tag()3809 GST_WRITE_UINT8 (data + size - 2, ivalue & 0xFF); in atom_udta_add_3gp_str_int_tag()
6991 PyObject *ivalue = PyNumber_Long(value); in heapctypesetattr_setattro() local6992 if (ivalue == NULL) in heapctypesetattr_setattro()6994 long v = PyLong_AsLong(ivalue); in heapctypesetattr_setattro()6995 Py_DECREF(ivalue); in heapctypesetattr_setattro()