0501d60367
1997-05-24 03:51 Ulrich Drepper <drepper@cygnus.com> * stdlib/Makefile (routines): Add strtol_l, strtoul_l, strtoll_l, strtoull_l, strtof_l, strtod_l, and strtold_l. * stdlib/stdlib.h: Add prototypes for new functions. * stdlib/strtod.c: Change for compiling as strtoX_l. * stdlib/strtol.c: Likewise. * stdlib/strtof.c: Likewise. * stdlib/strtold.c: Likewise. * stdlib/strtod_l.c: New file. * stdlib/strtof_l.c: New file. * stdlib/strtold_l.c: New file. * stdlib/strtol_l.c: New file. * stdlib/strtoul_l.c: New file. * stdlib/strtoll_l.c: New file. * stdlib/strtoull_l.c: New file. * string/Makefile (routines): Add strcasecmp_l and strncase_l. * string/string.h: Add prototypes for new functions. * sysdeps/generic/strcasecmp.c: Change for compiling as strcasecmp_l. * sysdeps/generic/strncase.c: Change for compiling as strncasecmp_l. * sysdeps/generic/strcasecmp_l.c: New file. * sysdeps/generic/strncase_l.c: New file. * wcsmbs/Makefile (routines): Add wcstol_l, wcstoul_l, wcstoll_l, wcstoull_l, wcstod_l, wcstold_l, wcstof_l, wcscasecmp_l, and wcsncase_l. * wcsmbs/wchar.h: Add prototypes for new functions. * wcsmbs/wcscasecmp.c: Change for compiling as wcscasecmp_l. * wcsmbs/wcsncase.c: Change for compiling as wcsncasecmp_l. * wcsmbs/wcscasecmp_l.c: New file. * wcsmbs/wcsncase_l.c: New file. * wcsmbs/wcstof.c: Change for compiling as wcstof_l.c * wcsmbs/wcstold.c: Change for compiling as wcstold_l.c * wcsmcs/wcstod_l.c: New file. * wcsmcs/wcstof_l.c: New file. * wcsmcs/wcstold_l.c: New file. * wcsmcs/wcstol_l.c: New file. * wcsmcs/wcstoul_l.c: New file. * wcsmcs/wcstoll_l.c: New file. * wcsmcs/wcstoull_l.c: New file. * Makeconfig (binfmt-subdir): New variable. Set to `elf' if $(elf) is defined. More to come later when other binary formats are supported. * Makefile (subdirs): Remove elf. Add $(binfmt-subdir). Suggested by Philip Blundell. * stdlib/Makefile (headers): Add fmtmsg.h. (routines): Add fmtmsg. * stdlib/fmtmsg.c: New file. * stdlib/fmtmsg.h: New file. * manual/stdio.texi: Add description of fmtmsg and addseverity. * manual/examples/fmtmsgexpl.c: Example program for fmtmsg documentation. 1997-05-23 15:26 Philip Blundell <pjb27@cam.ac.uk> * resolv/res_query.c (res_querydomain): Avoid potential buffer overrun. Reported by Dan A. Dickey <ddickey@transition.com>. 1997-05-22 18:36 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * elf/dl-support.c (_dl_sysdep_open_zero_fill, _dl_sysdep_read_whole_file): Moved functions to ... * elf/dl-misc.c: This new file. * sysdeps/generic/dl-sysdepio.c: Delete file and move functions... * elf/dl-misc.c: ... here. * sysdeps/generic/dl-sysdep.c (_dl_sysdep_open_zero_fill, _dl_sysdep_read_whole_file): Delete functions; they now come from elf/dl-misc.c (dl-support.c had contained identical versions). * sysdeps/mach/hurd/dl-sysdepio.c: Delete file; move functions... * sysdeps/mach/hurd/dl-sysdep.c: ... here, but mark them weak so that the regular ones in dl-misc work once we've initialized. * elf/Makefile (dl-routines): Remove dl-sysdepio.c. Add dl-misc.c. 1997-05-22 21:55 Philip Blundell <pjb27@cam.ac.uk> * inet/Makefile (headers): Add netinet/inbits.h. * inet/netinet/in.h: New file. * sysdeps/generic/netinet/inbits.h: Likewise. * sysdeps/unix/sysv/linux/netinet/inbits.h: Likewise. * sysdeps/generic/netinet/ip6.h: Move to... * inet/netinet/ip6.h: ... here. * sysdeps/generic/netinet/icmp6.h: Move to... * inet/netinet/icmp6.h: ... here. * sysdeps/unix/sysv/linux/netinet/in.h: Remove. * sysdeps/generic/netinet/in.h: Remove. 1997-05-22 05:40 Richard Henderson <rth@tamu.edu> * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): If we are not looking at the new thread-safe .plt, don't be lazy about relocs. (_dl_runtime_resolve): Fix up arithmetic for new .plt layout. (elf_alpha_fix_plt): Insert wmb as appropriate to ensure safety. * elf/dynamic-link.h (ELF_DYNAMIC_RELOCATE): Let elf_machine_runtime_setup() decide if we can actually be lazy. * elf/rtld.c (_dl_start): So don't call it. * elf/dl-reloc.c (_dl_relocate_object): Likewise. * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Return lazy. * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise. * sysdeps/mips/dl-machine.h (elf_machine_runtime_setup): Likewise. * sysdeps/powerpc/dl-machine.h (elf_machine_runtime_setup): Likewise. * sysdeps/sparc/dl-machine.h (elf_machine_runtime_setup): Likewise. * sysdeps/stub/dl-machine.h (elf_machine_runtime_setup): Update skeleton definition. 1997-05-22 18:45 Ulrich Drepper <drepper@cygnus.com> * sysdeps/i386/fpu/__math.h (logb): Remove second value placed on stack by fxtract. 1997-05-22 13:07 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sunrpc/rpcsvc/rusers.x: Provide and correct prototypes, add cast to (xdrproc_t) where necessary to prevent warnings. 1997-05-22 12:18 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Remove I/O functions. * sunrpc/rpcinfo.c (get_inet_address): Use INADDR_NONE and INADDR_ANY * sysdeps/libm-ieee754/s_cexp.c: Fix typo: string_alias -> * nss/XXX-lookup.c: Add missing explanation.
605 lines
14 KiB
C
605 lines
14 KiB
C
/* Inline math functions for i387.
|
|
Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
|
|
This file is part of the GNU C Library.
|
|
Contributed by John C. Bowman <bowman@ipp-garching.mpg.de>, 1995.
|
|
|
|
The GNU C Library is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU Library General Public License as
|
|
published by the Free Software Foundation; either version 2 of the
|
|
License, or (at your option) any later version.
|
|
|
|
The GNU C Library 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
|
|
Library General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Library General Public
|
|
License along with the GNU C Library; see the file COPYING.LIB. If not,
|
|
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
Boston, MA 02111-1307, USA. */
|
|
|
|
#ifndef __MATH_H
|
|
#define __MATH_H 1
|
|
|
|
#if defined __GNUG__ && \
|
|
(__GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ <= 7))
|
|
/* gcc 2.7.2 and 2.7.2.1 have problems with inlining `long double'
|
|
functions so we disable this now. */
|
|
#undef __NO_MATH_INLINES
|
|
#define __NO_MATH_INLINES
|
|
#endif
|
|
|
|
#ifdef __GNUC__
|
|
#ifndef __NO_MATH_INLINES
|
|
|
|
#ifdef __cplusplus
|
|
#define __MATH_INLINE __inline
|
|
#else
|
|
#define __MATH_INLINE extern __inline
|
|
#endif
|
|
|
|
__MATH_INLINE double cos (double);
|
|
__MATH_INLINE double sin (double);
|
|
|
|
|
|
__MATH_INLINE double __expm1 (double __x);
|
|
__MATH_INLINE double
|
|
__expm1 (double __x)
|
|
{
|
|
register double __value, __exponent, __temp;
|
|
__asm __volatile__
|
|
("fldl2e # e^x - 1 = 2^(x * log2(e)) - 1\n\t"
|
|
"fmul %%st(1) # x * log2(e)\n\t"
|
|
"fstl %%st(1)\n\t"
|
|
"frndint # int(x * log2(e))\n\t"
|
|
"fxch\n\t"
|
|
"fsub %%st(1) # fract(x * log2(e))\n\t"
|
|
"f2xm1 # 2^(fract(x * log2(e))) - 1\n\t"
|
|
"fscale # 2^(x * log2(e)) - 2^(int(x * log2(e)))\n\t"
|
|
: "=t" (__value), "=u" (__exponent) : "0" (__x));
|
|
__asm __volatile__
|
|
("fscale # 2^int(x * log2(e))\n\t"
|
|
: "=t" (__temp) : "0" (1.0), "u" (__exponent));
|
|
__temp -= 1.0;
|
|
|
|
return __temp + __value;
|
|
}
|
|
|
|
__MATH_INLINE double __sgn1 (double __x);
|
|
__MATH_INLINE double
|
|
__sgn1 (double __x)
|
|
{
|
|
return __x >= 0.0 ? 1.0 : -1.0;
|
|
}
|
|
|
|
__MATH_INLINE double sqrt (double __x);
|
|
__MATH_INLINE double
|
|
sqrt (double __x)
|
|
{
|
|
register double __value;
|
|
__asm __volatile__
|
|
("fsqrt"
|
|
: "=t" (__value) : "0" (__x));
|
|
|
|
return __value;
|
|
}
|
|
|
|
__MATH_INLINE double fabs (double __x);
|
|
__MATH_INLINE double
|
|
fabs (double __x)
|
|
{
|
|
register double __value;
|
|
__asm __volatile__
|
|
("fabs"
|
|
: "=t" (__value) : "0" (__x));
|
|
|
|
return __value;
|
|
}
|
|
|
|
/* The argument range of this inline version is limited. */
|
|
__MATH_INLINE double sin (double __x);
|
|
__MATH_INLINE double
|
|
sin (double __x)
|
|
{
|
|
register double __value;
|
|
__asm __volatile__
|
|
("fsin"
|
|
: "=t" (__value) : "0" (__x));
|
|
|
|
return __value;
|
|
}
|
|
|
|
/* The argument range of this inline version is limited. */
|
|
__MATH_INLINE double cos (double __x);
|
|
__MATH_INLINE double
|
|
cos (double __x)
|
|
{
|
|
register double __value;
|
|
__asm __volatile__
|
|
("fcos"
|
|
: "=t" (__value): "0" (__x));
|
|
|
|
return __value;
|
|
}
|
|
|
|
__MATH_INLINE double tan (double __x);
|
|
__MATH_INLINE double
|
|
tan (double __x)
|
|
{
|
|
register double __value;
|
|
register double __value2 __attribute__ ((unused));
|
|
__asm __volatile__
|
|
("fptan"
|
|
: "=t" (__value2), "=u" (__value) : "0" (__x));
|
|
|
|
return __value;
|
|
}
|
|
|
|
__MATH_INLINE double atan2 (double __y, double __x);
|
|
__MATH_INLINE double
|
|
atan2 (double __y, double __x)
|
|
{
|
|
register double __value;
|
|
__asm __volatile__
|
|
("fpatan\n\t"
|
|
"fldl %%st(0)"
|
|
: "=t" (__value) : "0" (__x), "u" (__y));
|
|
|
|
return __value;
|
|
}
|
|
|
|
__MATH_INLINE double asin (double __x);
|
|
__MATH_INLINE double
|
|
asin (double __x)
|
|
{
|
|
return atan2 (__x, sqrt (1.0 - __x * __x));
|
|
}
|
|
|
|
__MATH_INLINE double acos (double __x);
|
|
__MATH_INLINE double
|
|
acos (double __x)
|
|
{
|
|
return atan2 (sqrt (1.0 - __x * __x), __x);
|
|
}
|
|
|
|
__MATH_INLINE double atan (double __x);
|
|
__MATH_INLINE double
|
|
atan (double __x)
|
|
{
|
|
register double __value;
|
|
__asm __volatile__
|
|
("fld1\n\t"
|
|
"fpatan"
|
|
: "=t" (__value) : "0" (__x));
|
|
|
|
return __value;
|
|
}
|
|
|
|
__MATH_INLINE double exp (double __x);
|
|
__MATH_INLINE double
|
|
exp (double __x)
|
|
{
|
|
register double __value, __exponent;
|
|
__asm __volatile__
|
|
("fldl2e # e^x = 2^(x * log2(e))\n\t"
|
|
"fmul %%st(1) # x * log2(e)\n\t"
|
|
"fstl %%st(1)\n\t"
|
|
"frndint # int(x * log2(e))\n\t"
|
|
"fxch\n\t"
|
|
"fsub %%st(1) # fract(x * log2(e))\n\t"
|
|
"f2xm1 # 2^(fract(x * log2(e))) - 1\n\t"
|
|
: "=t" (__value), "=u" (__exponent) : "0" (__x));
|
|
__value += 1.0;
|
|
__asm __volatile__
|
|
("fscale"
|
|
: "=t" (__value) : "0" (__value), "u" (__exponent));
|
|
|
|
return __value;
|
|
}
|
|
|
|
__MATH_INLINE double sinh (double __x);
|
|
__MATH_INLINE double
|
|
sinh (double __x)
|
|
{
|
|
register double __exm1 = __expm1 (fabs (__x));
|
|
|
|
return 0.5 * (__exm1 / (__exm1 + 1.0) + __exm1) * __sgn1 (__x);
|
|
}
|
|
|
|
__MATH_INLINE double cosh (double __x);
|
|
__MATH_INLINE double
|
|
cosh (double __x)
|
|
{
|
|
register double __ex = exp (__x);
|
|
|
|
return 0.5 * (__ex + 1.0 / __ex);
|
|
}
|
|
|
|
__MATH_INLINE double tanh (double __x);
|
|
__MATH_INLINE double
|
|
tanh (double __x)
|
|
{
|
|
register double __exm1 = __expm1 (-fabs (__x + __x));
|
|
|
|
return __exm1 / (__exm1 + 2.0) * __sgn1 (-__x);
|
|
}
|
|
|
|
__MATH_INLINE double log (double __x);
|
|
__MATH_INLINE double
|
|
log (double __x)
|
|
{
|
|
register double __value;
|
|
__asm __volatile__
|
|
("fldln2\n\t"
|
|
"fxch\n\t"
|
|
"fyl2x"
|
|
: "=t" (__value) : "0" (__x));
|
|
|
|
return __value;
|
|
}
|
|
|
|
__MATH_INLINE double log10 (double __x);
|
|
__MATH_INLINE double
|
|
log10 (double __x)
|
|
{
|
|
register double __value;
|
|
__asm __volatile__
|
|
("fldlg2\n\t"
|
|
"fxch\n\t"
|
|
"fyl2x"
|
|
: "=t" (__value) : "0" (__x));
|
|
|
|
return __value;
|
|
}
|
|
|
|
__MATH_INLINE double __log2 (double __x);
|
|
__MATH_INLINE double
|
|
__log2 (double __x)
|
|
{
|
|
register double __value;
|
|
__asm __volatile__
|
|
("fld1\n\t"
|
|
"fxch\n\t"
|
|
"fyl2x"
|
|
: "=t" (__value) : "0" (__x));
|
|
|
|
return __value;
|
|
}
|
|
|
|
__MATH_INLINE double fmod (double __x, double __y);
|
|
__MATH_INLINE double
|
|
fmod (double __x, double __y)
|
|
{
|
|
register double __value;
|
|
__asm __volatile__
|
|
("1: fprem\n\t"
|
|
"fstsw %%ax\n\t"
|
|
"sahf\n\t"
|
|
"jp 1b"
|
|
: "=t" (__value) : "0" (__x), "u" (__y) : "ax", "cc");
|
|
|
|
return __value;
|
|
}
|
|
|
|
__MATH_INLINE double ldexp (double __x, int __y);
|
|
__MATH_INLINE double
|
|
ldexp (double __x, int __y)
|
|
{
|
|
register double __value;
|
|
__asm __volatile__
|
|
("fscale"
|
|
: "=t" (__value) : "0" (__x), "u" ((double) __y));
|
|
|
|
return __value;
|
|
}
|
|
|
|
__MATH_INLINE double pow (double __x, double __y);
|
|
__MATH_INLINE double
|
|
pow (double __x, double __y)
|
|
{
|
|
register double __value, __exponent;
|
|
long __p = (long) __y;
|
|
|
|
if (__x == 0.0 && __y > 0.0)
|
|
return 0.0;
|
|
if (__y == (double) __p)
|
|
{
|
|
double __r = 1.0;
|
|
if (__p == 0)
|
|
return 1.0;
|
|
if (__p < 0)
|
|
{
|
|
__p = -__p;
|
|
__x = 1.0 / __x;
|
|
}
|
|
while (1)
|
|
{
|
|
if (__p & 1)
|
|
__r *= __x;
|
|
__p >>= 1;
|
|
if (__p == 0)
|
|
return __r;
|
|
__x *= __x;
|
|
}
|
|
/* NOTREACHED */
|
|
}
|
|
__asm __volatile__
|
|
("fmul %%st(1) # y * log2(x)\n\t"
|
|
"fstl %%st(1)\n\t"
|
|
"frndint # int(y * log2(x))\n\t"
|
|
"fxch\n\t"
|
|
"fsub %%st(1) # fract(y * log2(x))\n\t"
|
|
"f2xm1 # 2^(fract(y * log2(x))) - 1\n\t"
|
|
: "=t" (__value), "=u" (__exponent) : "0" (__log2 (__x)), "1" (__y));
|
|
__value += 1.0;
|
|
__asm __volatile__
|
|
("fscale"
|
|
: "=t" (__value) : "0" (__value), "u" (__exponent));
|
|
|
|
return __value;
|
|
}
|
|
|
|
__MATH_INLINE double floor (double __x);
|
|
__MATH_INLINE double
|
|
floor (double __x)
|
|
{
|
|
register double __value;
|
|
__volatile unsigned short int __cw, __cwtmp;
|
|
|
|
__asm __volatile ("fnstcw %0" : "=m" (__cw));
|
|
__cwtmp = (__cw & 0xf3ff) | 0x0400; /* rounding down */
|
|
__asm __volatile ("fldcw %0" : : "m" (__cwtmp));
|
|
__asm __volatile ("frndint" : "=t" (__value) : "0" (__x));
|
|
__asm __volatile ("fldcw %0" : : "m" (__cw));
|
|
|
|
return __value;
|
|
}
|
|
|
|
__MATH_INLINE double ceil (double __x);
|
|
__MATH_INLINE double
|
|
ceil (double __x)
|
|
{
|
|
register double __value;
|
|
__volatile unsigned short int __cw, __cwtmp;
|
|
|
|
__asm __volatile ("fnstcw %0" : "=m" (__cw));
|
|
__cwtmp = (__cw & 0xf3ff) | 0x0800; /* rounding up */
|
|
__asm __volatile ("fldcw %0" : : "m" (__cwtmp));
|
|
__asm __volatile ("frndint" : "=t" (__value) : "0" (__x));
|
|
__asm __volatile ("fldcw %0" : : "m" (__cw));
|
|
|
|
return __value;
|
|
}
|
|
|
|
|
|
/* Optimized versions for some non-standardized functions. */
|
|
#if defined __USE_ISOC9X || defined __USE_MISC
|
|
|
|
__MATH_INLINE double hypot (double __x, double __y);
|
|
__MATH_INLINE double
|
|
hypot (double __x, double __y)
|
|
{
|
|
return sqrt (__x * __x + __y * __y);
|
|
}
|
|
|
|
__MATH_INLINE double log1p (double __x);
|
|
__MATH_INLINE double
|
|
log1p (double __x)
|
|
{
|
|
register double __value;
|
|
|
|
if (fabs (__x) >= 1.0 - 0.5 * M_SQRT2)
|
|
__value = log (1.0 + __x);
|
|
else
|
|
__asm __volatile__
|
|
("fldln2\n\t"
|
|
"fxch\n\t"
|
|
"fyl2xp1"
|
|
: "=t" (__value) : "0" (__x));
|
|
|
|
return __value;
|
|
}
|
|
|
|
__MATH_INLINE double asinh (double __x);
|
|
__MATH_INLINE double
|
|
asinh (double __x)
|
|
{
|
|
register double __y = fabs (__x);
|
|
|
|
return log1p ((__y * __y / (sqrt (__y * __y + 1.0) + 1.0) + __y)
|
|
* __sgn1 (__x));
|
|
}
|
|
|
|
__MATH_INLINE double acosh (double __x);
|
|
__MATH_INLINE double
|
|
acosh (double __x)
|
|
{
|
|
return log (__x + sqrt (__x - 1.0) * sqrt (__x + 1.0));
|
|
}
|
|
|
|
__MATH_INLINE double atanh (double __x);
|
|
__MATH_INLINE double
|
|
atanh (double __x)
|
|
{
|
|
register double __y = fabs (__x);
|
|
|
|
return -0.5 * __log1p (-(__y + __y) / (1.0 + __y)) * __sgn1 (__x);
|
|
}
|
|
|
|
__MATH_INLINE double logb (double __x);
|
|
__MATH_INLINE double
|
|
logb (double __x)
|
|
{
|
|
register double __value, __junk;
|
|
__asm __volatile__
|
|
("fxtract\n\t"
|
|
: "=t" (__value), "=u" (__junk) : "0" (__x));
|
|
|
|
return __value;
|
|
}
|
|
|
|
__MATH_INLINE double drem (double __x, double __y);
|
|
__MATH_INLINE double
|
|
drem (double __x, double __y)
|
|
{
|
|
register double __value;
|
|
__asm __volatile__
|
|
("1: fprem1\n\t"
|
|
"fstsw %%ax\n\t"
|
|
"sahf\n\t"
|
|
"jp 1b"
|
|
: "=t" (__value) : "0" (__x), "u" (__y) : "ax", "cc");
|
|
|
|
return __value;
|
|
}
|
|
|
|
/* This function is used in the `isfinite' macro. */
|
|
__MATH_INLINE int __finite (double __x);
|
|
__MATH_INLINE int
|
|
__finite (double __x)
|
|
{
|
|
register int __result;
|
|
__asm__ __volatile__
|
|
("orl $0x800fffff, %0\n\t"
|
|
"incl %0\n\t"
|
|
"shrl $31, %0"
|
|
: "=q" (__result) : "0" (((int *) &__x)[1]));
|
|
return __result;
|
|
}
|
|
|
|
|
|
/* ISO C 9X defines some macros to perform unordered comparisons. The
|
|
ix87 FPU supports this with special opcodes and we should use them.
|
|
These must not be inline functions since we have to be able to handle
|
|
all floating-point types. */
|
|
#undef isgreater
|
|
#define isgreater(x, y) \
|
|
({ int result; \
|
|
__asm__ ("fucompp; fnstsw; andb $0x45, %%ah; setz %%al;" \
|
|
"andl $0xff, %0" \
|
|
: "=a" (result) : "t" (x), "u" (y) : "cc"); \
|
|
result; })
|
|
|
|
#undef isgreaterequal
|
|
#define isgreaterequal(x, y) \
|
|
({ int result; \
|
|
__asm__ ("fucompp; fnstsw; testb $0x05, %%ah; setz %%al;" \
|
|
"andl $0xff, %0" \
|
|
: "=a" (result) : "t" (x), "u" (y) : "cc"); \
|
|
result; })
|
|
|
|
#undef isless
|
|
#define isless(x, y) \
|
|
({ int result; \
|
|
__asm__ ("fucompp; fnstsw; xorb $0x01, %%ah; testb $0x45, %%ah;" \
|
|
"setz %%al; andl $0xff, %0" \
|
|
: "=a" (result) : "t" (x), "u" (y) : "cc"); \
|
|
result; })
|
|
|
|
#undef islessequal
|
|
#define islessequal(x, y) \
|
|
({ int result; \
|
|
__asm__ ("fucompp; fnstsw; xorb $0x01, %%ah; testb $0x05, %%ah;" \
|
|
"setz %%al; andl $0xff, %0" \
|
|
: "=a" (result) : "t" (x), "u" (y) : "cc"); \
|
|
result; })
|
|
|
|
#undef islessgreater
|
|
#define islessgreater(x, y) \
|
|
({ int result; \
|
|
__asm__ ("fucompp; fnstsw; testb $0x44, %%ah; setz %%al;" \
|
|
"andl $0xff, %0" \
|
|
: "=a" (result) : "t" (x), "u" (y) : "cc"); \
|
|
result; })
|
|
|
|
#undef isunordered
|
|
#define isunordered(x, y) \
|
|
({ int result; \
|
|
__asm__ ("fucompp; fnstsw; sahf; setp %%al; andl $0xff, %0" \
|
|
: "=a" (result) : "t" (x), "u" (y) : "cc"); \
|
|
result; })
|
|
#endif
|
|
|
|
|
|
#ifdef __USE_MISC
|
|
__MATH_INLINE double coshm1 (double __x);
|
|
__MATH_INLINE double
|
|
coshm1 (double __x)
|
|
{
|
|
register double __exm1 = __expm1 (fabs (__x));
|
|
|
|
return 0.5 * (__exm1 / (__exm1 + 1.0)) * __exm1;
|
|
}
|
|
|
|
__MATH_INLINE double acosh1p (double __x);
|
|
__MATH_INLINE double
|
|
acosh1p (double __x)
|
|
{
|
|
return __log1p (__x + sqrt (__x) * sqrt (__x + 2.0));
|
|
}
|
|
|
|
__MATH_INLINE void sincos (double __x, double *__sinx, double *__cosx);
|
|
__MATH_INLINE void
|
|
sincos (double __x, double *__sinx, double *__cosx)
|
|
{
|
|
register double __cosr, __sinr;
|
|
__asm __volatile__
|
|
("fsincos\n\t"
|
|
"fnstsw %%ax\n\t"
|
|
"testl $0x400, %%eax\n\t"
|
|
"jz 1f\n\t"
|
|
"fldpi\n\t"
|
|
"fadd %%st(0)\n\t"
|
|
"fxch %%st(1)\n\t"
|
|
"2: fprem1\n\t"
|
|
"fnstsw %%ax\n\t"
|
|
"testl $0x400, %%eax\n\t"
|
|
"jnz 2b\n\t"
|
|
"fstp %%st(1)\n\t"
|
|
"fsincos\n\t"
|
|
"1:"
|
|
: "=t" (__cosr), "=u" (__sinr) : "0" (__x));
|
|
|
|
*__sinx = __sinr;
|
|
*__cosx = __cosr;
|
|
}
|
|
|
|
__MATH_INLINE double sgn (double __x);
|
|
__MATH_INLINE double
|
|
sgn (double __x)
|
|
{
|
|
return __x == 0.0 ? 0.0 : (__x > 0.0 ? 1.0 : -1.0);
|
|
}
|
|
|
|
__MATH_INLINE double pow2 (double __x);
|
|
__MATH_INLINE double
|
|
pow2 (double __x)
|
|
{
|
|
register double __value, __exponent;
|
|
long __p = (long) __x;
|
|
|
|
if (__x == (double) __p)
|
|
return ldexp (1.0, __p);
|
|
|
|
__asm __volatile__
|
|
("fldl %%st(0)\n\t"
|
|
"frndint # int(x)\n\t"
|
|
"fxch\n\t"
|
|
"fsub %%st(1) # fract(x)\n\t"
|
|
"f2xm1 # 2^(fract(x)) - 1\n\t"
|
|
: "=t" (__value), "=u" (__exponent) : "0" (__x));
|
|
__value += 1.0;
|
|
__asm __volatile__
|
|
("fscale"
|
|
: "=t" (__value) : "0" (__value), "u" (__exponent));
|
|
|
|
return __value;
|
|
}
|
|
|
|
#endif /* __USE_MISC */
|
|
|
|
#endif /* __NO_MATH_INLINES */
|
|
#endif /* __GNUC__ */
|
|
|
|
#endif /* __MATH_H */
|