< prev index next > test/jdk/jdk/incubator/vector/templates/Unit-Compare-Broadcast.template
Print this page
Assert.assertEquals(mv.laneIsSet(j), a[i + j] [[TEST_OP]] b[i]);
}
}
}
-
@Test(dataProvider = "$type$CompareOpMaskProvider")
static void [[TEST]]$vectorteststype$BroadcastMaskedSmokeTest(IntFunction<$type$[]> fa,
IntFunction<$type$[]> fb, IntFunction<boolean[]> fm) {
$type$[] a = fa.apply(SPECIES.length());
$type$[] b = fb.apply(SPECIES.length());
Assert.assertEquals(mv.laneIsSet(j), a[i + j] [[TEST_OP]] ($type$)((long)b[i]));
}
}
}
-
@Test(dataProvider = "$type$CompareOpMaskProvider")
static void [[TEST]]$vectorteststype$BroadcastLongMaskedSmokeTest(IntFunction<$type$[]> fa,
IntFunction<$type$[]> fb, IntFunction<boolean[]> fm) {
$type$[] a = fa.apply(SPECIES.length());
$type$[] b = fb.apply(SPECIES.length());
< prev index next >