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