HomeSort by: relevance | last modified time | path
    Searched refs:conj (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libm/complex/
conj.c 1 /* $NetBSD: conj.c,v 1.2 2010/09/15 16:11:29 christos Exp $ */
12 conj(double complex z) function in typeref:typename:double complex
Makefile.inc 6 ccos.c ccosh.c cephes_subr.c cexp.c clog.c conj.c cpow.c cproj.c \
  /src/include/
complex.h 122 /* 7.3.9.3 The conj functions */
123 double complex conj(double complex);
tgmath.h 190 #define conj(a) __TG_CFN1(conj, (a)) macro

Completed in 14 milliseconds