| /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
|
| /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
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| tgmath.h | 123 #define cproj(z) __TGMATH_CPLX_ONLY(z, cproj) macro
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| tgmath.h | 123 #define cproj(z) __TGMATH_CPLX_ONLY(z, cproj) macro
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| complex.d | 106 cdouble cproj(cdouble z);
|
| tgmath.d | 518 deprecated alias core.stdc.complex.cproj cproj; 519 deprecated alias core.stdc.complex.cprojf cproj; 520 deprecated alias core.stdc.complex.cprojl cproj; 1008 deprecated alias core.stdc.complex.cproj cproj; 1009 deprecated alias core.stdc.complex.cprojf cproj; 1010 deprecated alias core.stdc.complex.cprojl cproj; 1525 deprecated alias core.stdc.complex.cproj cproj; [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| tgmath.h | 1305 // cproj 1313 __tg_cproj(double __x) {return cproj(__x);} 1325 __tg_cproj(double _Complex __x) {return cproj(__x);} 1331 #undef cproj macro 1332 #define cproj(__x) __tg_cproj(__tg_promote1((__x))(__x)) macro
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cfns.h | 953 {"cproj", 99},
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cfns.h | 953 {"cproj", 99},
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/ |
| configure | 17654 tmpd = cproj(tmpd); 17723 tmpd = cproj(tmpd); 18757 tmpd = cproj(tmpd); 18826 tmpd = cproj(tmpd); [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
| configure | 17469 tmpd = cproj(tmpd); 17538 tmpd = cproj(tmpd); 18145 tmpd = cproj(tmpd); 18214 tmpd = cproj(tmpd); [all...] |