summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_log10f.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-04-07 23:23:27 +0000
committerbde <bde@FreeBSD.org>1995-04-07 23:23:27 +0000
commit2cc0b4033dd17a9b0b6d12daf26bfb393ddc94f6 (patch)
tree976b6d4771fce822c3f20a996c5e53a9f6c4403f /lib/msun/src/e_log10f.c
parent07041fdd38a0577516d33c770844fec7c65e4129 (diff)
downloadFreeBSD-src-2cc0b4033dd17a9b0b6d12daf26bfb393ddc94f6.zip
FreeBSD-src-2cc0b4033dd17a9b0b6d12daf26bfb393ddc94f6.tar.gz
Submitted by: J.T. Conklin <jtc@wimsey.com>
Second part of update to fdlibm 5.2: speed up argument reduction for trig functions in the case pi/4 < |x| < 3pi/4. Remove unused static constants ("one").
Diffstat (limited to 'lib/msun/src/e_log10f.c')
-rw-r--r--lib/msun/src/e_log10f.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/msun/src/e_log10f.c b/lib/msun/src/e_log10f.c
index 9ac22b5..d493ad8 100644
--- a/lib/msun/src/e_log10f.c
+++ b/lib/msun/src/e_log10f.c
@@ -14,7 +14,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: e_log10f.c,v 1.2 1994/08/18 23:05:46 jtc Exp $";
+static char rcsid[] = "$Id: e_log10f.c,v 1.1.1.1 1994/08/19 09:39:56 jkh Exp $";
#endif
#include "math.h"
@@ -25,7 +25,6 @@ static const float
#else
static float
#endif
-one = 1.0,
two25 = 3.3554432000e+07, /* 0x4c000000 */
ivln10 = 4.3429449201e-01, /* 0x3ede5bd9 */
log10_2hi = 3.0102920532e-01, /* 0x3e9a2080 */
OpenPOWER on IntegriCloud