Home
last modified time | relevance | path

Searched refs:pS5 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dacos.c89 #define pS5 xxx[9] macro
125 z * (pS4 + z * pS5))))); in acos()
133 z * (pS4 + z * pS5))))); in acos()
147 z * (pS4 + z * pS5))))); in acos()
H A Dasin.c98 #define pS5 xxx[10] macro
133 t * (pS4 + t * pS5))))); in asin()
141 p = t * (pS0 + t * (pS1 + t * (pS2 + t * (pS3 + t * (pS4 + t * pS5))))); in asin()