Searched refs:_powf4 (Results 1 – 3 of 3) sorted by relevance
41 return spu_extract(_powf4(spu_promote(x, 0), spu_promote(y, 0)), 0); in _powf()
63 static __inline vector float _powf4(vector float x, vector float y) in _powf4() function
204 sum = spu_mul(sum, _powf4(x, spu_sub(x, halff))); in _tgammaf4()