From 7ccad68acf3805b35721e861fb9bc5a9e40effc8 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 31 May 2016 10:43:16 +0100 Subject: Import http://www.multiprecision.org/mpc/download/mpc-1.0.3.tar.gz --- mpc/tests/pow_si.dat | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 mpc/tests/pow_si.dat (limited to 'mpc/tests/pow_si.dat') diff --git a/mpc/tests/pow_si.dat b/mpc/tests/pow_si.dat new file mode 100644 index 0000000000..a45d022147 --- /dev/null +++ b/mpc/tests/pow_si.dat @@ -0,0 +1,29 @@ +# Data file for mpc_pow_si. +# +# Copyright (C) 2011 INRIA +# +# This file is part of GNU MPC. +# +# GNU MPC is free software; you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License as published by the +# Free Software Foundation; either version 3 of the License, or (at your +#o ption) any later version. +# +# GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for +# more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see http://www.gnu.org/licenses/ . +# +# The line format respects the parameter order in function prototype as +# follow: +# +# INEX_RE INEX_IM PREC_ROP_RE ROP_RE PREC_ROP_IM ROP_IM PREC_OP1_RE OP1_RE PREC_OP1_IM OP1_IM OP2 RND_RE RND_IM +# +# For further details, see add_fr.dat. + +# special cases with exponents -1 and -2 +0 0 53 0.5 53 -0.5 53 1 53 1 -1 N N +0 0 53 0 53 -0.5 53 1 53 1 -2 N N -- cgit v1.2.1