Searched defs:k_log_NKz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_clog_r.c225 static double k_log_NKz(int N, int K, double zh, double *zt) function
334 w = k_log_NKz(n, k, zh, er);
378 * = zk (7 bits) + zh (24 bits) + *er (tail) and call k_log_NKz
408 w = half * k_log_NKz(nz, k, zh, er);

Completed in 57 milliseconds