Home
last modified time | relevance | path

Searched refs:LOG_V_2 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/mpi/
H A Dmpi-priv.h97 #define LOG_V_2(R) s_logv_2[(R)] macro
108 #define LOG_V_2(R) (log(2.0)/log(R)) macro
H A Dmpi.c4671 return (int)((double)bits * LOG_V_2(r) + 1.5) + 1; in s_mp_outlen()