Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libm/common/C/
H A D_TBL_log2.c77 const double _TBL_log2_lo[] = { variable
H A Dpow.c76 extern const double _TBL_log2_hi[], _TBL_log2_lo[];
146 t += _TBL_log2_lo[j] - ((h - s) - qn); in log2_x()