Searched refs:sincospi (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | cpow.c | 95 extern void sincospi(double, double *, double *); 189 sincospi(u, &s, &c); in cpow() 203 sincospi(t * u, &s, &c); in cpow() 210 sincospi(t * u, &s, &c); in cpow() 213 sincospi(t * u, &s, &c); in cpow() 219 sincospi(w1, &t1, &t2); in cpow() 220 sincospi(w2, &t3, &t4); in cpow()
|
H A D | cpowf.c | 34 extern void sincospi(double, double *, double *); 114 sincospi(dt * du, &ds, &dc); in cpowf() 165 sincospi(dq, &ds, &dc); in cpowf()
|
/illumos-gate/usr/src/lib/libm/common/R/ |
H A D | sincospif.c | 32 extern void sincospi(double, double *, double *); 43 sincospi((double) x, &ds, &dc); in sincospif()
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | sincospi.c | 87 sincospi(double x, double *s, double *c) in sincospi() function
|
/illumos-gate/usr/src/lib/libm/ |
H A D | Makefile.com | 207 sincospi.o \ 999 ../common/C/sincospi.c \
|