freebsd-dev/lib/libc/sparc64/gen
Thomas Moestl f085ae60c0 Add an implementation of fabs() (which is quite trivial).
When it is called directly, gcc is smart enough to generate inline
code for it, which is why it wasn't noticed before that it was missing.

fabs() would probably better fit into libm, but it has traditionally been
in libc on FreeBSD, so there is probably software around that makes
assumptions about this by now.
2002-09-13 16:01:26 +00:00
..
_setjmp.S Use __FBSDID. 2002-06-29 03:23:51 +00:00
assym.s Account for <machine/fsr.h> no longer being usable for assembler code. 2002-03-11 03:13:02 +00:00
fabs.S Add an implementation of fabs() (which is quite trivial). 2002-09-13 16:01:26 +00:00
fixunsdfsi.S Use __FBSDID. 2002-06-29 03:23:51 +00:00
flt_rounds.c
fpsetmask.c Add fpsetmask(). Needed to build miniperl. 2002-03-05 04:03:57 +00:00
frexp.c Add frexp(3). 2002-06-29 03:23:18 +00:00
infinity.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
isinf.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
ldexp.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
Makefile.inc Add an implementation of fabs() (which is quite trivial). 2002-09-13 16:01:26 +00:00
modf.S Use __FBSDID. 2002-06-29 03:23:51 +00:00
setjmp.S Use __FBSDID. 2002-06-29 03:23:51 +00:00
sigsetjmp.S Use __FBSDID. 2002-06-29 03:23:51 +00:00