summaryrefslogtreecommitdiffstats
path: root/lib/libm/hidden
AgeCommit message (Collapse)AuthorFilesLines
2018-03-12Gah, rintl() is used internally, so add a macro for the fourth possiblity,guenther1-1/+6
a cloning a non-standard, long double function which _is_ used from the matching plain double function build failured pointed out by deraadt@
2018-03-12Add cvs tag, copyright, and licenseguenther3-0/+49
2018-03-12Fix build of sincosl on machines where long double == doubleguenther2-3/+6
ok deraadt@
2018-03-10Implement sicos(3), sincosf(3) and sincosl(3). These functions are commonkettenis1-0/+3
extensions and modern compilers (such as clang) will use them to optimize separate calculations of sine and cosine. ok tom@, patrick@, deraadt@, jmc@
2016-09-12Reduce libm's exports and make internal calls go direct.guenther4-0/+420
All dependencies on libc are now via reserved/standardized names. ok kettenis@ millert@ deraadt@