This file is indexed.

/usr/include/givaro/givzpz16table1.inl is in libgivaro-dev 3.7.2-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
// ==========================================================================
// $Source: /var/lib/cvs/Givaro/src/kernel/zpz/givzpz16table1.inl,v $
// Copyright(c)'1994-2009 by The Givaro group
// This file is part of Givaro.
// Givaro is governed by the CeCILL-B license under French law
// and abiding by the rules of distribution of free software.
// see the COPYRIGHT file for more details.
// Authors: J.G. Dumas$
// Modified by Pascal Giorgi 2002/04/24
// $Id: givzpz16table1.inl,v 1.13 2011-02-04 14:11:46 jgdumas Exp $
// ==========================================================================
// Description:

// ---------
// -- normalized operations
// ---------

#ifndef __GIVARO_zpz16_table1_INL
#define __GIVARO_zpz16_table1_INL

#define __GIVARO_ZPZ16_LOG_MUL(r,p,a,b) ( (r)=  _tab_mul[(a) + (b)] )
#define __GIVARO_ZPZ16_LOG_DIV(r,p,a,b) ( (r)=  _tab_div[(a) - (b)] )
#define __GIVARO_ZPZ16_LOG_INV(r,p,b)   ( (r)=  _tab_div[ - (b)] )
#define __GIVARO_ZPZ16_LOG_SUB(r,p,a,b) ( (r)=  _tab_mul[(a) + _tab_subone[(b) - (a)] ] )
#define __GIVARO_ZPZ16_LOG_ADD(r,p,a,b) ( (r)=  _tab_mul[(a) + _tab_addone[(b) - (a)] ] )
#define __GIVARO_ZPZ16_LOG_NEG(r,p,a)   ( (r)=  _tab_neg[(a)] )

#define __GIVARO_ZPZ16_LOG_MUL_RES(r,p,a,b) ( (r)= (Residu_t) _tab_mul[(a) + (b)] )
#define __GIVARO_ZPZ16_LOG_DIV_RES(r,p,a,b) ( (r)= (Residu_t) _tab_div[(a) - (b)] )
#define __GIVARO_ZPZ16_LOG_INV_RES(r,p,b)   ( (r)= (Residu_t) _tab_div[ - (b)] )
#define __GIVARO_ZPZ16_LOG_SUB_RES(r,p,a,b) ( (r)= (Residu_t) _tab_mul[(a) + _tab_subone[(b) - (a)] ] )
#define __GIVARO_ZPZ16_LOG_ADD_RES(r,p,a,b) ( (r)= (Residu_t) _tab_mul[(a) + _tab_addone[(b) - (a)] ] )
#define __GIVARO_ZPZ16_LOG_NEG_RES(r,p,a)   ( (r)= (Residu_t) _tab_neg[(a)] )


/* Pascal Giorgi
   Changing the order of parameters.
   */
#define __GIVARO_ZPZ16_LOG_MULADD(r,p,a,b,c) \
{ __GIVARO_ZPZ16_LOG_MUL(r, p, a, b); __GIVARO_ZPZ16_LOG_ADD(r, p, r, c); }

// a*b-c
#define __GIVARO_ZPZ16_LOG_MULSUB(r,p,a,b,c) \
{ __GIVARO_ZPZ16_LOG_MUL(r, p, a, b); __GIVARO_ZPZ16_LOG_SUB(r, p, r, c); }

#define __GIVARO_ZPZ16_LOG_MULADD_RES(r,p,a,b,c) \
{ __GIVARO_ZPZ16_LOG_MUL_RES(r, p, a, b); __GIVARO_ZPZ16_LOG_ADD_RES(r, p, r, c); }
#define __GIVARO_ZPZ16_LOG_MULSUB_RES(r,p,a,b,c) \
{ __GIVARO_ZPZ16_LOG_MUL_RES(r, p, a, b); __GIVARO_ZPZ16_LOG_SUB_RES(r, p, r, c); }

namespace Givaro {

