1 2 @Test(dataProvider = "$type$TernaryOpProvider") 3 static void [[TEST]]$vectorteststype$(IntFunction<$type$[]> fa, IntFunction<$type$[]> fb, IntFunction<$type$[]> fc) { 4 #if[double] 5 int count = INVOC_COUNT; 6 switch ("[[TEST]]") { 7 case "fma": case "lanewise_FMA": 8 // Math.fma uses BigDecimal 9 count = Math.max(5, count/20); break; 10 } 11 final int INVOC_COUNT = count; 12 #end[double] 13 [[KERNEL]] 14 assertArraysEquals(r, a, b, c, $vectorteststype$::[[TEST]]); 15 }