Searched refs:y_is_odd (Results 1 – 2 of 2) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/ |
D | powf4.h | 69 vec_uint4 y_is_odd; in _powf4() local 99 y_is_odd = spu_and(spu_cmpeq(y_mantissa, bit0), y_is_int); in _powf4() 110 out = spu_sel(out, spu_or(out, (vec_float4)x_sign_bit), y_is_odd); in _powf4()
|
D | powd2.h | 71 vector unsigned int y_is_int, y_is_odd, y_is_even; in _powd2() local 102 y_is_odd = spu_andc(y_is_int, y_is_even); in _powd2() 112 out = spu_sel(out, spu_or(out, xsign), (vec_ullong2)y_is_odd); in _powd2()
|