freebsd-dev/lib/libc/sparc64/gen
Archie Cobbs 83999f5a32 Re-apply the previously backed-out commit that fixes the problem where
HUGE_VAL is not properly aligned on some architectures. The previous
fix now works because the two versions of 'math.h' (include/math.h
and lib/msun/src/math.h) have since been merged into one.

PR:	bin/43544
2002-10-31 23:05:20 +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
fpgetmask.c Add implementations of fpgetmask(), fpgetround(), fpgetsticky(), 2002-09-14 18:06:21 +00:00
fpgetround.c Add implementations of fpgetmask(), fpgetround(), fpgetsticky(), 2002-09-14 18:06:21 +00:00
fpgetsticky.c Add implementations of fpgetmask(), fpgetround(), fpgetsticky(), 2002-09-14 18:06:21 +00:00
fpsetmask.c Use the macros from machine/fsr.h; some minor cleanups. 2002-09-14 18:07:03 +00:00
fpsetround.c Add implementations of fpgetmask(), fpgetround(), fpgetsticky(), 2002-09-14 18:06:21 +00:00
fpsetsticky.c Add implementations of fpgetmask(), fpgetround(), fpgetsticky(), 2002-09-14 18:06:21 +00:00
frexp.c Add frexp(3). 2002-06-29 03:23:18 +00:00
infinity.c Re-apply the previously backed-out commit that fixes the problem where 2002-10-31 23:05:20 +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 implementations of fpgetmask(), fpgetround(), fpgetsticky(), 2002-09-14 18:06:21 +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