summaryrefslogtreecommitdiff
path: root/mpf/set_prc_raw.c
Commit message (Collapse)AuthorAgeFilesLines
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
|
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
|
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
|
* Make it possible to compile GMP with g++.Torbjorn Granlund2010-11-101-1/+1
|
* Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.Torbjorn Granlund2009-12-201-1/+1
|
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* * gmp-h.in, gmp-impl.h, mpf/abs.c, mpf/neg.c, mpf/get_prc.c,Kevin Ryde2001-11-071-2/+6
| | | | | | | mpf/get_dfl_prec.c, mpf/set_dfl_prec.c, mpf/set_prc_raw.c, mpf/set_si.c, mpf/set_ui.c, mpf/size.c: Revert mpf inlining, in order to leave open the possibility of keeping binary compatibility if mpf becomes mpfr.
* * gmp-h.in (mpf_get_default_prec, mpf_get_prec, mpf_set_default_prec,Kevin Ryde2001-05-171-6/+2
| | | | | | | mpf_set_prec_raw): Provide "extern inline" versions, use __GMPF on the macros. * mpf/get_dfl_prc.c, mpf/get_prc.c, mpf/set_dfl_prc.c, mpf/set_prc_raw.c: Get code from gmp.h using __GMP_FORCE.
* * gmp-impl.h (MPF_BITS_TO_PREC, MPF_PREC_TO_BITS): New macros.Kevin Ryde2001-04-211-3/+1
| | | | | * mpf/get_prc.c, init2.c, set_dfl_prec.c, set_prc.c, set_prc_raw.c: Use them.
* Add a copyright year.tege2001-01-021-1/+1
|
* Remove K&R function headers.tege2001-01-021-6/+0
|
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
|
* *** empty log message ***tege2000-07-241-4/+4
|
* Initial revisiontege1996-05-081-0/+39