]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r343953:
authorpeterj <peterj@FreeBSD.org>
Fri, 3 May 2019 22:56:50 +0000 (22:56 +0000)
committerpeterj <peterj@FreeBSD.org>
Fri, 3 May 2019 22:56:50 +0000 (22:56 +0000)
commit3233f881e19737a91ac5b789fcb0ede27b6fcca2
tree185752a5c90d4fd6372dc6aa6165ac1167903a0e
parent49d32d330555323b222b0169fcc34b0c8c507c32
MFC r343953:
Replace calls to sin(x) and cos(x) with a single call to sincos().
Replace calls to sinf(x) and cosf(x) with a single call to sincosf().

Approved by: grog, jhb (mentors)
lib/msun/src/e_j0.c
lib/msun/src/e_j0f.c
lib/msun/src/e_j1.c
lib/msun/src/e_j1f.c
lib/msun/src/e_jn.c