Blame sysdeps/ieee754/dbl-64/upow.h

Packit 6c4009
/*
Packit 6c4009
 * IBM Accurate Mathematical Library
Packit 6c4009
 * Written by International Business Machines Corp.
Packit 6c4009
 * Copyright (C) 2001-2018 Free Software Foundation, Inc.
Packit 6c4009
 *
Packit 6c4009
 * This program is free software; you can redistribute it and/or modify
Packit 6c4009
 * it under the terms of the GNU Lesser General Public License as published by
Packit 6c4009
 * the Free Software Foundation; either version 2.1 of the License, or
Packit 6c4009
 * (at your option) any later version.
Packit 6c4009
 *
Packit 6c4009
 * This program is distributed in the hope that it will be useful,
Packit 6c4009
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 6c4009
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 6c4009
 * GNU Lesser General Public License for more details.
Packit 6c4009
 *
Packit 6c4009
 * You should have received a copy of the GNU Lesser General Public License
Packit 6c4009
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
Packit 6c4009
 */
Packit 6c4009
Packit 6c4009
/******************************************************************/
Packit 6c4009
/*                                                                */
Packit 6c4009
/* MODULE_NAME:upow.h                                             */
Packit 6c4009
/*                                                                */
Packit 6c4009
/* common data and variables prototype and definition             */
Packit 6c4009
/******************************************************************/
Packit 6c4009
Packit 6c4009
#ifndef UPOW_H
Packit 6c4009
#define UPOW_H
Packit 6c4009
Packit 6c4009
#include "mydefs.h"
Packit 6c4009
Packit 6c4009
#ifdef BIG_ENDI
Packit 6c4009
  const static mynumber
Packit 6c4009
/**/ nZERO	    = {{0x80000000, 0}},	  /* -0.0          */
Packit 6c4009
/**/ INF            = {{0x7ff00000, 0x00000000}}, /* INF           */
Packit 6c4009
/**/ nINF           = {{0xfff00000, 0x00000000}}, /* -INF          */
Packit 6c4009
/**/ ln2a           = {{0x3fe62e42, 0xfefa3800}}, /* ln(2) 43 bits */
Packit 6c4009
/**/ ln2b           = {{0x3d2ef357, 0x93c76730}}, /* ln(2)-ln2a    */
Packit 6c4009
/**/ bigu           = {{0x4297ffff, 0xfffffd2c}}, /* 1.5*2**42 -724*2**-10  */
Packit 6c4009
/**/ bigv           = {{0x4207ffff, 0xfff8016a}}, /* 1.5*2**33-1+362*2**-19  */
Packit 6c4009
/**/ t52            = {{0x43300000, 0x00000000}}, /* 2**52         */
Packit 6c4009
/**/ two52e         = {{0x43300000, 0x000003ff}}; /* 2**52'        */
Packit 6c4009
Packit 6c4009
#else
Packit 6c4009
#ifdef LITTLE_ENDI
Packit 6c4009
  const static mynumber
Packit 6c4009
/**/ nZERO	    = {{0, 0x80000000}},	  /* -0.0          */
Packit 6c4009
/**/ INF            = {{0x00000000, 0x7ff00000}}, /* INF           */
Packit 6c4009
/**/ nINF           = {{0x00000000, 0xfff00000}}, /* -INF           */
Packit 6c4009
/**/ ln2a           = {{0xfefa3800, 0x3fe62e42}}, /* ln(2) 43 bits */
Packit 6c4009
/**/ ln2b           = {{0x93c76730, 0x3d2ef357}}, /* ln(2)-ln2a    */
Packit 6c4009
/**/ bigu           = {{0xfffffd2c, 0x4297ffff}}, /* 1.5*2**42 -724*2**-10  */
Packit 6c4009
/**/ bigv           = {{0xfff8016a, 0x4207ffff}}, /* 1.5*2**33-1+362*2**-19  */
Packit 6c4009
/**/ t52            = {{0x00000000, 0x43300000}}, /* 2**52         */
Packit 6c4009
/**/ two52e         = {{0x000003ff, 0x43300000}}; /* 2**52'        */
Packit 6c4009
Packit 6c4009
#endif
Packit 6c4009
#endif
Packit 6c4009
Packit 6c4009
const static double p2=-0.5, p3 =  3.3333333333333333333e-1, p4 = -0.25,
Packit 6c4009
  q2 = -0.5, q3 = 3.3333333333331404e-01, q4 =  -2.4999999999996436e-01,
Packit 6c4009
  q5 =  2.0000010500004459e-01, q6 =  -1.6666678916688004e-01,
Packit 6c4009
  r3 =  3.33333333333333333372884096563030E-01,
Packit 6c4009
  r4 = -2.50000000000000000213574153875908E-01,
Packit 6c4009
  r5 =  1.99999999999683593814072199830603E-01,
Packit 6c4009
  r6 = -1.66666666666065494878165510225378E-01,
Packit 6c4009
  r7 =  1.42857517857114380606360005067609E-01,
Packit 6c4009
  r8 = -1.25000449999974370683775964001702E-01,
Packit 6c4009
  s3 =  0.333251953125000000e0,
Packit 6c4009
 ss3 =  8.138020833333333333e-05,
Packit 6c4009
  s4 = -2.500000000000000000e-01,
Packit 6c4009
  s5 =  1.999999999999960937e-01,
Packit 6c4009
  s6 = -1.666666666666592447e-01,
Packit 6c4009
  s7 =  1.428571845238194705e-01,
Packit 6c4009
  s8 = -1.250000500000149097e-01;
Packit 6c4009
#endif