Searched refs:vfasterexp (Results 1 – 7 of 7) sorted by relevance
99 return c_0_5 * (vfasterexp (p) - vfasterexp (-p)); in vfastersinh()115 return c_0_5 * (vfasterexp (p) + vfasterexp (-p)); in vfastercosh()133 return -c_1 + c_2 / (c_1 + vfasterexp (-c_2 * p)); in vfastertanh()
75 return c_1 / (c_1 + vfasterexp (-x)); in vfastersigmoid()
309 vfasterexp (const v4sf p) in vfasterexp() function884 return c_0_5 * (vfasterexp (p) - vfasterexp (-p)); in vfastersinh()900 return c_0_5 * (vfasterexp (p) + vfasterexp (-p)); in vfastercosh()918 return -c_1 + c_2 / (c_1 + vfasterexp (-c_2 * p)); in vfastertanh()1088 v4sf expw = vfasterexp (-w); in vfasterlambertw()1288 return c_1 / (c_1 + vfasterexp (-x)); in vfastersigmoid()
128 vfasterexp (const v4sf p) in vfasterexp() function
168 v4sf expw = vfasterexp (-w); in vfasterlambertw()
131 vfasterexp (const v4sf p) in vfasterexp() function