initial commit
authornsz <nsz@port70.net>
Sat, 3 Mar 2012 18:14:58 +0000 (19:14 +0100)
committernsz <nsz@port70.net>
Sat, 3 Mar 2012 18:14:58 +0000 (19:14 +0100)
commitfc04675a09587031d5daebcb877b73976890b71d
treecf099817accd7ea2e541add6f4977d3ed17bebd6
initial commit
414 files changed:
Makefile [new file with mode: 0644]
arch/arm/atomic.h [new file with mode: 0644]
arch/arm/bits/alltypes.h.sh [new file with mode: 0755]
arch/arm/bits/endian.h [new file with mode: 0644]
arch/arm/bits/errno.h [new file with mode: 0644]
arch/arm/bits/fcntl.h [new file with mode: 0644]
arch/arm/bits/fenv.h [new file with mode: 0644]
arch/arm/bits/float.h [new file with mode: 0644]
arch/arm/bits/ioctl.h [new file with mode: 0644]
arch/arm/bits/ipc.h [new file with mode: 0644]
arch/arm/bits/limits.h [new file with mode: 0644]
arch/arm/bits/mman.h [new file with mode: 0644]
arch/arm/bits/msg.h [new file with mode: 0644]
arch/arm/bits/posix.h [new file with mode: 0644]
arch/arm/bits/reg.h [new file with mode: 0644]
arch/arm/bits/setjmp.h [new file with mode: 0644]
arch/arm/bits/shm.h [new file with mode: 0644]
arch/arm/bits/signal.h [new file with mode: 0644]
arch/arm/bits/socket.h [new file with mode: 0644]
arch/arm/bits/stat.h [new file with mode: 0644]
arch/arm/bits/statfs.h [new file with mode: 0644]
arch/arm/bits/stdarg.h [new file with mode: 0644]
arch/arm/bits/stdint.h [new file with mode: 0644]
arch/arm/bits/syscall.h [new file with mode: 0644]
arch/arm/bits/termios.h [new file with mode: 0644]
arch/arm/bits/user.h [new file with mode: 0644]
arch/arm/bits/wchar.h [new file with mode: 0644]
arch/arm/pthread_arch.h [new file with mode: 0644]
arch/arm/reloc.h [new file with mode: 0644]
arch/i386/atomic.h [new file with mode: 0644]
arch/i386/bits/alltypes.h [new file with mode: 0644]
arch/i386/bits/alltypes.h.sh [new file with mode: 0755]
arch/i386/bits/endian.h [new file with mode: 0644]
arch/i386/bits/errno.h [new file with mode: 0644]
arch/i386/bits/fcntl.h [new file with mode: 0644]
arch/i386/bits/fenv.h [new file with mode: 0644]
arch/i386/bits/float.h [new file with mode: 0644]
arch/i386/bits/ioctl.h [new file with mode: 0644]
arch/i386/bits/ipc.h [new file with mode: 0644]
arch/i386/bits/limits.h [new file with mode: 0644]
arch/i386/bits/mman.h [new file with mode: 0644]
arch/i386/bits/msg.h [new file with mode: 0644]
arch/i386/bits/posix.h [new file with mode: 0644]
arch/i386/bits/reg.h [new file with mode: 0644]
arch/i386/bits/setjmp.h [new file with mode: 0644]
arch/i386/bits/shm.h [new file with mode: 0644]
arch/i386/bits/signal.h [new file with mode: 0644]
arch/i386/bits/socket.h [new file with mode: 0644]
arch/i386/bits/stat.h [new file with mode: 0644]
arch/i386/bits/statfs.h [new file with mode: 0644]
arch/i386/bits/stdarg.h [new file with mode: 0644]
arch/i386/bits/stdint.h [new file with mode: 0644]
arch/i386/bits/syscall.h [new file with mode: 0644]
arch/i386/bits/termios.h [new file with mode: 0644]
arch/i386/bits/user.h [new file with mode: 0644]
arch/i386/bits/wchar.h [new file with mode: 0644]
arch/i386/pthread_arch.h [new file with mode: 0644]
arch/i386/reloc.h [new file with mode: 0644]
arch/x86_64/atomic.h [new file with mode: 0644]
arch/x86_64/bits/alltypes.h.sh [new file with mode: 0755]
arch/x86_64/bits/endian.h [new file with mode: 0644]
arch/x86_64/bits/errno.h [new file with mode: 0644]
arch/x86_64/bits/fcntl.h [new file with mode: 0644]
arch/x86_64/bits/fenv.h [new file with mode: 0644]
arch/x86_64/bits/float.h [new file with mode: 0644]
arch/x86_64/bits/ioctl.h [new file with mode: 0644]
arch/x86_64/bits/ipc.h [new file with mode: 0644]
arch/x86_64/bits/limits.h [new file with mode: 0644]
arch/x86_64/bits/mman.h [new file with mode: 0644]
arch/x86_64/bits/msg.h [new file with mode: 0644]
arch/x86_64/bits/posix.h [new file with mode: 0644]
arch/x86_64/bits/reg.h [new file with mode: 0644]
arch/x86_64/bits/setjmp.h [new file with mode: 0644]
arch/x86_64/bits/shm.h [new file with mode: 0644]
arch/x86_64/bits/signal.h [new file with mode: 0644]
arch/x86_64/bits/socket.h [new file with mode: 0644]
arch/x86_64/bits/stat.h [new file with mode: 0644]
arch/x86_64/bits/statfs.h [new file with mode: 0644]
arch/x86_64/bits/stdarg.h [new file with mode: 0644]
arch/x86_64/bits/stdint.h [new file with mode: 0644]
arch/x86_64/bits/syscall.h [new file with mode: 0644]
arch/x86_64/bits/termios.h [new file with mode: 0644]
arch/x86_64/bits/user.h [new file with mode: 0644]
arch/x86_64/bits/wchar.h [new file with mode: 0644]
arch/x86_64/pthread_arch.h [new file with mode: 0644]
arch/x86_64/reloc.h [new file with mode: 0644]
config.mak [new file with mode: 0644]
include/complex.h [new file with mode: 0644]
include/fenv.h [new file with mode: 0644]
include/float.h [new file with mode: 0644]
include/limits.h [new file with mode: 0644]
include/math.h [new file with mode: 0644]
include/stddef.h [new file with mode: 0644]
include/stdint.h [new file with mode: 0644]
include/tgmath.h [new file with mode: 0644]
src/fenv/fegetexceptflag.c [new file with mode: 0644]
src/fenv/feholdexcept.c [new file with mode: 0644]
src/fenv/fenv.c [new file with mode: 0644]
src/fenv/fesetexceptflag.c [new file with mode: 0644]
src/fenv/feupdateenv.c [new file with mode: 0644]
src/fenv/i386/fenv.s [new file with mode: 0644]
src/fenv/x86_64/fenv.s [new file with mode: 0644]
src/internal/ldhack.h [new file with mode: 0644]
src/internal/libm.h [new file with mode: 0644]
src/math/__cos.c [new file with mode: 0644]
src/math/__cosdf.c [new file with mode: 0644]
src/math/__cosl.c [new file with mode: 0644]
src/math/__exp.c [new file with mode: 0644]
src/math/__expf.c [new file with mode: 0644]
src/math/__fpclassify.c [new file with mode: 0644]
src/math/__fpclassifyf.c [new file with mode: 0644]
src/math/__fpclassifyl.c [new file with mode: 0644]
src/math/__invtrigl.c [new file with mode: 0644]
src/math/__invtrigl.h [new file with mode: 0644]
src/math/__log1p.h [new file with mode: 0644]
src/math/__log1pf.h [new file with mode: 0644]
src/math/__polevll.c [new file with mode: 0644]
src/math/__rem_pio2.c [new file with mode: 0644]
src/math/__rem_pio2_slow.c [new file with mode: 0644]
src/math/__rem_pio2f.c [new file with mode: 0644]
src/math/__rem_pio2l.h [new file with mode: 0644]
src/math/__signbit.c [new file with mode: 0644]
src/math/__signbitf.c [new file with mode: 0644]
src/math/__signbitl.c [new file with mode: 0644]
src/math/__sin.c [new file with mode: 0644]
src/math/__sindf.c [new file with mode: 0644]
src/math/__sinl.c [new file with mode: 0644]
src/math/__tan.c [new file with mode: 0644]
src/math/__tandf.c [new file with mode: 0644]
src/math/__tanl.c [new file with mode: 0644]
src/math/acos.c [new file with mode: 0644]
src/math/acosf.c [new file with mode: 0644]
src/math/acosh.c [new file with mode: 0644]
src/math/acoshf.c [new file with mode: 0644]
src/math/acoshl.c [new file with mode: 0644]
src/math/acosl.c [new file with mode: 0644]
src/math/asin.c [new file with mode: 0644]
src/math/asinf.c [new file with mode: 0644]
src/math/asinh.c [new file with mode: 0644]
src/math/asinhf.c [new file with mode: 0644]
src/math/asinhl.c [new file with mode: 0644]
src/math/asinl.c [new file with mode: 0644]
src/math/atan.c [new file with mode: 0644]
src/math/atan2.c [new file with mode: 0644]
src/math/atan2f.c [new file with mode: 0644]
src/math/atan2l.c [new file with mode: 0644]
src/math/atanf.c [new file with mode: 0644]
src/math/atanh.c [new file with mode: 0644]
src/math/atanhf.c [new file with mode: 0644]
src/math/atanhl.c [new file with mode: 0644]
src/math/atanl.c [new file with mode: 0644]
src/math/cbrt.c [new file with mode: 0644]
src/math/cbrtf.c [new file with mode: 0644]
src/math/cbrtl.c [new file with mode: 0644]
src/math/ceil.c [new file with mode: 0644]
src/math/ceilf.c [new file with mode: 0644]
src/math/ceill.c [new file with mode: 0644]
src/math/copysign.c [new file with mode: 0644]
src/math/copysignf.c [new file with mode: 0644]
src/math/copysignl.c [new file with mode: 0644]
src/math/cos.c [new file with mode: 0644]
src/math/cosf.c [new file with mode: 0644]
src/math/cosh.c [new file with mode: 0644]
src/math/coshf.c [new file with mode: 0644]
src/math/coshl.c [new file with mode: 0644]
src/math/cosl.c [new file with mode: 0644]
src/math/erf.c [new file with mode: 0644]
src/math/erff.c [new file with mode: 0644]
src/math/erfl.c [new file with mode: 0644]
src/math/exp.c [new file with mode: 0644]
src/math/exp2.c [new file with mode: 0644]
src/math/exp2f.c [new file with mode: 0644]
src/math/exp2l.c [new file with mode: 0644]
src/math/expf.c [new file with mode: 0644]
src/math/expl.c [new file with mode: 0644]
src/math/expm1.c [new file with mode: 0644]
src/math/expm1f.c [new file with mode: 0644]
src/math/expm1l.c [new file with mode: 0644]
src/math/fabs.c [new file with mode: 0644]
src/math/fabsf.c [new file with mode: 0644]
src/math/fabsl.c [new file with mode: 0644]
src/math/fdim.c [new file with mode: 0644]
src/math/fdimf.c [new file with mode: 0644]
src/math/fdiml.c [new file with mode: 0644]
src/math/floor.c [new file with mode: 0644]
src/math/floorf.c [new file with mode: 0644]
src/math/floorl.c [new file with mode: 0644]
src/math/fma.c [new file with mode: 0644]
src/math/fmaf.c [new file with mode: 0644]
src/math/fmal.c [new file with mode: 0644]
src/math/fmax.c [new file with mode: 0644]
src/math/fmaxf.c [new file with mode: 0644]
src/math/fmaxl.c [new file with mode: 0644]
src/math/fmin.c [new file with mode: 0644]
src/math/fminf.c [new file with mode: 0644]
src/math/fminl.c [new file with mode: 0644]
src/math/fmod.c [new file with mode: 0644]
src/math/fmodf.c [new file with mode: 0644]
src/math/fmodl.c [new file with mode: 0644]
src/math/frexp.c [new file with mode: 0644]
src/math/frexpf.c [new file with mode: 0644]
src/math/frexpl.c [new file with mode: 0644]
src/math/hypot.c [new file with mode: 0644]
src/math/hypotf.c [new file with mode: 0644]
src/math/hypotl.c [new file with mode: 0644]
src/math/i386/sqrt.s [new file with mode: 0644]
src/math/i386/sqrtf.s [new file with mode: 0644]
src/math/i386/sqrtl.s [new file with mode: 0644]
src/math/ilogb.c [new file with mode: 0644]
src/math/ilogbf.c [new file with mode: 0644]
src/math/ilogbl.c [new file with mode: 0644]
src/math/j0.c [new file with mode: 0644]
src/math/j0f.c [new file with mode: 0644]
src/math/j1.c [new file with mode: 0644]
src/math/j1f.c [new file with mode: 0644]
src/math/jn.c [new file with mode: 0644]
src/math/jnf.c [new file with mode: 0644]
src/math/ldexp.c [new file with mode: 0644]
src/math/ldexpf.c [new file with mode: 0644]
src/math/ldexpl.c [new file with mode: 0644]
src/math/lgamma.c [new file with mode: 0644]
src/math/lgamma_r.c [new file with mode: 0644]
src/math/lgammaf.c [new file with mode: 0644]
src/math/lgammaf_r.c [new file with mode: 0644]
src/math/lgammal.c [new file with mode: 0644]
src/math/llrint.c [new file with mode: 0644]
src/math/llrintf.c [new file with mode: 0644]
src/math/llrintl.c [new file with mode: 0644]
src/math/llround.c [new file with mode: 0644]
src/math/llroundf.c [new file with mode: 0644]
src/math/llroundl.c [new file with mode: 0644]
src/math/log.c [new file with mode: 0644]
src/math/log10.c [new file with mode: 0644]
src/math/log10f.c [new file with mode: 0644]
src/math/log10l.c [new file with mode: 0644]
src/math/log1p.c [new file with mode: 0644]
src/math/log1pf.c [new file with mode: 0644]
src/math/log1pl.c [new file with mode: 0644]
src/math/log2.c [new file with mode: 0644]
src/math/log2f.c [new file with mode: 0644]
src/math/log2l.c [new file with mode: 0644]
src/math/logb.c [new file with mode: 0644]
src/math/logbf.c [new file with mode: 0644]
src/math/logbl.c [new file with mode: 0644]
src/math/logf.c [new file with mode: 0644]
src/math/logl.c [new file with mode: 0644]
src/math/lrint.c [new file with mode: 0644]
src/math/lrintf.c [new file with mode: 0644]
src/math/lrintl.c [new file with mode: 0644]
src/math/lround.c [new file with mode: 0644]
src/math/lroundf.c [new file with mode: 0644]
src/math/lroundl.c [new file with mode: 0644]
src/math/modf.c [new file with mode: 0644]
src/math/modff.c [new file with mode: 0644]
src/math/modfl.c [new file with mode: 0644]
src/math/nearbyint.c [new file with mode: 0644]
src/math/nearbyintf.c [new file with mode: 0644]
src/math/nearbyintl.c [new file with mode: 0644]
src/math/nextafter.c [new file with mode: 0644]
src/math/nextafterf.c [new file with mode: 0644]
src/math/nextafterl.c [new file with mode: 0644]
src/math/nexttoward.c [new file with mode: 0644]
src/math/nexttowardf.c [new file with mode: 0644]
src/math/nexttowardl.c [new file with mode: 0644]
src/math/pow.c [new file with mode: 0644]
src/math/powf.c [new file with mode: 0644]
src/math/powl.c [new file with mode: 0644]
src/math/remainder.c [new file with mode: 0644]
src/math/remainderf.c [new file with mode: 0644]
src/math/remainderl.c [new file with mode: 0644]
src/math/remquo.c [new file with mode: 0644]
src/math/remquof.c [new file with mode: 0644]
src/math/remquol.c [new file with mode: 0644]
src/math/rint.c [new file with mode: 0644]
src/math/rintf.c [new file with mode: 0644]
src/math/rintl.c [new file with mode: 0644]
src/math/round.c [new file with mode: 0644]
src/math/roundf.c [new file with mode: 0644]
src/math/roundl.c [new file with mode: 0644]
src/math/scalb.c [new file with mode: 0644]
src/math/scalbf.c [new file with mode: 0644]
src/math/scalbln.c [new file with mode: 0644]
src/math/scalblnf.c [new file with mode: 0644]
src/math/scalblnl.c [new file with mode: 0644]
src/math/scalbn.c [new file with mode: 0644]
src/math/scalbnf.c [new file with mode: 0644]
src/math/scalbnl.c [new file with mode: 0644]
src/math/signgam.c [new file with mode: 0644]
src/math/sin.c [new file with mode: 0644]
src/math/sinf.c [new file with mode: 0644]
src/math/sinh.c [new file with mode: 0644]
src/math/sinhf.c [new file with mode: 0644]
src/math/sinhl.c [new file with mode: 0644]
src/math/sinl.c [new file with mode: 0644]
src/math/sqrt.c [new file with mode: 0644]
src/math/sqrtf.c [new file with mode: 0644]
src/math/sqrtl.c [new file with mode: 0644]
src/math/tan.c [new file with mode: 0644]
src/math/tanf.c [new file with mode: 0644]
src/math/tanh.c [new file with mode: 0644]
src/math/tanhf.c [new file with mode: 0644]
src/math/tanhl.c [new file with mode: 0644]
src/math/tanl.c [new file with mode: 0644]
src/math/tgammal.c [new file with mode: 0644]
src/math/trunc.c [new file with mode: 0644]
src/math/truncf.c [new file with mode: 0644]
src/math/truncl.c [new file with mode: 0644]
src/math/x86_64/e_sqrt.s [new file with mode: 0644]
src/math/x86_64/e_sqrtf.s [new file with mode: 0644]
src/math/x86_64/e_sqrtl.s [new file with mode: 0644]
test/io/Makefile [new file with mode: 0644]
test/io/cr/README [new file with mode: 0644]
test/io/cr/acos.testdata [new file with mode: 0644]
test/io/cr/acospi.testdata [new file with mode: 0644]
test/io/cr/asin.testdata [new file with mode: 0644]
test/io/cr/asinpi.testdata [new file with mode: 0644]
test/io/cr/atan.testdata [new file with mode: 0644]
test/io/cr/atanpi.testdata [new file with mode: 0644]
test/io/cr/cos.testdata [new file with mode: 0644]
test/io/cr/cosh.testdata [new file with mode: 0644]
test/io/cr/cospi.testdata [new file with mode: 0644]
test/io/cr/exp.testdata [new file with mode: 0644]
test/io/cr/expm1.testdata [new file with mode: 0644]
test/io/cr/log.testdata [new file with mode: 0644]
test/io/cr/log10.testdata [new file with mode: 0644]
test/io/cr/log1p.testdata [new file with mode: 0644]
test/io/cr/log2.testdata [new file with mode: 0644]
test/io/cr/pow.testdata [new file with mode: 0644]
test/io/cr/sin.testdata [new file with mode: 0644]
test/io/cr/sinh.testdata [new file with mode: 0644]
test/io/cr/sinpi.testdata [new file with mode: 0644]
test/io/cr/tan.testdata [new file with mode: 0644]
test/io/cr/tanpi.testdata [new file with mode: 0644]
test/io/run.sh [new file with mode: 0755]
test/io/t.c [new file with mode: 0644]
test/io/ucb/README [new file with mode: 0644]
test/io/ucb/acosd.input [new file with mode: 0644]
test/io/ucb/acosq.input [new file with mode: 0644]
test/io/ucb/acoss.input [new file with mode: 0644]
test/io/ucb/addd.input [new file with mode: 0644]
test/io/ucb/addq.input [new file with mode: 0644]
test/io/ucb/adds.input [new file with mode: 0644]
test/io/ucb/asind.input [new file with mode: 0644]
test/io/ucb/asinq.input [new file with mode: 0644]
test/io/ucb/asins.input [new file with mode: 0644]
test/io/ucb/atan2d.input [new file with mode: 0644]
test/io/ucb/atan2q.input [new file with mode: 0644]
test/io/ucb/atan2s.input [new file with mode: 0644]
test/io/ucb/atand.input [new file with mode: 0644]
test/io/ucb/atanq.input [new file with mode: 0644]
test/io/ucb/atans.input [new file with mode: 0644]
test/io/ucb/cabsd.input [new file with mode: 0644]
test/io/ucb/cabsq.input [new file with mode: 0644]
test/io/ucb/cabss.input [new file with mode: 0644]
test/io/ucb/ceild.input [new file with mode: 0644]
test/io/ucb/ceilq.input [new file with mode: 0644]
test/io/ucb/ceils.input [new file with mode: 0644]
test/io/ucb/cosd.input [new file with mode: 0644]
test/io/ucb/coshd.input [new file with mode: 0644]
test/io/ucb/coshq.input [new file with mode: 0644]
test/io/ucb/coshs.input [new file with mode: 0644]
test/io/ucb/cosq.input [new file with mode: 0644]
test/io/ucb/coss.input [new file with mode: 0644]
test/io/ucb/divd.input [new file with mode: 0644]
test/io/ucb/divq.input [new file with mode: 0644]
test/io/ucb/divs.input [new file with mode: 0644]
test/io/ucb/expd.input [new file with mode: 0644]
test/io/ucb/expq.input [new file with mode: 0644]
test/io/ucb/exps.input [new file with mode: 0644]
test/io/ucb/fabsd.input [new file with mode: 0644]
test/io/ucb/fabsq.input [new file with mode: 0644]
test/io/ucb/fabss.input [new file with mode: 0644]
test/io/ucb/floord.input [new file with mode: 0644]
test/io/ucb/floorq.input [new file with mode: 0644]
test/io/ucb/floors.input [new file with mode: 0644]
test/io/ucb/fmodd.input [new file with mode: 0644]
test/io/ucb/fmodq.input [new file with mode: 0644]
test/io/ucb/fmods.input [new file with mode: 0644]
test/io/ucb/hypotd.input [new file with mode: 0644]
test/io/ucb/hypotq.input [new file with mode: 0644]
test/io/ucb/hypots.input [new file with mode: 0644]
test/io/ucb/log10d.input [new file with mode: 0644]
test/io/ucb/log10q.input [new file with mode: 0644]
test/io/ucb/log10s.input [new file with mode: 0644]
test/io/ucb/logd.input [new file with mode: 0644]
test/io/ucb/logq.input [new file with mode: 0644]
test/io/ucb/logs.input [new file with mode: 0644]
test/io/ucb/muld.input [new file with mode: 0644]
test/io/ucb/mulq.input [new file with mode: 0644]
test/io/ucb/muls.input [new file with mode: 0644]
test/io/ucb/powd.input [new file with mode: 0644]
test/io/ucb/powq.input [new file with mode: 0644]
test/io/ucb/pows.input [new file with mode: 0644]
test/io/ucb/sind.input [new file with mode: 0644]
test/io/ucb/sinhd.input [new file with mode: 0644]
test/io/ucb/sinhq.input [new file with mode: 0644]
test/io/ucb/sinhs.input [new file with mode: 0644]
test/io/ucb/sinq.input [new file with mode: 0644]
test/io/ucb/sins.input [new file with mode: 0644]
test/io/ucb/sqrtd.input [new file with mode: 0644]
test/io/ucb/sqrtq.input [new file with mode: 0644]
test/io/ucb/sqrts.input [new file with mode: 0644]
test/io/ucb/subd.input [new file with mode: 0644]
test/io/ucb/subq.input [new file with mode: 0644]
test/io/ucb/subs.input [new file with mode: 0644]
test/io/ucb/tand.input [new file with mode: 0644]
test/io/ucb/tanhd.input [new file with mode: 0644]
test/io/ucb/tanhq.input [new file with mode: 0644]
test/io/ucb/tanhs.input [new file with mode: 0644]
test/io/ucb/tanq.input [new file with mode: 0644]
test/io/ucb/tans.input [new file with mode: 0644]
test/sanity/Makefile [new file with mode: 0644]
test/sanity/chk.sh [new file with mode: 0755]
test/sanity/t.c [new file with mode: 0644]