1 @Test(dataProvider = "$type$TernaryOpMaskProvider") 2 static void [[TEST]]$vectorteststype$Masked(IntFunction<$type$[]> fa, IntFunction<$type$[]> fb, 3 IntFunction<$type$[]> fc, IntFunction<boolean[]> fm) { 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, mask, $vectorteststype$::[[TEST]]); 15 } --- EOF ---