freebsd-dev/lib/libc/ia64/gen
Mike Barcroft 5d62092f94 o Implement C99 classification macros isfinite(), isinf(), isnan(),
isnormal().  The current isinf() and isnan() are perserved for
  binary compatibility with 5.0, but new programs will use the macros.
o Implement C99 comparison macros isgreater(), isgreaterequal(),
  isless(), islessequal(), islessgreater(), isunordered().

Submitted by:	David Schultz <dschultz@uclink.Berkeley.EDU>
2003-02-12 20:03:41 +00:00
..
__divdf3.S Add __divdf3(), __divsf3() and __infinity[]. 2001-10-20 15:17:31 +00:00
__divdi3.S
__divsf3.S Add __divdf3(), __divsf3() and __infinity[]. 2001-10-20 15:17:31 +00:00
__divsi3.S
__moddi3.S Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
__modsi3.S
__udivdi3.S
__udivsi3.S
__umoddi3.S Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
__umodsi3.S
_setjmp.S o Fix _longjmp() to return 1 when the return value is given as 0. 2002-11-14 06:40:23 +00:00
fabs.S
fpgetmask.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
fpgetround.c Implement missing fpgetround() and fpsetround(). 2003-01-11 07:24:54 +00:00
fpsetmask.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
fpsetround.c Implement missing fpgetround() and fpsetround(). 2003-01-11 07:24:54 +00:00
frexp.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
infinity.c Implement fpclassify(): 2003-02-08 20:37:55 +00:00
isinf.c o Implement C99 classification macros isfinite(), isinf(), isnan(), 2003-02-12 20:03:41 +00:00
ldexp.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
Makefile.inc Implement missing fpgetround() and fpsetround(). 2003-01-11 07:24:54 +00:00
modf.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
setjmp.S ia64 ABI breaker: 2002-11-11 08:11:44 +00:00
sigsetjmp.S ia64 ABI breaker: 2002-11-11 08:11:44 +00:00
unwind.c Implement _Unwind_FindTableEntry(). This function is part of GCC 2002-04-13 04:06:34 +00:00