Searched refs:largef (Results 1 – 2 of 2) sorted by relevance
108 vec_float4 largef = spu_splats(2.5e19f); in _acoshf4() local121 fresult = spu_add(x, spu_sel(fresult, x, spu_cmpgt(x, largef))); in _acoshf4()
118 vec_float4 largef = spu_splats(9.21e18f); in _asinhf4() local130 islarge = spu_cmpgt(xabs, largef); in _asinhf4()