HomeSort by: relevance | last modified time | path
    Searched defs:cimag (Results 1 - 20 of 20) sorted by relevancy

  /src/lib/libm/complex/
cimag.c 1 /* $NetBSD: cimag.c,v 1.2 2010/09/15 16:11:29 christos Exp $ */
12 cimag(double complex z) function
cimag.c 1 /* $NetBSD: cimag.c,v 1.2 2010/09/15 16:11:29 christos Exp $ */
12 cimag(double complex z) function
cimag.c 1 /* $NetBSD: cimag.c,v 1.2 2010/09/15 16:11:29 christos Exp $ */
12 cimag(double complex z) function
cimag.c 1 /* $NetBSD: cimag.c,v 1.2 2010/09/15 16:11:29 christos Exp $ */
12 cimag(double complex z) function
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 121 #define cimag(z) __TGMATH_CPLX_ONLY(z, cimag) macro
tgmath.h 121 #define cimag(z) __TGMATH_CPLX_ONLY(z, cimag) macro
tgmath.h 121 #define cimag(z) __TGMATH_CPLX_ONLY(z, cimag) macro
tgmath.h 121 #define cimag(z) __TGMATH_CPLX_ONLY(z, cimag) macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 121 #define cimag(z) __TGMATH_CPLX_ONLY(z, cimag) macro
tgmath.h 121 #define cimag(z) __TGMATH_CPLX_ONLY(z, cimag) macro
tgmath.h 121 #define cimag(z) __TGMATH_CPLX_ONLY(z, cimag) macro
tgmath.h 121 #define cimag(z) __TGMATH_CPLX_ONLY(z, cimag) macro
  /src/include/
tgmath.h 189 #define cimag(a) __TG_CFN1(cimag, (a)) macro
tgmath.h 189 #define cimag(a) __TG_CFN1(cimag, (a)) macro
tgmath.h 189 #define cimag(a) __TG_CFN1(cimag, (a)) macro
tgmath.h 189 #define cimag(a) __TG_CFN1(cimag, (a)) macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 1247 // cimag
1267 __tg_cimag(double _Complex __x) {return cimag(__x);}
1273 #undef cimag macro
1274 #define cimag(__x) __tg_cimag(__tg_promote1((__x))(__x)) macro
tgmath.h 1247 // cimag
1267 __tg_cimag(double _Complex __x) {return cimag(__x);}
1273 #undef cimag macro
1274 #define cimag(__x) __tg_cimag(__tg_promote1((__x))(__x)) macro
tgmath.h 1247 // cimag
1267 __tg_cimag(double _Complex __x) {return cimag(__x);}
1273 #undef cimag macro
1274 #define cimag(__x) __tg_cimag(__tg_promote1((__x))(__x)) macro
tgmath.h 1247 // cimag
1267 __tg_cimag(double _Complex __x) {return cimag(__x);}
1273 #undef cimag macro
1274 #define cimag(__x) __tg_cimag(__tg_promote1((__x))(__x)) macro

Completed in 91 milliseconds