Searched refs:truncadd (Results 1 – 1 of 1) sorted by relevance
124 vec_uint4 truncadd; in _asinhf4() local171 truncadd = spu_sel(oneu, threeu, use_form); in _asinhf4()172 truncadd = spu_sel(truncadd, twou, spu_cmpgt(xabs, trunc_part2)); in _asinhf4()173 result = (vec_float4)spu_add((vec_uint4)result, truncadd); in _asinhf4()