diff options
Diffstat (limited to 'Build/source/libs/mpfr/mpfr-src/src/mips/mparam.h')
-rw-r--r-- | Build/source/libs/mpfr/mpfr-src/src/mips/mparam.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/libs/mpfr/mpfr-src/src/mips/mparam.h b/Build/source/libs/mpfr/mpfr-src/src/mips/mparam.h index 187d44c9b83..a1c49d64602 100644 --- a/Build/source/libs/mpfr/mpfr-src/src/mips/mparam.h +++ b/Build/source/libs/mpfr/mpfr-src/src/mips/mparam.h @@ -1,6 +1,6 @@ /* Various Thresholds of MPFR, not exported. -*- mode: C -*- -Copyright 2005-2018 Free Software Foundation, Inc. +Copyright 2005-2019 Free Software Foundation, Inc. This file is part of the GNU MPFR Library. @@ -16,7 +16,7 @@ License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see -http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., +https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Generated by MPFR's tuneup.c, 2012-03-05, gcc 4.4.6 @@ -89,7 +89,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., 832,832,832,832,832,832,832,832,832,832,832,832,832,832,832,832, \ 832,832,831,832,832,832,832,832,832,832,832,832,832,832,832,832, \ 832,832,832,832,832,832,832,832,832,832,832,832,832,832,832,832 \ - + #define MPFR_SQRHIGH_TAB \ -1,0,0,0,0,0,0,0,6,6,7,7,8,8,9,9, \ 10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17, \ @@ -155,7 +155,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., 504,504,504,536,536,536,536,536,536,536,536,536,536,536,536,536, \ 536,536,536,536,536,536,536,536,536,536,535,536,536,536,536,536, \ 536,536,536,536,568,568,568,568,552,568,568,568,568,568,568,536 \ - + #define MPFR_DIVHIGH_TAB \ 0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0, /*0-15*/ \ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /*16-31*/ \ @@ -221,7 +221,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., 512,510,510,512,512,511,512,512,512,512,512,512,512,512,549,512, /*976-991*/ \ 512,512,545,512,512,512,510,512,512,512,512,512,512,512,510,512, /*992-1007*/ \ 512,512,551,510,545,512,550,512,552,545,511,557,545,512,544,551 /*1008-1023*/ \ - + #define MPFR_MUL_THRESHOLD 6 /* limbs */ #define MPFR_SQR_THRESHOLD 9 /* limbs */ #define MPFR_DIV_THRESHOLD 6 /* limbs */ |