Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/headers/
Dpowf4.h66 vec_uint4 y_mantissa; in _powf4() local
81 y_mantissa = spu_or(spu_sl((vec_uint4)y, (unsigned int)8), bit0); in _powf4()
94 y_mantissa = spu_sl(y_mantissa, mant_shift); in _powf4()
96 y_is_int = spu_cmpeq(spu_andc(y_mantissa, bit0), 0); in _powf4()
99 y_is_odd = spu_and(spu_cmpeq(y_mantissa, bit0), y_is_int); in _powf4()