Searched refs:has_negative (Results 1 – 5 of 5) sorted by relevance
54 def has_negative(_, tensor): function58 sess.add_tensor_filter("has_negative", has_negative)
822 int has_positive, has_negative; in cil_print_attr_strs() local835 has_negative = neg && (ebitmap_length(neg) > 0); in cil_print_attr_strs()844 has_negative = 0; in cil_print_attr_strs()859 if (has_positive && has_negative) { in cil_print_attr_strs()874 if (has_negative) { in cil_print_attr_strs()887 if (has_positive && has_negative) { in cil_print_attr_strs()
181 def has_negative(self): member in Enum1054 if not enum.has_negative():
196 def has_negative(self): member in Enum1150 if not enum.has_negative():
2224 bool has_negative = false; in HandlePad() local2228 has_negative = true; in HandlePad()2241 if (has_negative) { in HandlePad()