Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vexpf.c72 static const double __TBL_exp2f[] = { variable
175 lres##N = ((long long *)__TBL_exp2f)[k##N & 0xff]; \
302 lres0 = ((long long *)__TBL_exp2f)[k0 & 255]; in __vexpf()
303 lres1 = ((long long *)__TBL_exp2f)[k1 & 255]; in __vexpf()
304 lres2 = ((long long *)__TBL_exp2f)[k2 & 255]; in __vexpf()
305 lres3 = ((long long *)__TBL_exp2f)[k3 & 255]; in __vexpf()
306 lres4 = ((long long *)__TBL_exp2f)[k4 & 255]; in __vexpf()
H A D__vpowf.c121 static const double __TBL_exp2f[] = { variable
555 di0 += ((long long*)__TBL_exp2f)[ind0 & 255]; in __vpowf()
652 di0 *= __TBL_exp2f[ind0 & 255]; in __vpowf_n()
653 di1 *= __TBL_exp2f[ind1 & 255]; in __vpowf_n()
654 di2 *= __TBL_exp2f[ind2 & 255]; in __vpowf_n()
686 di0 *= __TBL_exp2f[ind0 & 255]; in __vpowf_n()
797 di0 *= __TBL_exp2f[ind0 & 255]; in __vpowfx_n()
798 di1 *= __TBL_exp2f[ind1 & 255]; in __vpowfx_n()
799 di2 *= __TBL_exp2f[ind2 & 255]; in __vpowfx_n()
819 di0 *= __TBL_exp2f[ind0 & 255]; in __vpowfx_n()