Searched refs:min_e_int (Results 1 – 2 of 2) sorted by relevance
100 vec_llong2 min_e_int = (vec_llong2)spu_sub((vec_int4)min_e, (vec_int4)max_e); in _hypotd2() local101 min_e = (vec_double2)spu_add((vec_int4)min_e_int, (vec_int4)bias); in _hypotd2()
105 vec_int4 min_e_int = spu_sub((vec_int4)min_e, (vec_int4)max_e); in _hypotf4() local106 min_e = (vec_float4)spu_add(min_e_int, bias); in _hypotf4()