< prev index next >

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

Print this page
*** 1,8 ***
  
-     static $abstractvectortype$ bv_[[TEST]] = $abstractvectortype$.broadcast(SPECIES, ($type$)10);
- 
      @Test(dataProvider = "$type$UnaryOpProvider")
      static void [[TEST]]$vectorteststype$WithMemOp(IntFunction<$type$[]> fa) {
  [[KERNEL]]
          assertArraysEquals(r, a, ($type$)10, $vectorteststype$::[[TEST]]);
      }
--- 1,6 ---
< prev index next >