summaryrefslogtreecommitdiff
path: root/tests/t-constants.c
Commit message (Expand)AuthorAgeFilesLines
* Include gmp-impl.h.Torbjorn Granlund2019-08-171-1/+1
* Remove K&R stringize support.Torbjorn Granlund2015-06-231-9/+0
* Get rid of BYTES_PER_MP_LIMB, most files affected.Torbjorn Granlund2014-01-191-1/+1
* Copyright year.Marco Bodrato2014-01-181-1/+1
* Improve portability of the test suite.Marco Bodrato2014-01-181-1/+1
* SHRT_MAX etc have the promoted type in standard C.Marc Glisse2014-01-021-4/+4
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
* Put all of test suite under GPL, use consistent header.Torbjorn Granlund2012-11-211-11/+11
* Add 'const' to variables pointing to character strings.Torbjorn Granlund2010-11-101-12/+12
* Finish renaming BITS_PER_MP_LIMB to GMP_LIMB_BITS.Torbjorn Granlund2009-11-281-3/+2
* Rename modlimb_invert to binvert_limb.Torbjorn Granlund2008-11-201-1/+1
* Update license to version 3.tege2007-09-181-4/+2
* Fix printf type/arg mismatches.tege2006-04-081-1/+1
* Update FSF's address.tege2006-02-151-2/+2
* * tests/t-constants.c (main), tests/t-count_zeros.c (check_clz),Kevin Ryde2003-12-131-2/+2
* * gmp-impl.h (MODLIMB_INVERSE_3): Allow for GMP_NUMB_BITS odd.Kevin Ryde2002-06-291-3/+41
* Rename MP_LIMB_T_HIGHBIT => GMP_LIMB_HIGHBITtege2002-05-071-1/+1
* * tests/mpn/t-mp_bases.c: New file.Kevin Ryde2002-04-201-13/+0
* (MP_BASES_BIG_BASE_INVERTED_10, MP_BASES_NORMALIZATION_STEPS_10): OnlyKevin Ryde2002-04-111-0/+3
* * tests/t-constants.c (MODLIMB_INVERSE_3): Nailify tests.Kevin Ryde2002-04-111-2/+4
* * gmp-impl.h (MP_BASES_CHARS_PER_LIMB_10, MP_BASES_BIG_BASE_10,Kevin Ryde2002-01-051-1/+11
* * assert.c: Add stdlib.h for abort prototype.Kevin Ryde2001-07-011-4/+3
* * tests/t-constants.c (BITS_PER_MP_LIMB, __GMP_BITS_PER_MP_LIMB):Kevin Ryde2001-05-171-0/+1
* * tests/t-constants.c (BITS_PER_ULONG): Check this value.Kevin Ryde2001-02-281-3/+15
* Disable some undefined tests.tege2001-01-091-9/+8
* Reversion of:Kevin Ryde2001-01-091-4/+6
* More of:Kevin Ryde2001-01-091-17/+66
* Correction to:Kevin Ryde2001-01-091-4/+4
* * tests/t-constants.c: Add more diagnostics.Kevin Ryde2001-01-091-6/+37
* * tests/t-constants.c: Remove BITS_PER_LONGINT, BITS_PER_INT,Kevin Ryde2001-01-071-6/+1
* More of:Kevin Ryde2001-01-071-51/+71
* * tests/t-constants.c: Add checks of HIGHBIT, MAX and MIN constants,Kevin Ryde2001-01-061-62/+134
* * tests/t-constants.c (CALC_BITS_PER_TYPE etc): Use a run-time testKevin Ryde2001-01-041-8/+52
* Add a copyright year.tege2001-01-031-1/+1
* (CHECK_CONSTANT): Cast parameters to long.tege2001-01-031-10/+12
* (CHECK_CONSTANT): Print using %lx.tege2000-12-211-2/+2
* (main): Conditionalize use of PP_INVERTED.tege2000-12-131-0/+2
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* * gmp-impl.h (MODLIMB_INVERSE_3): New constant.Kevin Ryde2000-08-251-0/+14
* * tests/t-constants.c: New file.Kevin Ryde2000-08-161-0/+73