X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gcc%2Fconfig%2Fsh%2Fdivtab.c;h=f5f0bb436c8a8dcbfef86055e45911bd685f0dc2;hb=4d8cd3a26294ce35abb17668eac2b6c38dd23bd0;hp=f8db2f508c4344b63b97cd59675762f560f0cf02;hpb=c944d49b3bd3667c65c299afd3b1d756084203f4;p=platform%2Fupstream%2Fgcc48.git diff --git a/gcc/config/sh/divtab.c b/gcc/config/sh/divtab.c index f8db2f5..f5f0bb4 100644 --- a/gcc/config/sh/divtab.c +++ b/gcc/config/sh/divtab.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2003-2013 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -53,7 +53,8 @@ double max_defect3 = 0.; double max_defect3_x; int max_defect3_val; -static double note_defect3 (int val, double d2, double y2d, double x) +static double +note_defect3 (int val, double d2, double y2d, double x) { int cutoff_val = val >> CUTOFF_BITS; double cutoff; @@ -172,8 +173,10 @@ main () printf (" Min defect: %e at %e\n", min_defect, min_defect_x); printf (" Max 2nd step defect: %e at %e\n", max_defect2, max_defect2_x); printf (" Min 2nd step defect: %e at %e\n", min_defect2, min_defect2_x); - printf (" Max div defect: %e at %d:%e\n", max_defect3, max_defect3_val, max_defect3_x); - printf (" Min div defect: %e at %d:%e\n", min_defect3, min_defect3_val, min_defect3_x); + printf (" Max div defect: %e at %d:%e\n", max_defect3, max_defect3_val, + max_defect3_x); + printf (" Min div defect: %e at %d:%e\n", min_defect3, min_defect3_val, + min_defect3_x); printf (" Defect at 1: %e\n", calc_defect (1., constants[0], factors[0])); printf (" Defect at -2: %e */\n",