Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vpowf.c211 static const double __TBL_log2f[] = { variable
541 y0 = (double) i0 * __TBL_log2f[ind0 + 1]; in __vpowf()
610 y0 = (double) i0 * __TBL_log2f[ind0 + 1]; in __vpowf_n()
611 y1 = (double) i1 * __TBL_log2f[ind1 + 1]; in __vpowf_n()
612 y2 = (double) i2 * __TBL_log2f[ind2 + 1]; in __vpowf_n()
613 yy0 = __TBL_log2f[ind0] + (double) (exp0 << 8); in __vpowf_n()
614 yy1 = __TBL_log2f[ind1] + (double) (exp1 << 8); in __vpowf_n()
615 yy2 = __TBL_log2f[ind2] + (double) (exp2 << 8); in __vpowf_n()
672 y0 = (double) i0 * __TBL_log2f[ind0 + 1]; in __vpowf_n()
712 y0 = (double) i0 * __TBL_log2f[ind0 + 1]; in __vpowfx()
[all …]