public static void unitTest_vneg4(GThread thread, uint[] a, uint[] c)
 {
     c[0] = thread.vneg4(a[0]);
 }