Searched refs:cimagl (Results 1 – 25 of 26) sorted by relevance
12
| /picolibc-latest/newlib/libm/complex/ |
| D | cprojl.c | 52 if (isinf(creall(z)) || isinf(cimagl(z))) { in cprojl() 58 IMAG_PART(w) = copysignl(0.0L, cimagl(z)); in cprojl()
|
| D | ctanl.c | 44 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()
|
| D | casinl.c | 49 y = cimagl(z); in __weak_alias() 113 zz = 1.0L - creall(zz) - cimagl(zz) * (long double complex) I; in __weak_alias()
|
| D | cimagl.c | 11 cimagl (long double complex z) in cimagl() function
|
| D | cargl.c | 43 return atan2l (cimagl (z), creall (z)); in cargl()
|
| D | cabsl.c | 16 return hypotl (creall (z), cimagl (z)); in cabsl()
|
| D | cacosl.c | 44 return (long double complex) (M_PI_2L - creall(w)) - cimagl(w) * (long double complex) I; in cacosl()
|
| D | ccosl.c | 43 _cchshl(cimagl(z), &ch, &sh); in ccosl()
|
| D | csinl.c | 43 _cchshl(cimagl(z), &ch, &sh); in csinl()
|
| D | ccoshl.c | 43 y = cimagl(z); in ccoshl()
|
| D | clogl.c | 44 rr = atan2l(cimagl(z), creall(z)); in clogl()
|
| D | csinhl.c | 43 y = cimagl(z); in csinhl()
|
| D | cexpl.c | 43 y = cimagl(z); in cexpl()
|
| D | clog10l.c | 46 rr = atan2l(cimagl(z), creall(z)) * _M_IVLN10L; in clog10l()
|
| D | ctanhl.c | 43 y = cimagl(z); in ctanhl()
|
| D | cpowl.c | 44 y = cimagl(z); in cpowl()
|
| D | catanl.c | 49 y = cimagl(z); in __weak_alias()
|
| D | csqrtl.c | 56 b = cimagl(z); in csqrtl()
|
| D | cephes_subrl.c | 96 y = fabsl(2.0L * cimagl(z)); in _ctansl()
|
| D | CMakeLists.txt | 66 cimagl.c
|
| D | meson.build | 92 'cimagl.c',
|
| /picolibc-latest/test/ |
| D | complex-funcs.c | 125 (void) cimagl(l1); in main()
|
| D | math-funcs.c | 444 l1 = cimagl(cl1); in main()
|
| /picolibc-latest/newlib/libc/include/ |
| D | complex.h | 135 long double cimagl(long double complex);
|
| /picolibc-latest/newlib/ |
| D | ChangeLog-2015 | 1015 (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