summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_frexpf.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/s_frexpf.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/s_frexpf.c')
-rw-r--r--lib/msun/src/s_frexpf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/msun/src/s_frexpf.c b/lib/msun/src/s_frexpf.c
index 6e341fd..6988cbe 100644
--- a/lib/msun/src/s_frexpf.c
+++ b/lib/msun/src/s_frexpf.c
@@ -14,7 +14,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: s_frexpf.c,v 1.2 1994/08/18 23:06:51 jtc Exp $";
+static char rcsid[] = "$Id: s_frexpf.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $";
#endif
#include "math.h"
@@ -25,7 +25,6 @@ static const float
#else
static float
#endif
-one = 1.0000000000e+00, /* 0x3F800000 */
two25 = 3.3554432000e+07; /* 0x4c000000 */
#ifdef __STDC__
OpenPOWER on IntegriCloud