Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dconj.c30 #pragma weak __conj = conj
36 conj(dcomplex z) { in conj() function
/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y64 | expr OR expr = { $$ = conj(OR, $1, $3); }
65 | expr AND expr = { $$ = conj(AND, $1, $3); }
203 char *conj(int oper, char *r1, char *r2) in conj() function
/illumos-gate/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);
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c294 *conj(int oper, char *r1, char *r2) in conj() function
551 r1 = conj(op1, r1, expres(pri[op1-OR], 0)); in expres()
/illumos-gate/usr/src/man/man3m/
H A DMakefile41 conj.3m \
374 conjf.3m := LINKSRC = conj.3m
375 conjl.3m := LINKSRC = conj.3m
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc81 file path=usr/share/man/man3m/conj.3m
82 link path=usr/share/man/man3m/conjf.3m target=conj.3m
83 link path=usr/share/man/man3m/conjl.3m target=conj.3m
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com462 conj.o \
755 ../common/complex/conj.c \
/illumos-gate/usr/src/lib/libm/common/
H A Dmapfile-vers391 conj;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE587 05-01-08 regex/regcomp.c: conj() => con() to avoid C99 clash