blob: 6d845a652e959e6d5b5d9d50ee8b939fd291c72c [file] [log] [blame]
static $type$ [[TEST]]($type$ a, $type$ b) {
return ($type$)([[TEST_OP]]);
}
static $type$ strict[[TEST]]($type$ a, $type$ b) {
return ($type$)(Strict[[TEST_OP]]);
}
@Test(dataProvider = "$type$BinaryOpProvider")
static void [[TEST]]$vectorteststype$(IntFunction<$type$[]> fa, IntFunction<$type$[]> fb) {
[[KERNEL]]
assertArraysEqualsWithinOneUlp(r, a, b, $vectorteststype$::[[TEST]], $vectorteststype$::strict[[TEST]]);
}