mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Clean up the unneeded cpp macro INLINE_REM_PIO2L.
Reviewed by: das Approved by: das (mentor)
This commit is contained in:
parent
d2025bd0f6
commit
9aa461b570
5 changed files with 2 additions and 11 deletions
|
|
@ -58,10 +58,7 @@ pio2_2t = 2.0670321098263988236496903051604844e-43L, /* 0x127044533e63a0105df5
|
|||
pio2_3 = 2.0670321098263988236499468110329591e-43L, /* 0x127044533e63a0105e00000000000.0p-254 */
|
||||
pio2_3t = -2.5650587247459238361625433492959285e-65L; /* -0x159c4ec64ddaeb5f78671cbfb2210.0p-327 */
|
||||
|
||||
#ifdef INLINE_REM_PIO2L
|
||||
static inline __always_inline
|
||||
#endif
|
||||
int
|
||||
static inline __always_inline int
|
||||
__ieee754_rem_pio2l(long double x, long double *y)
|
||||
{
|
||||
union IEEEl2bits u,u1;
|
||||
|
|
|
|||
|
|
@ -70,10 +70,7 @@ pio2_2t = 6.36831716351095013979e-25L, /* 0xc51701b839a25205.0p-144 */
|
|||
pio2_3t = -2.75299651904407171810e-37L; /* -0xbb5bf6c7ddd660ce.0p-185 */
|
||||
#endif
|
||||
|
||||
#ifdef INLINE_REM_PIO2L
|
||||
static inline __always_inline
|
||||
#endif
|
||||
int
|
||||
static inline __always_inline int
|
||||
__ieee754_rem_pio2l(long double x, long double *y)
|
||||
{
|
||||
union IEEEl2bits u,u1;
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <float.h>
|
||||
|
||||
#include "math.h"
|
||||
#define INLINE_REM_PIO2L
|
||||
#include "math_private.h"
|
||||
#if LDBL_MANT_DIG == 64
|
||||
#include "../ld80/e_rem_pio2l.h"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <float.h>
|
||||
|
||||
#include "math.h"
|
||||
#define INLINE_REM_PIO2L
|
||||
#include "math_private.h"
|
||||
#if LDBL_MANT_DIG == 64
|
||||
#include "../ld80/e_rem_pio2l.h"
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <float.h>
|
||||
|
||||
#include "math.h"
|
||||
#define INLINE_REM_PIO2L
|
||||
#include "math_private.h"
|
||||
#if LDBL_MANT_DIG == 64
|
||||
#include "../ld80/e_rem_pio2l.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue