1 
2     static $abstractvectortype$ bv_[[TEST]]_M = $abstractvectortype$.broadcast(SPECIES, ($type$)10);
3 
4     @Test(dataProvider = "$type$UnaryOpMaskProvider")
5     static void [[TEST]]$vectorteststype$MaskedWithMemOp(IntFunction<$type$[]> fa, IntFunction<boolean[]> fm) {
6 [[KERNEL]]
7         assertArraysEquals(r, a, ($type$)10, mask, $vectorteststype$::[[TEST]]);
8     }