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

  /src/lib/libm/complex/
Makefile.inc 6 ccos.c ccosh.c cephes_subr.c cexp.c clog.c conj.c cpow.c cproj.c \
cproj.c 1 /* $NetBSD: cproj.c,v 1.5 2011/11/02 02:34:56 christos Exp $ */
29 __RCSID("$NetBSD: cproj.c,v 1.5 2011/11/02 02:34:56 christos Exp $");
37 * cproj(double complex z)
44 * If z has an infinite part, then cproj(z) shall be equivalent to:
49 cproj(double complex z) function in typeref:typename:double complex
  /src/include/
complex.h 127 /* 7.3.9.4 The cproj functions */
128 double complex cproj(double complex);
tgmath.h 191 #define cproj(a) __TG_CFN1(cproj, (a)) macro

Completed in 65 milliseconds