mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-01-01 06:23:39 +01:00
Do not export rem_pio2 from openlibm. It will be exported from openspecfun.
This commit is contained in:
parent
923ff3768f
commit
4a70b227d4
2 changed files with 2 additions and 10 deletions
|
@ -48,11 +48,7 @@ pio2_2t = 2.02226624879595063154e-21, /* 0x3BA3198A, 0x2E037073 */
|
||||||
pio2_3 = 2.02226624871116645580e-21, /* 0x3BA3198A, 0x2E000000 */
|
pio2_3 = 2.02226624871116645580e-21, /* 0x3BA3198A, 0x2E000000 */
|
||||||
pio2_3t = 8.47842766036889956997e-32; /* 0x397B839A, 0x252049C1 */
|
pio2_3t = 8.47842766036889956997e-32; /* 0x397B839A, 0x252049C1 */
|
||||||
|
|
||||||
#ifndef INLINE_REM_PIO2
|
__inline int
|
||||||
extern
|
|
||||||
#endif
|
|
||||||
//__inline int
|
|
||||||
DLLEXPORT int
|
|
||||||
__ieee754_rem_pio2(double x, double *y)
|
__ieee754_rem_pio2(double x, double *y)
|
||||||
{
|
{
|
||||||
double z,w,t,r,fn;
|
double z,w,t,r,fn;
|
||||||
|
|
|
@ -40,11 +40,7 @@ invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */
|
||||||
pio2_1 = 1.57079631090164184570e+00, /* 0x3FF921FB, 0x50000000 */
|
pio2_1 = 1.57079631090164184570e+00, /* 0x3FF921FB, 0x50000000 */
|
||||||
pio2_1t = 1.58932547735281966916e-08; /* 0x3E5110b4, 0x611A6263 */
|
pio2_1t = 1.58932547735281966916e-08; /* 0x3E5110b4, 0x611A6263 */
|
||||||
|
|
||||||
#ifndef INLINE_REM_PIO2F
|
__inline int
|
||||||
extern
|
|
||||||
#endif
|
|
||||||
//__inline int
|
|
||||||
DLLEXPORT int
|
|
||||||
__ieee754_rem_pio2f(float x, double *y)
|
__ieee754_rem_pio2f(float x, double *y)
|
||||||
{
|
{
|
||||||
double w,r,fn;
|
double w,r,fn;
|
||||||
|
|
Loading…
Reference in a new issue