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