Searched refs:clog (Results 1 – 9 of 9) sorted by relevance
/math/ |
A D | auto-libm-test-out-clog | 1 clog 0.75 1.25 26 clog -2 -3 12203 clog 0x1p-62 1.0 12228 clog 0x1p-63 1.0 12253 clog 0x1p-64 1.0 12278 clog 0x1p-510 1.0 12347 clog 0x1p-511 1.0 12416 clog 0x1p-512 1.0 12485 clog 0x1p-8190 1.0 12566 clog 0x1p-8191 1.0 [all …]
|
A D | libm-test-clog.inc | 1 /* Test clog. 35 TEST_c_c (clog, 0, plus_infty, plus_infty, lit_pi_2_d), 36 TEST_c_c (clog, 3, plus_infty, plus_infty, lit_pi_2_d), 38 TEST_c_c (clog, -3, plus_infty, plus_infty, lit_pi_2_d), 44 TEST_c_c (clog, minus_infty, 0, plus_infty, lit_pi), 45 TEST_c_c (clog, minus_infty, 1, plus_infty, lit_pi), 47 TEST_c_c (clog, minus_infty, -1, plus_infty, -lit_pi), 49 TEST_c_c (clog, plus_infty, 0, plus_infty, 0.0), 50 TEST_c_c (clog, plus_infty, 1, plus_infty, 0.0), 52 TEST_c_c (clog, plus_infty, -1, plus_infty, minus_zero), [all …]
|
A D | auto-libm-test-in | 4005 clog 0.75 1.25 4006 clog -2 -3 4127 clog 0x1p-62 1.0 4128 clog 0x1p-63 1.0 4129 clog 0x1p-64 1.0 4130 clog 0x1p-510 1.0 4131 clog 0x1p-511 1.0 4132 clog 0x1p-512 1.0 4133 clog 0x1p-8190 1.0 4134 clog 0x1p-8191 1.0 [all …]
|
A D | s_clog_template.c | 115 declare_mgen_alias (__clog, clog)
|
A D | Versions | 135 clog; clogf; clogl;
|
A D | test-tgmath.c | 1149 (F(clog)) (complex TYPE x) in TYPE() argument
|
A D | tgmath.h | 764 #define log(Val) __TGMATH_UNARY_REAL_IMAG (Val, log, clog)
|
A D | Makefile | 288 cexp clog clog10 cos cosh cpow csin csinh csqrt ctan \
|
/math/bits/ |
A D | cmathcalls.h | 92 __MATHCALL (clog, (_Mdouble_complex_ __z));
|
Completed in 472 milliseconds