1 static $type$ [[TEST]]($type$ a, $type$ b) { 2 return ($type$)([[TEST_OP]]); 3 } 4 5 static $type$ strict[[TEST]]($type$ a, $type$ b) { 6 return ($type$)(Strict[[TEST_OP]]); 7 } 8 9 @Test(dataProvider = "$type$BinaryOpProvider") 10 static void [[TEST]]$vectorteststype$(IntFunction<$type$[]> fa, IntFunction<$type$[]> fb) { 11 [[KERNEL]] 12 assertArraysEqualsWithinOneUlp(r, a, b, $vectorteststype$::[[TEST]], $vectorteststype$::strict[[TEST]]); 13 } 14 --- EOF ---