Searched refs:resultstirling (Results 1 – 1 of 1) sorted by relevance
469 vec_float4 resultstirling = spu_madd(spu_sub(xabs, spu_splats(0.5f)), ln_x, halflog2pi); in _lgammaf4() local470 resultstirling = spu_sub(resultstirling, xabs); in _lgammaf4()471 resultstirling = spu_add(spu_mul(result,inv_x), resultstirling); in _lgammaf4()472 result = spu_sel(result, resultstirling, (vector unsigned int)gt_r7start); in _lgammaf4()