	inline ZpzDom<Log16>::Residu_t ZpzDom<Log16>::residu( ) const
	{
		return _p;
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::mul (Rep& r, const Rep a, const Rep b) const
	{
		int32_t tmp;
		__GIVARO_ZPZ16_LOG_MUL(tmp,(int32_t)_p,(int32_t)a,(int32_t)b);
		return r= (ZpzDom<Log16>::Rep)tmp;
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::div (Rep& r, const Rep a, const Rep b) const
	{
		__GIVARO_ZPZ16_LOG_DIV(r,_p,a,b);
		return r;
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::sub (Rep& r, const Rep a, const Rep b) const
	{
		__GIVARO_ZPZ16_LOG_SUB(r,_p,a,b);
		return r;
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::add (Rep& r, const Rep a, const Rep b) const
	{
		__GIVARO_ZPZ16_LOG_ADD(r,_p,a,b);
		return r;
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::neg (Rep& r, const Rep a) const
	{
		__GIVARO_ZPZ16_LOG_NEG(r,_p,a);
		return r;
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::inv (Rep& r, const Rep a) const
	{
		__GIVARO_ZPZ16_LOG_INV(r,_p,a);
		// GivError::throw_error( GivMathDivZero("Zpz::inv"));
		return r;
	}


	template< class RandIter >
	inline  ZpzDom<Log16>::Rep& ZpzDom<Log16>::random(RandIter& g, Rep& a) const
	{
		return init(a, g());
	}

	template< class RandIter >
	inline  ZpzDom<Log16>::Rep& ZpzDom<Log16>::random(RandIter& g, Rep& a, const Rep& b) const
	{
		return init(a, g());
	}

	template< class RandIter >
	inline  ZpzDom<Log16>::Rep& ZpzDom<Log16>::random(RandIter& g, Rep& a, long b) const
	{
		return init(a, g() %(uint16_t) b);
	}

	template< class RandIter >
	inline  ZpzDom<Log16>::Rep& ZpzDom<Log16>::nonzerorandom(RandIter& g, Rep& a) const
	{
		while (iszero(init(a, g()))) {};
		return a;
	}

	template< class RandIter >
	inline  ZpzDom<Log16>::Rep& ZpzDom<Log16>::nonzerorandom(RandIter& g, Rep& a, const Rep& b) const
	{
		while (iszero(init(a, g()))) {};
		return a;
	}

	template< class RandIter >
	inline  ZpzDom<Log16>::Rep& ZpzDom<Log16>::nonzerorandom(RandIter& g, Rep& a, long b) const
	{
		while (iszero(init(a, g() %(uint16_t) b))) {};
		return a;
	}



	// -- inline array operations between ZpzDom<Log16>::Rep
	inline void ZpzDom<Log16>::mul (const size_t sz, Array r, constArray a, constArray b) const
	{
		for ( size_t i=sz ; --i ; ) {
			__GIVARO_ZPZ16_LOG_MUL_RES(r[i], _p,a[i], b[i]);
		}
	}

	inline void ZpzDom<Log16>::mul (const size_t sz, Array r, constArray a, Rep b) const
	{
		for ( size_t i=sz ; --i ; ) {
			__GIVARO_ZPZ16_LOG_MUL_RES(r[i], _p, a[i], b);
		}
	}

	inline void ZpzDom<Log16>::div (const size_t sz, Array r, constArray a, constArray b) const
	{
		for ( size_t i=sz ; --i ; ) {
			__GIVARO_ZPZ16_LOG_DIV_RES( r[i], _p, a[i], b[i]);
		}
	}

	inline void ZpzDom<Log16>::div (const size_t sz, Array r, constArray a, Rep b) const
	{
		for ( size_t i=sz ; --i ; ) {
			__GIVARO_ZPZ16_LOG_DIV_RES( r[i], _p, a[i], b);
		}
	}

	inline void ZpzDom<Log16>::add (const size_t sz, Array r, constArray a, constArray b) const
	{
		for ( size_t i=sz ; --i ; ) {
			__GIVARO_ZPZ16_LOG_ADD_RES(r[i], _p, a[i], b[i]);
		}
	}

	inline void ZpzDom<Log16>::add (const size_t sz, Array r, constArray a, Rep b) const
	{
		for ( size_t i=sz ; --i ; ) {
			__GIVARO_ZPZ16_LOG_ADD_RES(r[i], _p, a[i], b);
		}
	}

	inline void ZpzDom<Log16>::sub (const size_t sz, Array r, constArray a, constArray b) const
	{
		for ( size_t i=sz ; --i ; ) {
			__GIVARO_ZPZ16_LOG_SUB_RES(r[i], _p, a[i], b[i]);
		}
	}

	inline void ZpzDom<Log16>::sub (const size_t sz, Array r, constArray a, Rep b) const
	{
		for ( size_t i=sz ; --i ; ) {
			__GIVARO_ZPZ16_LOG_SUB_RES(r[i], _p, a[i], b);
		}
	}

	inline void ZpzDom<Log16>::neg (const size_t sz, Array r, constArray a) const
	{
		for ( size_t i=sz ; --i ; ) {
			__GIVARO_ZPZ16_LOG_NEG_RES(r[i], _p, a[i]);
		}
	}


	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::mulin (Rep& r, const Rep a) const
	{
		__GIVARO_ZPZ16_LOG_MUL(r,_p, r,a);
		return r;
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::divin (Rep& r, const Rep a) const
	{
		ZpzDom<Log16>::Rep ia;
		inv(ia, a);
		mulin(r, ia);
		return r;
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::addin (Rep& r, const Rep a) const
	{
		__GIVARO_ZPZ16_LOG_ADD(r, _p, r,a);
		return r;
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::subin (Rep& r, const Rep a) const
	{
		__GIVARO_ZPZ16_LOG_SUB(r,_p, r,a);
		return r;
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::negin (Rep& r) const
	{
		__GIVARO_ZPZ16_LOG_NEG(r,_p,r);
		return r;
	}

	inline ZpzDom<Log16>::Rep&  ZpzDom<Log16>::invin (Rep& r) const
	{
		__GIVARO_ZPZ16_LOG_INV(r,_p,r);
		return r;
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::axpy
	(Rep& r, const Rep a, const Rep b, const Rep c) const
	{
		__GIVARO_ZPZ16_LOG_MULADD(r, _p, a, b, c);
		return r;
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::axpyin
	(Rep& r, const Rep a, const Rep b) const
	{
		return axpy(r,a,b,r);
	}


	inline void ZpzDom<Log16>::axpy
	(const size_t sz, Array r, constArray a, constArray x, constArray y) const
	{
		for ( size_t i=sz ; --i ; ) {
			__GIVARO_ZPZ16_LOG_MULADD_RES(r[i], _p, a[i], x[i], y[i]);
		}
	}

	inline void ZpzDom<Log16>::axpyin
	(const size_t sz, Array r, constArray a, constArray x) const
	{
		for ( size_t i=sz ; --i ; ) {
			__GIVARO_ZPZ16_LOG_MULADD_RES(r[i], _p, a[i], x[i], r[i]);
		}
	}

	// r <- a*b-c
	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::axmy
	(Rep& r, const Rep a, const Rep b, const Rep c) const
	{
		__GIVARO_ZPZ16_LOG_MULSUB(r,_p,a,b,c);
		return r;
	}

	// r <- r-a*b
	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::maxpyin
	(Rep& r, const Rep a, const Rep b) const
	{
		Rep t; __GIVARO_ZPZ16_LOG_MUL(t,_p,a,b);
		return this->subin(r,t);
	}

	// r <- c-a*b
	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::maxpy
	(Rep& r, const Rep a, const Rep b, const Rep c) const
	{
		Rep t; __GIVARO_ZPZ16_LOG_MUL(t,_p,a,b);
		return this->sub(r,c,t);
	}


	// r <- a*b-r
	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::axmyin (Rep& r,
							  const Rep a, const Rep b) const
	{
		Rep t; __GIVARO_ZPZ16_LOG_MUL(t,_p,a,b);
		return sub(r,t,r);
	}

	inline void ZpzDom<Log16>::axmy
	(const size_t sz, Array r, constArray a, constArray x, constArray y) const
	{
		for ( size_t i=sz ; --i ; ) {
			__GIVARO_ZPZ16_LOG_MULSUB_RES(r[i], _p, a[i], x[i], y[i]);
		}
	}

	inline void ZpzDom<Log16>::maxpyin (const size_t sz, Array r,
					    constArray a, constArray x) const
	{
		for ( size_t i=sz ; --i ; ) {
			__GIVARO_ZPZ16_LOG_MULSUB_RES(r[i], _p, a[i], x[i], r[i]);
			__GIVARO_ZPZ16_LOG_NEG_RES(r[i], _p, r[i]);
		}
	}

	// ------------------------- Miscellaneous functions

	inline int ZpzDom<Log16>::iszero(const Rep a) const
	{
		return a >= _p;
	}

	inline int ZpzDom<Log16>::isone(const Rep a) const
	{
		return a == ZpzDom<Log16>::one;
	}

	inline size_t ZpzDom<Log16>::length(const Rep ) const
	{
		return ZpzDom<Log16>::size_rep;
	}

	inline int ZpzDom<Log16>::isZero( const Rep a ) const
	{
		return iszero(a);
	}
	inline int ZpzDom<Log16>::isOne ( const Rep a ) const
	{
		return isone(a);
	}


	// ---------
	// -- misc operations
	// ---------
#if 0
	inline void ZpzDom<Log16>::assign
	( const size_t sz, Array r, constArray a ) const
	{
		for ( size_t i=sz ; --i ; ) {
			if (a[i] <ZpzDom<Log16>::zero) {
				r[i] = a[i] + _p;
				if (r[i] <ZpzDom<Log16>::zero) r[i] = r[i] % _p;
			}
			else if (a[i] >_p) {
				r[i] = a[i] - _p;
				if (r[i] >_p) r[i] = r[i] % _p;
			}
			else r[i] = a[i];
		}
	}
#endif

	inline void ZpzDom<Log16>::assign ( const size_t sz, Array r, constArray a ) const
	{
		for ( size_t i=sz ; --i ; )
			r[i] = a[i];
	}



	// initialized by a degree of the generator.
	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::init ( Rep& r ) const
	{
		return r = zero;
	}


	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::assign ( Rep& r, const Rep a ) const
	{
		return r = a;
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::init ( Rep& r, const long a ) const
	{
		int sign; unsigned long ua;
		if (a <0) {
			sign =-1;
			ua = (unsigned long)-a;
		}
		else {
			ua = (unsigned long)a;
			sign =1;
		}
		r = Rep( (ua >_p) ? ua % _p : ua );
		if (sign ==-1)
			r = Rep(_p - r);
		return r = _tab_value2rep[r];
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::init ( Rep& r, const int a ) const
	{
		return ZpzDom<Log16>::init( r, (long)a);
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::init ( Rep& r, const unsigned long a ) const
	{
		r = Rep((a >_p) ? a % _p : a);
		return r= _tab_value2rep[r];
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::init ( Rep& r, const unsigned int a ) const
	{
		r = Rep((a >_p) ? a % _p : a);
		return r= _tab_value2rep[r];
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::init ( Rep& r, const uint16_t a ) const
	{
		r = Rep((a >_p) ? a % _p : a);
		return r= _tab_value2rep[r];
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::init ( Rep& r, const int16_t a ) const
	{
		return ZpzDom<Log16>::init( r, (long)a);
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::init( Rep& a, const double i) const
	{
		return init(a,(long)i);
	}
	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::init( Rep& a, const float i) const
	{
		return init(a,(double)i);
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::init ( Rep& r, const Integer& Residu ) const
	{
		int16_t tr;
		if (Residu <0) {
			// -a = b [p]
			// a = p-b [p]
			if ( Residu <= (Integer)(-_p) ) tr = int16_t( (-Residu) % _p) ;
			else tr = int16_t(-Residu);
			if (tr)
				return r = _tab_value2rep[ _p - (uint16_t)tr ];
			else
				return r = (Rep) zero;
		} else {
			if (Residu >= (Integer)_p ) tr =   int16_t(Residu % _p) ;
			else tr = int16_t(Residu);
			return r = _tab_value2rep[tr];
		}
	}



	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::dotprod
	( Rep& r, const int bound, const size_t sz, constArray a, constArray b ) const
	{
		unsigned int stride = 1;
		if ((unsigned long)bound < GIVARO_MAXUINT16)
			stride = (unsigned int) ( GIVARO_MAXUINT32/((unsigned long)bound * (unsigned long)bound) );
		uint32_t dot = (uint32_t)zero;
		if ((sz <10) && (sz <stride)) {
			for(  size_t i= sz; i--; )
				dot += _tab_rep2value[a[i]] * _tab_rep2value[b[i]];
			if (dot > _p) return r = _tab_value2rep[(Rep)(dot % _p)];
			else return r = _tab_value2rep[dot];

		}
		unsigned int i_begin=0;
		stride &= (unsigned int)~0x1;
		if (stride ==0) {
			for(  size_t i= sz-1; i>0; --i) {
				dot += _tab_rep2value[a[i]] * _tab_rep2value[b[i]];
				if (dot>_p) dot %= _p;
			}
			return r = _tab_value2rep[dot];

		}
		do {
			size_t min_sz = ((sz-i_begin) < stride ? (sz-i_begin) : stride);
			if ( (min_sz & 0x1) !=0) {
				min_sz--; i_begin++;
				dot += _tab_rep2value[a++[min_sz]] * _tab_rep2value[b++[min_sz]];
			}
			if (min_sz > 1)
				for(  size_t i= min_sz; i>0; --i, --i, ++a, ++a, ++b, ++b )
				{
					dot += _tab_rep2value[a[0]] * _tab_rep2value[b[0]];
					dot += _tab_rep2value[a[1]] * _tab_rep2value[b[1]];
				}
			if (dot>_p) dot %= _p;
			i_begin += (unsigned int) min_sz;
		} while (i_begin <sz);
		return r = _tab_value2rep[dot];
	}

	inline ZpzDom<Log16>::Rep& ZpzDom<Log16>::dotprod
	( Rep& r, const size_t sz, constArray a, constArray b ) const
	{
		return ZpzDom<Log16>::dotprod(r, _p, sz, a, b);
	}


	//  a -> r: int16_t to double
	inline void
	ZpzDom<Log16>::i2d ( const size_t sz, double* r, constArray a ) const
	{
		for (size_t i=0; i<sz; ++i) r[i] = _tab_rep2value[a[i]];
	}

	//  a -> r: double to int16_t
	inline void
	ZpzDom<Log16>::d2i ( const size_t sz, Array r, const double* a ) const
	{
		union d_2_l {
			double d;
			int32_t r[2];
		};
		static const double offset = 4503599627370496.0; // 2^52
		size_t i=sz-1;
		//warning todo while
		//do
label1:
		{
			d_2_l tmp;
			// - normalization: put fractional part at the end of the representation
			tmp.d = a[i] + offset;
			r[i--] = (Residu_t)_tab_value2rep[(tmp.r[1] >_p ? tmp.r[1] : tmp.r[1] % _p)];
		}
		// while (i!=0)
		if (i >0) goto label1;
		//for (size_t i=sz-1; i>=0; --i)
	}


	// -- Input: (z, <_p>)
	inline std::istream& ZpzDom<Log16>::read (std::istream& s)
	{
		char ch;
		s >> std::ws >> ch;
		//   if (ch != '(')
		//     GivError::throw_error( GivBadFormat("ZpzDom<Log16>::read: syntax error: no '('"));
		if (ch != '(')
			std::cerr << "ZpzDom<Log16>::read: syntax error: no '('" << std::endl;

		s >> std::ws >> ch;
		//   if (ch != 'z')
		//     GivError::throw_error( GivBadFormat("ZpzDom<Log16>::read: bad domain object"));
		if (ch != 'z')
			std::cerr << "ZpzDom<Log16>::read: bad domain object" << std::endl ;

		s >> std::ws >> ch;
		//   if (ch != ',')
		//     GivError::throw_error( GivBadFormat("ZpzDom<Log16>::read: syntax error: no ','"));
		if (ch != ',')
			std::cerr << "ZpzDom<Log16>::read: syntax error: no ','" << std::endl;


		s >> std::ws >> _p;

		s >> std::ws >> ch;
		//   if (ch != ')')
		//     GivError::throw_error( GivBadFormat("ZpzDom<Log16>::read: syntax error: no ')'"));
		if (ch != ')')
			std::cerr << "ZpzDom<Log16>::read: syntax error: no ')'" << std::endl;

		return s;
	}

	inline std::ostream& ZpzDom<Log16>::write (std::ostream& s ) const
	{
		return s << "Log16 Givaro Z/pZ modulo " << residu();
	}

	inline std::istream& ZpzDom<Log16>::read (std::istream& s, Rep& a) const
	{
		Integer tmp; 
		s >> tmp;
		tmp %= _p;
		if (tmp < 0) tmp += _p;
		a = _tab_value2rep[ (uint)tmp ];
		return s;
	}

	inline std::ostream& ZpzDom<Log16>::write (std::ostream& s, const Rep a) const
	{
		if (a >= _p) return s << '0';
		return s << _tab_rep2value[a]; //dpritcha
	}

} // namespace Givaro

#endif // __GIVARO_zpz16_table1_INL

// vim:sts=8:sw=8:ts=8:noet:sr:cino=>s,f0,{0,g0,(0,\:0,t0,+0,=s