OSDN Git Service

- add long double math wrappers (Ned Ludd)
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 3 Oct 2008 14:24:28 +0000 (14:24 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 3 Oct 2008 14:24:28 +0000 (14:24 -0000)
commitfeeb0301b31a5ad4ea0594b17e4720bbe3308a3b
treeae71a3f81309a3068335ec30f021333454bccbc6
parent2ba017a2d5af01cc3ef0dc554252a521e8d7c4f8
- add long double math wrappers (Ned Ludd)
27 files changed:
Rules.mak
extra/Configs/Config.in.arch
include/complex.h
include/math.h
include/tgmath.h
libc/sysdeps/linux/alpha/bits/mathdef.h
libc/sysdeps/linux/alpha/bits/wordsize.h
libc/sysdeps/linux/arm/bits/mathdef.h
libc/sysdeps/linux/common/bits/mathdef.h
libc/sysdeps/linux/i386/bits/mathdef.h
libc/sysdeps/linux/ia64/bits/mathdef.h
libc/sysdeps/linux/m68k/bits/mathdef.h
libc/sysdeps/linux/mips/bits/mathdef.h
libc/sysdeps/linux/nios/bits/mathdef.h
libc/sysdeps/linux/nios2/bits/mathdef.h
libc/sysdeps/linux/powerpc/bits/mathdef.h
libc/sysdeps/linux/powerpc/bits/wordsize.h
libc/sysdeps/linux/sh/bits/mathdef.h
libc/sysdeps/linux/sparc/bits/mathdef.h
libc/sysdeps/linux/sparc/bits/mathinline.h
libc/sysdeps/linux/sparc/bits/wordsize.h
libc/sysdeps/linux/x86_64/bits/mathdef.h
libc/sysdeps/linux/xtensa/bits/mathdef.h
libm/Makefile.in
libm/ldouble_wrappers.c [new file with mode: 0644]
libm/nan.c
test/math/Makefile