Home
last modified time | relevance | path

Searched refs:conj (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/libm/common/complex/
H A Dconj.c30 #pragma weak __conj = conj
36 conj(dcomplex z) { in conj() function
/titanic_41/usr/src/ucbcmd/expr/
H A Dexpr.y68 | expr OR expr = { $$ = conj(OR, $1, $3); }
69 | expr AND expr = { $$ = conj(AND, $1, $3); }
207 char *conj(oper, r1, r2) char *r1, *r2; in conj() function
/titanic_41/usr/src/head/
H A Dtgmath.h162 #undef conj
163 #define conj(x) __tgmath_conj(x) macro
H A Dcomplex.h95 extern double complex conj(double complex);
/titanic_41/usr/src/man/man3m/
H A DMakefile40 conj.3m \
/titanic_41/usr/src/cmd/expr/
H A Dexpr.c299 *conj(oper, r1, r2) in conj() function
557 r1 = conj(op1, r1, expres(pri[op1-OR], 0)); in expres()
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc36 file path=usr/share/man/man3m/conj.3m
/titanic_41/usr/src/lib/libm/common/
H A Dmapfile-vers380 conj;
/titanic_41/usr/src/lib/libm/
H A DMakefile.com462 conj.o \
766 ../common/complex/conj.c \
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE399 05-01-08 regex/regcomp.c: conj() => con() to avoid C99 clash