LIBM_SCCS must be defined for the RCS ID to be defined.

This library will soon be used by DJGPP.  And since memory is often tight
on DOS machines, there is little benifit to be had from including RCS IDs.
This commit is contained in:
jtc 1994-09-22 16:39:08 +00:00
parent 5b20b0d3c6
commit d1f06e0b8f
154 changed files with 308 additions and 308 deletions

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_acos.c,v 1.6 1994/08/18 23:04:51 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_acos.c,v 1.7 1994/09/22 16:39:08 jtc Exp $";
#endif
/* __ieee754_acos(x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_acosf.c,v 1.2 1994/08/18 23:04:53 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_acosf.c,v 1.3 1994/09/22 16:39:11 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_acosh.c,v 1.6 1994/08/18 23:04:54 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_acosh.c,v 1.7 1994/09/22 16:39:12 jtc Exp $";
#endif
/* __ieee754_acosh(x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_acoshf.c,v 1.2 1994/08/18 23:04:57 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_acoshf.c,v 1.3 1994/09/22 16:39:13 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_asin.c,v 1.6 1994/08/18 23:05:01 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_asin.c,v 1.7 1994/09/22 16:39:15 jtc Exp $";
#endif
/* __ieee754_asin(x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_asinf.c,v 1.2 1994/08/18 23:05:05 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_asinf.c,v 1.3 1994/09/22 16:39:16 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_atan2.c,v 1.6 1994/08/18 23:05:08 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_atan2.c,v 1.7 1994/09/22 16:39:17 jtc Exp $";
#endif
/* __ieee754_atan2(y,x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_atan2f.c,v 1.2 1994/08/18 23:05:11 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_atan2f.c,v 1.3 1994/09/22 16:39:18 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_atanh.c,v 1.6 1994/08/18 23:05:12 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_atanh.c,v 1.7 1994/09/22 16:39:19 jtc Exp $";
#endif
/* __ieee754_atanh(x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_atanhf.c,v 1.2 1994/08/18 23:05:14 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_atanhf.c,v 1.3 1994/09/22 16:39:21 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_cosh.c,v 1.5 1994/08/18 23:05:15 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_cosh.c,v 1.6 1994/09/22 16:39:22 jtc Exp $";
#endif
/* __ieee754_cosh(x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_coshf.c,v 1.2 1994/08/18 23:05:17 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_coshf.c,v 1.3 1994/09/22 16:39:23 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_exp.c,v 1.6 1994/08/18 23:05:18 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_exp.c,v 1.7 1994/09/22 16:39:25 jtc Exp $";
#endif
/* __ieee754_exp(x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_expf.c,v 1.2 1994/08/18 23:05:20 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_expf.c,v 1.3 1994/09/22 16:39:27 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_fmod.c,v 1.6 1994/08/18 23:05:21 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_fmod.c,v 1.7 1994/09/22 16:39:28 jtc Exp $";
#endif
/*

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_fmodf.c,v 1.2 1994/08/18 23:05:23 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_fmodf.c,v 1.3 1994/09/22 16:39:30 jtc Exp $";
#endif
/*

View File

@ -11,8 +11,8 @@
*
*/
#ifndef lint
static char rcsid[] = "$Id: e_gamma.c,v 1.4 1994/08/10 20:30:51 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_gamma.c,v 1.5 1994/09/22 16:39:31 jtc Exp $";
#endif
/* __ieee754_gamma(x)

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_gamma_r.c,v 1.4 1994/08/10 20:30:52 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_gamma_r.c,v 1.5 1994/09/22 16:39:32 jtc Exp $";
#endif
/* __ieee754_gamma_r(x, signgamp)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_gammaf.c,v 1.1 1994/08/10 20:30:53 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_gammaf.c,v 1.2 1994/09/22 16:39:33 jtc Exp $";
#endif
/* __ieee754_gammaf(x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_gammaf_r.c,v 1.1 1994/08/10 20:30:54 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_gammaf_r.c,v 1.2 1994/09/22 16:39:35 jtc Exp $";
#endif
/* __ieee754_gammaf_r(x, signgamp)

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_hypot.c,v 1.6 1994/08/18 23:05:24 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_hypot.c,v 1.7 1994/09/22 16:39:36 jtc Exp $";
#endif
/* __ieee754_hypot(x,y)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_hypotf.c,v 1.2 1994/08/18 23:05:26 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_hypotf.c,v 1.3 1994/09/22 16:39:38 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_j0.c,v 1.6 1994/08/18 23:05:29 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_j0.c,v 1.7 1994/09/22 16:39:39 jtc Exp $";
#endif
/* __ieee754_j0(x), __ieee754_y0(x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_j0f.c,v 1.2 1994/08/18 23:05:32 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_j0f.c,v 1.3 1994/09/22 16:39:41 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_j1.c,v 1.6 1994/08/18 23:05:33 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_j1.c,v 1.7 1994/09/22 16:39:42 jtc Exp $";
#endif
/* __ieee754_j1(x), __ieee754_y1(x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_j1f.c,v 1.2 1994/08/18 23:05:35 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_j1f.c,v 1.3 1994/09/22 16:39:44 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_jn.c,v 1.6 1994/08/18 23:05:37 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_jn.c,v 1.7 1994/09/22 16:39:45 jtc Exp $";
#endif
/*

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_jnf.c,v 1.2 1994/08/18 23:05:39 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_jnf.c,v 1.3 1994/09/22 16:39:47 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_lgamma.c,v 1.4 1994/08/10 20:31:05 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_lgamma.c,v 1.5 1994/09/22 16:39:48 jtc Exp $";
#endif
/* __ieee754_lgamma(x)

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_lgamma_r.c,v 1.5 1994/08/10 20:31:07 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_lgamma_r.c,v 1.6 1994/09/22 16:39:49 jtc Exp $";
#endif
/* __ieee754_lgamma_r(x, signgamp)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_lgammaf.c,v 1.1 1994/08/10 20:31:08 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_lgammaf.c,v 1.2 1994/09/22 16:39:51 jtc Exp $";
#endif
/* __ieee754_lgammaf(x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_lgammaf_r.c,v 1.1 1994/08/10 20:31:09 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_lgammaf_r.c,v 1.2 1994/09/22 16:39:52 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_log.c,v 1.6 1994/08/18 23:05:41 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_log.c,v 1.7 1994/09/22 16:39:53 jtc Exp $";
#endif
/* __ieee754_log(x)

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_log10.c,v 1.6 1994/08/18 23:05:44 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_log10.c,v 1.7 1994/09/22 16:39:54 jtc Exp $";
#endif
/* __ieee754_log10(x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_log10f.c,v 1.2 1994/08/18 23:05:46 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_log10f.c,v 1.3 1994/09/22 16:39:56 jtc Exp $";
#endif
#include "math.h"

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_logf.c,v 1.2 1994/08/18 23:05:48 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_logf.c,v 1.3 1994/09/22 16:39:57 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_pow.c,v 1.6 1994/09/13 00:40:33 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_pow.c,v 1.7 1994/09/22 16:39:58 jtc Exp $";
#endif
/* __ieee754_pow(x,y) return x**y

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_powf.c,v 1.2 1994/08/18 23:05:54 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_powf.c,v 1.3 1994/09/22 16:40:00 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_rem_pio2.c,v 1.5 1994/08/18 23:05:56 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_rem_pio2.c,v 1.6 1994/09/22 16:40:02 jtc Exp $";
#endif
/* __ieee754_rem_pio2(x,y)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_rem_pio2f.c,v 1.2 1994/08/18 23:05:58 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_rem_pio2f.c,v 1.3 1994/09/22 16:40:04 jtc Exp $";
#endif
/* __ieee754_rem_pio2f(x,y)

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_remainder.c,v 1.6 1994/08/18 23:06:00 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_remainder.c,v 1.7 1994/09/22 16:40:05 jtc Exp $";
#endif
/* __ieee754_remainder(x,p)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_remainderf.c,v 1.2 1994/08/18 23:06:02 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_remainderf.c,v 1.3 1994/09/22 16:40:06 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_scalb.c,v 1.4 1994/08/10 20:31:26 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_scalb.c,v 1.5 1994/09/22 16:40:09 jtc Exp $";
#endif
/*

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_scalbf.c,v 1.1 1994/08/10 20:31:27 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_scalbf.c,v 1.2 1994/09/22 16:40:10 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_sinh.c,v 1.5 1994/08/18 23:06:03 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_sinh.c,v 1.6 1994/09/22 16:40:11 jtc Exp $";
#endif
/* __ieee754_sinh(x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_sinhf.c,v 1.2 1994/08/18 23:06:04 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_sinhf.c,v 1.3 1994/09/22 16:40:12 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_sqrt.c,v 1.6 1994/08/18 23:06:06 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_sqrt.c,v 1.7 1994/09/22 16:40:13 jtc Exp $";
#endif
/* __ieee754_sqrt(x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: e_sqrtf.c,v 1.2 1994/08/18 23:06:07 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: e_sqrtf.c,v 1.3 1994/09/22 16:40:15 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: k_cos.c,v 1.6 1994/08/18 23:06:08 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: k_cos.c,v 1.7 1994/09/22 16:40:16 jtc Exp $";
#endif
/*

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: k_cosf.c,v 1.2 1994/08/18 23:06:10 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: k_cosf.c,v 1.3 1994/09/22 16:40:17 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: k_rem_pio2.c,v 1.5 1994/08/18 23:06:11 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: k_rem_pio2.c,v 1.6 1994/09/22 16:40:19 jtc Exp $";
#endif
/*

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: k_rem_pio2f.c,v 1.2 1994/08/18 23:06:12 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: k_rem_pio2f.c,v 1.3 1994/09/22 16:40:20 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: k_sin.c,v 1.6 1994/08/18 23:06:14 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: k_sin.c,v 1.7 1994/09/22 16:40:22 jtc Exp $";
#endif
/* __kernel_sin( x, y, iy)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: k_sinf.c,v 1.2 1994/08/18 23:06:15 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: k_sinf.c,v 1.3 1994/09/22 16:40:23 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: k_standard.c,v 1.4 1994/08/10 20:31:44 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: k_standard.c,v 1.5 1994/09/22 16:40:24 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: k_tan.c,v 1.6 1994/08/18 23:06:16 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: k_tan.c,v 1.7 1994/09/22 16:40:26 jtc Exp $";
#endif
/* __kernel_tan( x, y, k )

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: k_tanf.c,v 1.2 1994/08/18 23:06:18 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: k_tanf.c,v 1.3 1994/09/22 16:40:27 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_asinh.c,v 1.6 1994/08/18 23:06:20 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_asinh.c,v 1.7 1994/09/22 16:40:28 jtc Exp $";
#endif
/* asinh(x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_asinhf.c,v 1.2 1994/08/18 23:06:21 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_asinhf.c,v 1.3 1994/09/22 16:40:30 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_atan.c,v 1.6 1994/08/18 23:06:23 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_atan.c,v 1.7 1994/09/22 16:40:31 jtc Exp $";
#endif
/* atan(x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_atanf.c,v 1.2 1994/08/18 23:06:24 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_atanf.c,v 1.3 1994/09/22 16:40:32 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_cbrt.c,v 1.6 1994/08/18 23:06:25 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_cbrt.c,v 1.7 1994/09/22 16:40:33 jtc Exp $";
#endif
#include "math.h"

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_cbrtf.c,v 1.2 1994/08/18 23:06:27 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_cbrtf.c,v 1.3 1994/09/22 16:40:35 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_ceil.c,v 1.6 1994/08/18 23:06:29 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_ceil.c,v 1.7 1994/09/22 16:40:36 jtc Exp $";
#endif
/*

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_ceilf.c,v 1.2 1994/08/18 23:06:30 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_ceilf.c,v 1.3 1994/09/22 16:40:38 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_copysign.c,v 1.6 1994/08/18 23:06:31 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_copysign.c,v 1.7 1994/09/22 16:40:39 jtc Exp $";
#endif
/*

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_copysignf.c,v 1.2 1994/08/18 23:06:33 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_copysignf.c,v 1.3 1994/09/22 16:40:40 jtc Exp $";
#endif
/*

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_cos.c,v 1.5 1994/08/18 23:06:34 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_cos.c,v 1.6 1994/09/22 16:40:41 jtc Exp $";
#endif
/* cos(x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_cosf.c,v 1.2 1994/08/18 23:06:35 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_cosf.c,v 1.3 1994/09/22 16:40:42 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_erf.c,v 1.6 1994/08/18 23:06:36 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_erf.c,v 1.7 1994/09/22 16:40:44 jtc Exp $";
#endif
/* double erf(double x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_erff.c,v 1.2 1994/08/18 23:06:38 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_erff.c,v 1.3 1994/09/22 16:40:45 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_expm1.c,v 1.6 1994/08/18 23:06:39 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_expm1.c,v 1.7 1994/09/22 16:40:47 jtc Exp $";
#endif
/* expm1(x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_expm1f.c,v 1.2 1994/08/18 23:06:40 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_expm1f.c,v 1.3 1994/09/22 16:44:32 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_fabs.c,v 1.5 1994/08/18 23:06:42 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_fabs.c,v 1.6 1994/09/22 16:44:34 jtc Exp $";
#endif
/*

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_fabsf.c,v 1.2 1994/08/18 23:06:43 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_fabsf.c,v 1.3 1994/09/22 16:44:35 jtc Exp $";
#endif
/*

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_finite.c,v 1.6 1994/08/18 23:06:44 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_finite.c,v 1.7 1994/09/22 16:44:36 jtc Exp $";
#endif
/*

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_finitef.c,v 1.2 1994/08/18 23:06:45 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_finitef.c,v 1.3 1994/09/22 16:44:38 jtc Exp $";
#endif
/*

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_floor.c,v 1.6 1994/08/18 23:06:47 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_floor.c,v 1.7 1994/09/22 16:44:39 jtc Exp $";
#endif
/*

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_floorf.c,v 1.2 1994/08/18 23:06:48 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_floorf.c,v 1.3 1994/09/22 16:44:40 jtc Exp $";
#endif
/*

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_frexp.c,v 1.6 1994/08/18 23:06:49 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_frexp.c,v 1.7 1994/09/22 16:44:41 jtc Exp $";
#endif
/*

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_frexpf.c,v 1.2 1994/08/18 23:06:51 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_frexpf.c,v 1.3 1994/09/22 16:44:43 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_ilogb.c,v 1.7 1994/08/26 13:37:40 mycroft Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_ilogb.c,v 1.8 1994/09/22 16:44:44 jtc Exp $";
#endif
/* ilogb(double x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_ilogbf.c,v 1.2 1994/08/18 23:06:53 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_ilogbf.c,v 1.3 1994/09/22 16:44:45 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_isnan.c,v 1.6 1994/08/18 23:06:54 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_isnan.c,v 1.7 1994/09/22 16:44:46 jtc Exp $";
#endif
/*

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_isnanf.c,v 1.2 1994/08/18 23:06:56 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_isnanf.c,v 1.3 1994/09/22 16:44:47 jtc Exp $";
#endif
/*

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_ldexp.c,v 1.4 1994/08/10 20:32:37 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_ldexp.c,v 1.5 1994/09/22 16:44:48 jtc Exp $";
#endif
#include "math.h"

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_ldexpf.c,v 1.1 1994/08/10 20:32:39 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_ldexpf.c,v 1.2 1994/09/22 16:44:49 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_lib_version.c,v 1.4 1994/08/10 20:32:40 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_lib_version.c,v 1.5 1994/09/22 16:44:50 jtc Exp $";
#endif
/*

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_log1p.c,v 1.6 1994/08/18 23:06:59 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_log1p.c,v 1.7 1994/09/22 16:44:51 jtc Exp $";
#endif
/* double log1p(double x)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_log1pf.c,v 1.2 1994/08/18 23:07:02 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_log1pf.c,v 1.3 1994/09/22 16:44:53 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_logb.c,v 1.6 1994/08/18 23:07:04 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_logb.c,v 1.7 1994/09/22 16:44:54 jtc Exp $";
#endif
/*

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_logbf.c,v 1.2 1994/08/18 23:07:07 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_logbf.c,v 1.3 1994/09/22 16:44:55 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_matherr.c,v 1.4 1994/08/10 20:32:52 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_matherr.c,v 1.5 1994/09/22 16:44:56 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_modf.c,v 1.6 1994/08/18 23:07:09 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_modf.c,v 1.7 1994/09/22 16:44:57 jtc Exp $";
#endif
/*

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_modff.c,v 1.2 1994/08/18 23:07:12 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_modff.c,v 1.3 1994/09/22 16:44:58 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_nextafter.c,v 1.6 1994/08/18 23:07:13 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_nextafter.c,v 1.7 1994/09/22 16:44:59 jtc Exp $";
#endif
/* IEEE functions

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_nextafterf.c,v 1.2 1994/08/18 23:07:15 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_nextafterf.c,v 1.3 1994/09/22 16:45:01 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_rint.c,v 1.6 1994/08/18 23:07:16 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_rint.c,v 1.7 1994/09/22 16:45:03 jtc Exp $";
#endif
/*

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_rintf.c,v 1.2 1994/08/18 23:07:17 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_rintf.c,v 1.3 1994/09/22 16:45:05 jtc Exp $";
#endif
#include "math.h"

View File

@ -10,8 +10,8 @@
* ====================================================
*/
#ifndef lint
static char rcsid[] = "$Id: s_scalbn.c,v 1.6 1994/08/18 23:10:13 jtc Exp $";
#if defined(LIBM_SCCS) && !defined(lint)
static char rcsid[] = "$Id: s_scalbn.c,v 1.7 1994/09/22 16:45:06 jtc Exp $";
#endif
/*

Some files were not shown because too many files have changed in this diff Show More