Searched defs:dst_types (Results 1 – 3 of 3) sorted by relevance
239 dst_types = [tfloat, tint, tbool] variable241 dst_types = [tfloat, tint] variable243 dst_types = [tfloat, tuint] variable245 dst_types = [tint, tuint, tfloat] variable
373 let dst_types = op.dst_types(); in test_foldable_op_with() localVariable
1490 fn dst_types(&self) -> DstTypeList { in dst_types() method