Searched refs:cproj (Results 1 – 7 of 7) sorted by relevance
/math/ |
A D | libm-test-cproj.inc | 1 /* Test cproj. 23 TEST_c_c (cproj, 0.0, 0.0, 0.0, 0.0, NO_INEXACT_EXCEPTION), 25 TEST_c_c (cproj, 0.0, minus_zero, 0.0, minus_zero, NO_INEXACT_EXCEPTION), 26 TEST_c_c (cproj, minus_zero, 0.0, minus_zero, 0.0, NO_INEXACT_EXCEPTION), 35 TEST_c_c (cproj, 1.0, qnan_value, 1.0, qnan_value, NO_INEXACT_EXCEPTION), 37 TEST_c_c (cproj, qnan_value, 1.0, qnan_value, 1.0, NO_INEXACT_EXCEPTION), 55 TEST_c_c (cproj, plus_infty, 1.0, plus_infty, 0.0, NO_INEXACT_EXCEPTION), 60 TEST_c_c (cproj, 1.0, plus_infty, plus_infty, 0.0, NO_INEXACT_EXCEPTION), 75 TEST_c_c (cproj, 1.0, 0.0, 1.0, 0.0, NO_INEXACT_EXCEPTION), 76 TEST_c_c (cproj, 2.0, 3.0, 2.0, 3.0, NO_INEXACT_EXCEPTION), [all …]
|
A D | test-tgmath.c | 334 d = cproj (cproj (z)); in F() 335 z += fabs (cproj (a)); in F() 444 d = cproj ((const complex TYPE) z); in F() 1213 (F(cproj)) (complex TYPE x) in TYPE() argument
|
A D | tgmath.h | 989 #define cproj(Val) __TGMATH_UNARY_IMAG (Val, cproj) macro
|
A D | Makefile | 292 libm-test-funcs-noauto = canonicalize ceil cimag conj copysign cproj creal \ 383 cproj creal roundeven nextup nextdown fminmag fmaxmag \
|
A D | s_cproj_template.c | 39 declare_mgen_alias (__cproj, cproj)
|
A D | Versions | 140 cproj; cprojf; cprojl;
|
/math/bits/ |
A D | cmathcalls.h | 121 __MATHCALL (cproj, (_Mdouble_complex_ __z));
|
Completed in 13 milliseconds