< prev index next >

test/jdk/jdk/incubator/vector/templates/Unit-Binary-mem-op.template

Print this page

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

1 


2     @Test(dataProvider = "$type$UnaryOpProvider")
3     static void [[TEST]]$vectorteststype$WithMemOp(IntFunction<$type$[]> fa) {
4 [[KERNEL]]
5         assertArraysEquals(r, a, ($type$)10, $vectorteststype$::[[TEST]]);
6     }
< prev index next >