60 0xA2F983, 0x6E4E44, 0x1529FC, 0x2757D1, 0xF534DD, 0xC0DB62,
61 0x95993C, 0x439041, 0xFE5163, 0xABDEBB, 0xC561B7, 0x246E3A,
62 0x424DD2, 0xE00649, 0x2EEA09, 0xD1921C, 0xFE1DEB, 0x1CB129,
63 0xA73EE8, 0x8235F5, 0x2EBB44, 0x84E99C, 0x7026B4, 0x5F7E41,
64 0x3991D6, 0x398353, 0x39F49C, 0x845F8B, 0xBDF928, 0x3B1FF8,
65 0x97FFDE, 0x05980F, 0xEF2F11, 0x8B5A0A, 0x6D1F6D, 0x367ECF,
66 0x27CB09, 0xB74F46, 0x3F669E, 0x5FEA2D, 0x7527BA, 0xC7EBE5,
67 0xF17B3D, 0x0739F7, 0x8A5292, 0xEA6BFB, 0x5FB11F, 0x8D5D08,
68 0x560330, 0x46FC7B, 0x6BABF0, 0xCFBC20, 0x9AF436, 0x1DA9E3,
69 0x91615E, 0xE61B08, 0x659985, 0x5F14A0, 0x68408D, 0xFFD880,
70 0x4D7327, 0x310606, 0x1556CA, 0x73A8C9, 0x60E27B, 0xC08C6B,
74 0x3FF921FB, 0x400921FB, 0x4012D97C, 0x401921FB, 0x401F6A7A, 0x4022D97C,
75 0x4025FDBB, 0x402921FB, 0x402C463A, 0x402F6A7A, 0x4031475C, 0x4032D97C,
76 0x40346B9C, 0x4035FDBB, 0x40378FDB, 0x403921FB, 0x403AB41B, 0x403C463A,
77 0x403DD85A, 0x403F6A7A, 0x40407E4C, 0x4041475C, 0x4042106C, 0x4042D97C,
78 0x4043A28C, 0x40446B9C, 0x404534AC, 0x4045FDBB, 0x4046C6CB, 0x40478FDB,
79 0x404858EB, 0x404921FB,
93 zero = 0.00000000000000000000e+00,
94 half = 5.00000000000000000000e-01,
95 two24 = 1.67772160000000000000e+07,
106 double z = 0.,w,t,r,fn;
159 i = j-((high>>20)&0x7ff);
167 i = j-((high>>20)&0x7ff);
195 e0 = (int32_t)(ix>>20)-1046;
198 tx[i] = (
double)((int32_t)(z));
203 while(tx[nx-1]==
zero) nx--;
static const double pio2_3
#define GET_HIGH_WORD(i, d)
Get the more significant 32 bit int from a double.
static const double pio2_2t
#define GET_LOW_WORD(i, d)
Get the less significant 32 bit int from a double.
static const double pio2_1t
static const double pio2_1
double fabs(double x)
Returns the absolute value of x.
static const double invpio2
static const int two_over_pi[]
static const double two24
static const double pio2_2
static const int npio2_hw[]
#define SET_LOW_WORD(d, v)
Set the less significant 32 bits of a double from an int.
int32_t rempio2(double x, double *y)
#define SET_HIGH_WORD(d, v)
Set the more significant 32 bits of a double from an int.
static const double pio2_3t
int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int *ipio2)
Kernel reduction function.