Searched refs:sincosf (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libm/common/complex/ |
H A D | cexpf.c | 62 sincosf(y, &s, &c); in cexpf() 71 sincosf(y, &s, &c); in cexpf() 77 sincosf(y, &s, &c); in cexpf()
|
H A D | ctanhf.c | 76 (void) sincosf(y, &S, &C); in ctanhf() 102 (void) sincosf(y, &S, &C); in ctanhf()
|
H A D | ccoshf.c | 56 sincosf(y, &S, &C); in ccoshf()
|
H A D | csinhf.c | 56 sincosf(y, &S, &C); in csinhf()
|
/titanic_41/usr/src/lib/libm/common/R/ |
H A D | sincosf.c | 29 #pragma weak __sincosf = sincosf 96 sincosf(float x, float *s, float *c) in sincosf() function
|
/titanic_41/usr/src/head/ |
H A D | math.h | 297 extern void sincosf __P((float, float *, float *)); 301 #pragma does_not_read_global_data(sincos, sincosf, sincosl)
|
/titanic_41/usr/src/lib/libm/common/ |
H A D | mapfile-vers | 563 sincosf; #LSARC/2003/279
|
/titanic_41/usr/src/lib/libm/ |
H A D | Makefile.com | 383 sincosf.o \ 646 ../common/R/sincosf.c \
|