Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/headers/
Dhypotd2.h100 vec_llong2 min_e_int = (vec_llong2)spu_sub((vec_int4)min_e, (vec_int4)max_e); in _hypotd2() local
101 min_e = (vec_double2)spu_add((vec_int4)min_e_int, (vec_int4)bias); in _hypotd2()
Dhypotf4.h105 vec_int4 min_e_int = spu_sub((vec_int4)min_e, (vec_int4)max_e); in _hypotf4() local
106 min_e = (vec_float4)spu_add(min_e_int, bias); in _hypotf4()