public static void unitTest_vsetne2(GThread thread, uint[] a, uint[] b, uint[] c)
 {
     c[0] = thread.vsetne2(a[0], b[0]);
 }