Home
last modified time | relevance | path

Searched refs:max_m (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/headers/
Dhypotd2.h79 vector double max, max_e, max_m; in _hypotd2() local
95 max_m = (vec_double2)spu_and((vec_ullong2)max, mmask); in _hypotd2()
109 max = spu_or(oned, max_m); in _hypotd2()
Dhypotf4.h82 vector float max, max_e, max_m; in _hypotf4() local
98 max_m = (vec_float4)spu_and((vec_uint4)max, mmask); in _hypotf4()
114 max = spu_or(onef, max_m); in _hypotf4()