altos: Add floating point math functions from newlib
authorKeith Packard <keithp@keithp.com>
Fri, 25 Oct 2013 11:00:49 +0000 (04:00 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 25 Oct 2013 11:00:49 +0000 (04:00 -0700)
commitb83876718b1a535ee04ca0351ad57814454ec646
treea78c9412b2b81f50059853073b7e25fb879d85c2
parent039446f54ef6968a3f0b37ce32ca6bdcdbe62546
altos: Add floating point math functions from newlib

These are all BSD licensed, so we can simply include them directly

Signed-off-by: Keith Packard <keithp@keithp.com>
15 files changed:
src/math/ef_acos.c [new file with mode: 0644]
src/math/ef_rem_pio2.c [new file with mode: 0644]
src/math/ef_sqrt.c [new file with mode: 0644]
src/math/fdlibm.h [new file with mode: 0644]
src/math/ieeefp.h [new file with mode: 0644]
src/math/kf_cos.c [new file with mode: 0644]
src/math/kf_rem_pio2.c [new file with mode: 0644]
src/math/kf_sin.c [new file with mode: 0644]
src/math/machine/ieeefp.h [new file with mode: 0644]
src/math/math.h [new file with mode: 0644]
src/math/sf_copysign.c [new file with mode: 0644]
src/math/sf_cos.c [new file with mode: 0644]
src/math/sf_fabs.c [new file with mode: 0644]
src/math/sf_floor.c [new file with mode: 0644]
src/math/sf_scalbn.c [new file with mode: 0644]