Searched refs:max_e (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | hypotd2.h | 79 vector double max, max_e, max_m; in _hypotd2() local 94 max_e = (vec_double2)spu_and((vec_ullong2)max, emask); in _hypotd2() 100 vec_llong2 min_e_int = (vec_llong2)spu_sub((vec_int4)min_e, (vec_int4)max_e); in _hypotd2() 113 sum = spu_mul(max_e, sum); in _hypotd2()
|
D | hypotf4.h | 82 vector float max, max_e, max_m; in _hypotf4() local 97 max_e = (vec_float4)spu_and((vec_uint4)max, emask); in _hypotf4() 105 vec_int4 min_e_int = spu_sub((vec_int4)min_e, (vec_int4)max_e); in _hypotf4() 118 sum = spu_mul(max_e, sum); in _hypotf4()
|