summaryrefslogtreecommitdiff
path: root/tests/tsqr.c
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-08-30 14:53:51 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-08-30 14:53:51 +0000
commit882fc984ed9c96fe5fc37baca12a831e59059e87 (patch)
treebf7712cc82d82565f8d4ec51677b6836adef2090 /tests/tsqr.c
parent2c2ddc68d3722117a294ab6d0e7fa130de99a12e (diff)
downloadmpc-882fc984ed9c96fe5fc37baca12a831e59059e87.tar.gz
random.c, mpc-tests.h: made variables static
tpow_{s,u}i.c: use global random state tsqr.c: cosmetic change git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1042 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tsqr.c')
-rw-r--r--tests/tsqr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tsqr.c b/tests/tsqr.c
index 897cbd1..4c5003a 100644
--- a/tests/tsqr.c
+++ b/tests/tsqr.c
@@ -22,7 +22,8 @@ along with this program. If not, see http://www.gnu.org/licenses/ .
#include <stdlib.h>
#include "mpc-tests.h"
-static void cmpsqr (mpc_srcptr x, mpc_rnd_t rnd)
+static void
+cmpsqr (mpc_srcptr x, mpc_rnd_t rnd)
/* computes the square of x with the specific function or by simple */
/* multiplication using the rounding mode rnd and compares the results */
/* and return values. */