Changeset 35a153 in git
- Timestamp:
- Jul 25, 2019, 2:45:06 PM (4 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 31b296e9bebe3be046b485f2f8f09ba1c0139fc2
- Parents:
- 3d5b277e2651a792f826b544d03d7179c438dba0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/Short/bug_zp.res.gz.uu
r3d5b277 r35a153 1 1 begin 640 bug_zp.res.gz 2 M'XL(" -%LPED"`V)U9U]Z<"YR97,`E5!-3\)`$+WW5[P0#B6I"[O(AQ#6Q'@A3 M ,5[P1K19RK9.`FTSNX3*KW>KI.K1T[QY;U[FS6Q>'M?/`*3&T_H!/>^\.-"N4 M MXPV5T5I!#*EDGP\6$9MA=;8G8KT4HO2GH7SQG?C8XT.WPH,AS@;+A-0CIKI5 M :$$.OJIP,%Q8Y!4C-YFO^&/1V28"3&4!7DW&T_E,CD8R:9)]_9-IJJ\NNEC$6 M C;J1(5G@[Y&]&PZ*97*>LC_+XJ-I6D*]J;O!/Z>W\G716M(`5C+:JN]6=HEF7 7O\Z>BZ^/M6\YN3A$ZT>?0,1X.V<!````2 M'XL("$.:.5T"`V)U9U]Z<"YR97,`55#+;L(P$+S[*T:(0Y""P>99$$:J>D&J 3 M>H$;:B.3.F$E2"+;B)2OK].BM)QV=V9'L[/;W<OF#8!0>-T\H^.=YR<Z=)9L 4 M>V>D0@`3*LA'O25K*I3"X9(GMXH7YLJ=U[Y='RFT_9AC,,!5VR(&9:@LG0W( 5 MP9<E3MKF!EEID>G4E_9KT<HF'):*''8U&4WG,S$<BKB./ZN_FZ;JKJ*;053+ 6 MO@B7!7R-]*AM8(PEYRE],(O.NFX`^2&?>FPOWA>-)`G-2K"]_!U%ZS'[%V3. 7 3?W[0!+VX*)AUV3<,'@((.0$````` 8 8 ` 9 9 end -
Tst/Short/bug_zp.stat
r3d5b277 r35a153 1 1 >> tst_memory_0 :: 15 05914065:4103, 64 bit:4.1.0:x86_64-Linux:nepomuck:835922 1 >> tst_memory_1 :: 15 05914065:4103, 64 bit:4.1.0:x86_64-Linux:nepomuck:22159363 1 >> tst_memory_2 :: 15 05914065:4103, 64 bit:4.1.0:x86_64-Linux:nepomuck:22159364 1 >> tst_timer_1 :: 15 05914065:4103, 64 bit:4.1.0:x86_64-Linux:nepomuck:01 1 >> tst_memory_0 :: 1564056131:4120, 64 bit:4.1.2:x86_64-Linux:nepomuck:85680 2 1 >> tst_memory_1 :: 1564056131:4120, 64 bit:4.1.2:x86_64-Linux:nepomuck:2150192 3 1 >> tst_memory_2 :: 1564056131:4120, 64 bit:4.1.2:x86_64-Linux:nepomuck:2191296 4 1 >> tst_timer_1 :: 1564056131:4120, 64 bit:4.1.2:x86_64-Linux:nepomuck:5 -
factory/cf_char.cc
r3d5b277 r35a153 33 33 theDegree = 1; 34 34 CFFactory::settype( FiniteFieldDomain ); 35 ff_big = c > cf_getSmallPrime( cf_getNumSmallPrimes()-1 ); 36 if (c!=theCharacteristic) 37 { 38 if (c > 536870909) factoryError("characteristic is too large(max is 2^29)"); 39 ff_setprime( c ); 40 } 35 41 theCharacteristic = c; 36 ff_big = c > cf_getSmallPrime( cf_getNumSmallPrimes()-1 );37 if (c > 536870909) factoryError("characteristic is too large(max is 2^29)");38 ff_setprime( c );39 42 } 40 43 }
Note: See TracChangeset
for help on using the changeset viewer.