Searched refs:sp1_smaller (Results 1 – 1 of 1) sorted by relevance
151 bool sp1_smaller = sp1 < sp2; in TEST() local152 wp<Foo>wp_smaller = sp1_smaller ? wp1 : wp3; in TEST()153 wp<Foo>wp_larger = sp1_smaller ? wp3 : wp1; in TEST()