Home
last modified time | relevance | path

Searched refs:cimagl (Results 1 – 25 of 26) sorted by relevance

12

/picolibc-latest/newlib/libm/complex/
Dcprojl.c52 if (isinf(creall(z)) || isinf(cimagl(z))) { in cprojl()
58 IMAG_PART(w) = copysignl(0.0L, cimagl(z)); in cprojl()
Dctanl.c44 d = cosl(2.0L * creall(z)) + coshl(2.0L * cimagl(z)); in ctanl()
54 …return (long double complex) (sinl(2.0L * creall(z)) / d) + (sinhl(2.0L * cimagl(z)) / d) * (long … in ctanl()
Dcasinl.c49 y = cimagl(z); in __weak_alias()
113 zz = 1.0L - creall(zz) - cimagl(zz) * (long double complex) I; in __weak_alias()
Dcimagl.c11 cimagl (long double complex z) in cimagl() function
Dcargl.c43 return atan2l (cimagl (z), creall (z)); in cargl()
Dcabsl.c16 return hypotl (creall (z), cimagl (z)); in cabsl()
Dcacosl.c44 return (long double complex) (M_PI_2L - creall(w)) - cimagl(w) * (long double complex) I; in cacosl()
Dccosl.c43 _cchshl(cimagl(z), &ch, &sh); in ccosl()
Dcsinl.c43 _cchshl(cimagl(z), &ch, &sh); in csinl()
Dccoshl.c43 y = cimagl(z); in ccoshl()
Dclogl.c44 rr = atan2l(cimagl(z), creall(z)); in clogl()
Dcsinhl.c43 y = cimagl(z); in csinhl()
Dcexpl.c43 y = cimagl(z); in cexpl()
Dclog10l.c46 rr = atan2l(cimagl(z), creall(z)) * _M_IVLN10L; in clog10l()
Dctanhl.c43 y = cimagl(z); in ctanhl()
Dcpowl.c44 y = cimagl(z); in cpowl()
Dcatanl.c49 y = cimagl(z); in __weak_alias()
Dcsqrtl.c56 b = cimagl(z); in csqrtl()
Dcephes_subrl.c96 y = fabsl(2.0L * cimagl(z)); in _ctansl()
DCMakeLists.txt66 cimagl.c
Dmeson.build92 'cimagl.c',
/picolibc-latest/test/
Dcomplex-funcs.c125 (void) cimagl(l1); in main()
Dmath-funcs.c444 l1 = cimagl(cl1); in main()
/picolibc-latest/newlib/libc/include/
Dcomplex.h135 long double cimagl(long double complex);
/picolibc-latest/newlib/
DChangeLog-20151015 (cimagl): Add prototype.
1038 * libm/complex/cimag.c: Add documentation of cimagl function.
1042 * libm/complex/cimagl.c: New file. Adds implementation of the
1043 cimagl function.

12