Searched refs:max_m (Results 1 – 2 of 2) sorted by relevance
79 vector double max, max_e, max_m; in _hypotd2() local95 max_m = (vec_double2)spu_and((vec_ullong2)max, mmask); in _hypotd2()109 max = spu_or(oned, max_m); in _hypotd2()
82 vector float max, max_e, max_m; in _hypotf4() local98 max_m = (vec_float4)spu_and((vec_uint4)max, mmask); in _hypotf4()114 max = spu_or(onef, max_m); in _hypotf4()