#include #include #include #include #include #include #define ACCL1 #define ACCL2 #ifdef ACCL1 #define ACCL0 #endif #ifdef ACCL2 #define ACCL0 #endif namespace ppc{ using namespace std; struct setprc{ short store; setprc(){ short byte=127, end; __asm__("fstcw %0\nfldcw %1\nfstcw %2"::"m" (store), "m" (byte), "m" (end)); // cerr<1) str=atoi(arg_a[1]); if(arg_c>2) dom=atoi(arg_a[2]); if(arg_c>3) num=(unsigned long long) atof(arg_a[3]); if(arg_c>4) seed=atoi(arg_a[4]); d.setr(seed); flasher(str, dom, num); } }