libc: first batch of libm work
authorAlan Cox <alan@linux.intel.com>
Mon, 20 Jun 2016 19:02:04 +0000 (20:02 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 20 Jun 2016 19:02:04 +0000 (20:02 +0100)
commitdc4f61ea8ba2bd57e848724802074f763df6e329
tree4d6159f2c89214aa48d0740a6fb3ce382e63186d
parent170f019f1387d97b57b8f2881c06ceb3d4cf99b5
libc: first batch of libm work
45 files changed:
Library/include/math.h
Library/libs/API.list
Library/libs/Makefile
Library/libs/README.musl [new file with mode: 0644]
Library/libs/acos.c [new file with mode: 0644]
Library/libs/acosf.c [new file with mode: 0644]
Library/libs/acosh.c [new file with mode: 0644]
Library/libs/acoshf.c [new file with mode: 0644]
Library/libs/asin.c [new file with mode: 0644]
Library/libs/asinf.c [new file with mode: 0644]
Library/libs/asinh.c [new file with mode: 0644]
Library/libs/asinhf.c [new file with mode: 0644]
Library/libs/atan.c [new file with mode: 0644]
Library/libs/atan2.c [new file with mode: 0644]
Library/libs/atan2f.c [new file with mode: 0644]
Library/libs/atanf.c [new file with mode: 0644]
Library/libs/atanh.c [new file with mode: 0644]
Library/libs/atanhf.c [new file with mode: 0644]
Library/libs/ceil.c [new file with mode: 0644]
Library/libs/ceilf.c [new file with mode: 0644]
Library/libs/cos.c [new file with mode: 0644]
Library/libs/cosf.c [new file with mode: 0644]
Library/libs/cosh.c [new file with mode: 0644]
Library/libs/coshf.c [new file with mode: 0644]
Library/libs/exp.c [new file with mode: 0644]
Library/libs/expf.c [new file with mode: 0644]
Library/libs/fabs.c [new file with mode: 0644]
Library/libs/fabsf.c [new file with mode: 0644]
Library/libs/floor.c [new file with mode: 0644]
Library/libs/floorf.c [new file with mode: 0644]
Library/libs/fmod.c [new file with mode: 0644]
Library/libs/fmodf.c [new file with mode: 0644]
Library/libs/frexp.c [new file with mode: 0644]
Library/libs/frexpf.c [new file with mode: 0644]
Library/libs/hypot.c [new file with mode: 0644]
Library/libs/hypotf.c [new file with mode: 0644]
Library/libs/libm.h [new file with mode: 0644]
Library/libs/nan.c [new file with mode: 0644]
Library/libs/nanf.c [new file with mode: 0644]
Library/libs/scalbinf.c [new file with mode: 0644]
Library/libs/scalbln.c [new file with mode: 0644]
Library/libs/scalbn.c [new file with mode: 0644]
Library/libs/scalbnf.c [new file with mode: 0644]
Library/libs/sqrt.c [new file with mode: 0644]
Library/libs/sqrtf.c [new file with mode: 0644]