math: add nextafter*, nextoward* and scalb to gen
authornsz <nsz@port70.net>
Sat, 13 Oct 2012 13:17:51 +0000 (15:17 +0200)
committernsz <nsz@port70.net>
Sat, 13 Oct 2012 13:17:51 +0000 (15:17 +0200)
commitddfb9f92381086ef0b29f6fdddee3f7e51fb82e1
tree13008704d26cad76415b377359d13c1cf5782386
parentc5feb4f9850fcffb9027d9b93ac4a6b486d7600f
math: add nextafter*, nextoward* and scalb to gen
22 files changed:
src/math/gen/functions.h
src/math/gen/gensanity.sh [new file with mode: 0755]
src/math/gen/mp.c
src/math/gen/mplibm.c
src/math/gen/template/ll_d.c [new file with mode: 0644]
src/math/gen/template/ll_f.c [new file with mode: 0644]
src/math/nextafter.c
src/math/nextafterf.c
src/math/nextafterl.c
src/math/nexttoward.c [new file with mode: 0644]
src/math/nexttowardf.c [new file with mode: 0644]
src/math/nexttowardl.c
src/math/sanity/nextafter.h [new file with mode: 0644]
src/math/sanity/nextafterf.h [new file with mode: 0644]
src/math/sanity/nextafterl.h [new file with mode: 0644]
src/math/sanity/nexttoward.h [new file with mode: 0644]
src/math/sanity/nexttowardf.h [new file with mode: 0644]
src/math/sanity/nexttowardl.h [new file with mode: 0644]
src/math/sanity/scalb.h [new file with mode: 0644]
src/math/sanity/scalbf.h [new file with mode: 0644]
src/math/scalb.c
src/math/scalbf.c