mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 23:10:06 +00:00
c6c6dd4803
* manual/contrib.texi: Removed licenses, added acknowledgements for contributions by Intel, IBM, Craig Metz. * LICENSES: New file, contains the text of all non-FSF licenses in the distribution that require putting the notice in the accompanying documentation. * README.template, README: Mention LICENSES. * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a new one modelled on the modern BSD license, per recent letter of permission from CMU. * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise. * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder from IBM to FSF, per the recent Software Letter. Changed the distribution terms from GPL to LGPL. * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and copying permission notice (Lesser GPL), per recent IBM Software Letter. * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise. * sysdeps/ieee754/dbl-64/root.tbl: Likewise. * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise. * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise. * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise. * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise. * sysdeps/ieee754/dbl-64/upow.tbl: Likewise. * sysdeps/ieee754/dbl-64/utan.tbl: Likewise. * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder from IBM to FSF, per the recent Software Letter. Corrected the text of the copying permission notice to say Lesser GPL instead of GPL in warranty disclaimer paragraph. * sysdeps/ieee754/dbl-64/atnat2.h: Likewise. * sysdeps/ieee754/dbl-64/branred.h: Likewise. * sysdeps/ieee754/dbl-64/dla.h: Likewise. * sysdeps/ieee754/dbl-64/doasin.h: Likewise. * sysdeps/ieee754/dbl-64/dosincos.h: Likewise. * sysdeps/ieee754/dbl-64/mpa.h: Likewise. * sysdeps/ieee754/dbl-64/mpa2.h: Likewise. * sysdeps/ieee754/dbl-64/mpatan.h: Likewise. * sysdeps/ieee754/dbl-64/mpexp.h: Likewise. * sysdeps/ieee754/dbl-64/mplog.h: Likewise. * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise. * sysdeps/ieee754/dbl-64/mydefs.h: Likewise. * sysdeps/ieee754/dbl-64/sincos32.h: Likewise. * sysdeps/ieee754/dbl-64/uasncs.h: Likewise. * sysdeps/ieee754/dbl-64/uexp.h: Likewise. * sysdeps/ieee754/dbl-64/ulog.h: Likewise. * sysdeps/ieee754/dbl-64/upow.h: Likewise. * sysdeps/ieee754/dbl-64/urem.h: Likewise. * sysdeps/ieee754/dbl-64/uroot.h: Likewise. * sysdeps/ieee754/dbl-64/usncs.h: Likewise. * sysdeps/ieee754/dbl-64/utan.h: Likewise. * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying permission notice to say Lesser GPL instead of GPL in warranty disclaimer paragraph. * sysdeps/ieee754/dbl-64/doasin.c: Likewise. * sysdeps/ieee754/dbl-64/dosincos.c: Likewise. * sysdeps/ieee754/dbl-64/e_asin.c: Likewise. * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. * sysdeps/ieee754/dbl-64/e_exp.c: Likewise. * sysdeps/ieee754/dbl-64/e_log.c: Likewise. * sysdeps/ieee754/dbl-64/e_pow.c: Likewise. * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise. * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise. * sysdeps/ieee754/dbl-64/halfulp.c: Likewise. * sysdeps/ieee754/dbl-64/mpa.c: Likewise. * sysdeps/ieee754/dbl-64/mpatan.c: Likewise. * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise. * sysdeps/ieee754/dbl-64/mpexp.c: Likewise. * sysdeps/ieee754/dbl-64/mplog.c: Likewise. * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise. * sysdeps/ieee754/dbl-64/mptan.c: Likewise. * sysdeps/ieee754/dbl-64/s_atan.c: Likewise. * sysdeps/ieee754/dbl-64/s_sin.c: Likewise. * sysdeps/ieee754/dbl-64/s_tan.c: Likewise. * sysdeps/ieee754/dbl-64/sincos32.c: Likewise. * sysdeps/ieee754/dbl-64/slowexp.c: Likewise. * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
96 lines
4.0 KiB
C
96 lines
4.0 KiB
C
|
|
/*
|
|
* IBM Accurate Mathematical Library
|
|
* Written by International Business Machines Corp.
|
|
* Copyright (C) 2001 Free Software Foundation, Inc.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*/
|
|
|
|
/**************************************************************************/
|
|
/* */
|
|
/* MODULE_NAME:mpa2.h */
|
|
/* */
|
|
/* */
|
|
/* variables prototype and definition according to type of processor */
|
|
/* types definition */
|
|
/**************************************************************************/
|
|
|
|
#ifndef MPA2_H
|
|
#define MPA2_H
|
|
|
|
|
|
#ifdef BIG_ENDI
|
|
static const number
|
|
/**/ radix = {{0x41700000, 0x00000000} }, /* 2**24 */
|
|
/**/ radixi = {{0x3e700000, 0x00000000} }, /* 2**-24 */
|
|
/**/ cutter = {{0x44b00000, 0x00000000} }, /* 2**76 */
|
|
/**/ zero = {{0x00000000, 0x00000000} }, /* 0 */
|
|
/**/ one = {{0x3ff00000, 0x00000000} }, /* 1 */
|
|
/**/ mone = {{0xbff00000, 0x00000000} }, /* -1 */
|
|
/**/ two = {{0x40000000, 0x00000000} }, /* 2 */
|
|
/**/ two5 = {{0x40400000, 0x00000000} }, /* 2**5 */
|
|
/**/ two10 = {{0x40900000, 0x00000000} }, /* 2**10 */
|
|
/**/ two18 = {{0x41100000, 0x00000000} }, /* 2**18 */
|
|
/**/ two19 = {{0x41200000, 0x00000000} }, /* 2**19 */
|
|
/**/ two23 = {{0x41600000, 0x00000000} }, /* 2**23 */
|
|
/**/ two52 = {{0x43300000, 0x00000000} }, /* 2**52 */
|
|
/**/ two57 = {{0x43800000, 0x00000000} }, /* 2**57 */
|
|
/**/ two71 = {{0x44600000, 0x00000000} }, /* 2**71 */
|
|
/**/ twom1032 = {{0x00000400, 0x00000000} }; /* 2**-1032 */
|
|
|
|
#else
|
|
#ifdef LITTLE_ENDI
|
|
static const number
|
|
/**/ radix = {{0x00000000, 0x41700000} }, /* 2**24 */
|
|
/**/ radixi = {{0x00000000, 0x3e700000} }, /* 2**-24 */
|
|
/**/ cutter = {{0x00000000, 0x44b00000} }, /* 2**76 */
|
|
/**/ zero = {{0x00000000, 0x00000000} }, /* 0 */
|
|
/**/ one = {{0x00000000, 0x3ff00000} }, /* 1 */
|
|
/**/ mone = {{0x00000000, 0xbff00000} }, /* -1 */
|
|
/**/ two = {{0x00000000, 0x40000000} }, /* 2 */
|
|
/**/ two5 = {{0x00000000, 0x40400000} }, /* 2**5 */
|
|
/**/ two10 = {{0x00000000, 0x40900000} }, /* 2**10 */
|
|
/**/ two18 = {{0x00000000, 0x41100000} }, /* 2**18 */
|
|
/**/ two19 = {{0x00000000, 0x41200000} }, /* 2**19 */
|
|
/**/ two23 = {{0x00000000, 0x41600000} }, /* 2**23 */
|
|
/**/ two52 = {{0x00000000, 0x43300000} }, /* 2**52 */
|
|
/**/ two57 = {{0x00000000, 0x43800000} }, /* 2**57 */
|
|
/**/ two71 = {{0x00000000, 0x44600000} }, /* 2**71 */
|
|
/**/ twom1032 = {{0x00000000, 0x00000400} }; /* 2**-1032 */
|
|
|
|
#endif
|
|
#endif
|
|
|
|
#define RADIX radix.d
|
|
#define RADIXI radixi.d
|
|
#define CUTTER cutter.d
|
|
#define ZERO zero.d
|
|
#define ONE one.d
|
|
#define MONE mone.d
|
|
#define TWO two.d
|
|
#define TWO5 two5.d
|
|
#define TWO10 two10.d
|
|
#define TWO18 two18.d
|
|
#define TWO19 two19.d
|
|
#define TWO23 two23.d
|
|
#define TWO52 two52.d
|
|
#define TWO57 two57.d
|
|
#define TWO71 two71.d
|
|
#define TWOM1032 twom1032.d
|
|
|
|
|
|
#endif
|