Searched refs:cimag (Results 1 – 25 of 62) sorted by relevance
123
/glibc-2.36/math/ |
D | libm-test-cimag.inc | 1 /* Test cimag. 23 TEST_c_f (cimag, 1.0, 0.0, 0.0, NO_INEXACT_EXCEPTION), 24 TEST_c_f (cimag, 1.0, minus_zero, minus_zero, NO_INEXACT_EXCEPTION), 25 TEST_c_f (cimag, 1.0, qnan_value, qnan_value, NO_INEXACT_EXCEPTION), 26 TEST_c_f (cimag, 1.0, snan_value, snan_value, NO_INEXACT_EXCEPTION), 27 TEST_c_f (cimag, qnan_value, qnan_value, qnan_value, NO_INEXACT_EXCEPTION), 28 TEST_c_f (cimag, qnan_value, snan_value, snan_value, NO_INEXACT_EXCEPTION), 29 TEST_c_f (cimag, snan_value, qnan_value, qnan_value, NO_INEXACT_EXCEPTION), 30 TEST_c_f (cimag, snan_value, snan_value, snan_value, NO_INEXACT_EXCEPTION), 31 TEST_c_f (cimag, 1.0, plus_infty, plus_infty, NO_INEXACT_EXCEPTION), [all …]
|
D | bug-tgmath1.c | 25 TEST (cimag (1.0), sizeof (double)); in main() 26 TEST (cimag (1.0 + 1.0i), sizeof (double)); in main() 27 TEST (cimag (1.0l), sizeof (long double)); in main() 28 TEST (cimag (1.0l + 1.0li), sizeof (long double)); in main() 29 TEST (cimag (1.0f), sizeof (float)); in main() 30 TEST (cimag (1.0f + 1.0fi), sizeof (float)); in main()
|
D | cimag_template.c | 27 declare_mgen_alias (__cimag, cimag)
|
D | test-tgmath.c | 338 c = cimag (cimag (z)); in F() 442 d = cimag ((const complex TYPE) z); in F() 1197 (F(cimag)) (complex TYPE x) in TYPE() argument
|
D | tgmath.h | 995 #define cimag(Val) __TGMATH_UNARY_REAL_IMAG_RET_REAL_SAME (Val, cimag) macro
|
D | Makefile | 292 libm-test-funcs-noauto = canonicalize ceil cimag conj copysign cproj creal \ 382 sin tan cosh sinh tanh exp log pow sqrt fabs carg cimag conj \
|
D | Versions | 134 cimag; cimagf; cimagl;
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-cimag.c | 8 return cimag (x); in cimagl()
|
D | Makefile | 40 cabs carg cimag creal clog10 \ 77 CFLAGS-nldbl-cimag.c = -fno-builtin-cimagl
|
/glibc-2.36/sysdeps/alpha/fpu/ |
D | cimagf.c | 40 cfloat_versions (cimag);
|
/glibc-2.36/math/bits/ |
D | cmathcalls.h | 127 __MATHDECL (_Mdouble_,cimag, (_Mdouble_complex_ __z));
|
/glibc-2.36/conform/data/ |
D | tgmath.h-data | 62 macro cimag
|
D | complex.h-data | 19 function double cimag (double complex)
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libm.abilist | 141 GLIBC_2.35 cimag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libm.abilist | 141 GLIBC_2.32 cimag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips32/ |
D | libm.abilist | 256 GLIBC_2.2 cimag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/ |
D | libm.abilist | 607 GLIBC_2.4 cimag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libm.abilist | 195 GLIBC_2.29 cimag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/nios2/ |
D | libm.abilist | 128 GLIBC_2.21 cimag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/ |
D | libm.abilist | 128 GLIBC_2.2 cimag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/le/ |
D | libm.abilist | 128 GLIBC_2.2 cimag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/be/ |
D | libm.abilist | 128 GLIBC_2.2 cimag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/coldfire/ |
D | libm.abilist | 607 GLIBC_2.4 cimag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/microblaze/be/ |
D | libm.abilist | 128 GLIBC_2.18 cimag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/microblaze/le/ |
D | libm.abilist | 128 GLIBC_2.18 cimag F
|
123