Searched refs:csqrt (Results 1 – 9 of 9) sorted by relevance
/math/ |
A D | auto-libm-test-out-csqrt | 1 csqrt 0 0 26 csqrt 0 -0 51 csqrt -0 0 76 csqrt -0 -0 101 csqrt 16.0 -30.0 126 csqrt -1 0 151 csqrt 0 2 176 csqrt 119 120 226 csqrt -2 -3 251 csqrt -2 3 [all …]
|
A D | libm-test-csqrt.inc | 1 /* Test csqrt. 23 TEST_c_c (csqrt, minus_infty, 0, 0.0, plus_infty), 24 TEST_c_c (csqrt, minus_infty, 6, 0.0, plus_infty), 26 TEST_c_c (csqrt, minus_infty, -6, 0.0, minus_infty), 28 TEST_c_c (csqrt, plus_infty, 0, plus_infty, 0.0), 29 TEST_c_c (csqrt, plus_infty, 6, plus_infty, 0.0), 31 TEST_c_c (csqrt, plus_infty, -6, plus_infty, minus_zero), 33 TEST_c_c (csqrt, 0, plus_infty, plus_infty, plus_infty), 34 TEST_c_c (csqrt, 4, plus_infty, plus_infty, plus_infty), 37 TEST_c_c (csqrt, -4, plus_infty, plus_infty, plus_infty), [all …]
|
A D | auto-libm-test-in | 4611 csqrt 0 0 4612 csqrt 0 -0 4613 csqrt -0 0 4614 csqrt -0 -0 4617 csqrt -1 0 4618 csqrt 0 2 4621 csqrt -2 -3 4622 csqrt -2 3 4624 csqrt 0 -1 4714 csqrt 1 min [all …]
|
A D | s_csqrt_template.c | 159 declare_mgen_alias (__csqrt, csqrt)
|
A D | Versions | 144 csqrt; csqrtf; csqrtl;
|
A D | test-tgmath.c | 1157 (F(csqrt)) (complex TYPE x) in TYPE() argument
|
A D | tgmath.h | 800 #define sqrt(Val) __TGMATH_UNARY_REAL_IMAG (Val, sqrt, csqrt)
|
A D | Makefile | 288 cexp clog clog10 cos cosh cpow csin csinh csqrt ctan \
|
/math/bits/ |
A D | cmathcalls.h | 106 __MATHCALL (csqrt, (_Mdouble_complex_ __z));
|
Completed in 146 milliseconds