Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/machine/spu/headers/
Dpowf4.h68 vec_uint4 y_is_int; in _powf4() local
96 y_is_int = spu_cmpeq(spu_andc(y_mantissa, bit0), 0); in _powf4()
97 y_is_int = spu_and(y_is_int, spu_cmpgt(y_exp, 126)); in _powf4()
99 y_is_odd = spu_and(spu_cmpeq(y_mantissa, bit0), y_is_int); in _powf4()
106 spu_andc(spu_cmpeq(x_sign_bit, bit0), y_is_int)); in _powf4()
Dpowd2.h71 vector unsigned int y_is_int, y_is_odd, y_is_even; in _powd2() local
93 y_is_int = (vec_uint4)spu_cmpeq(y, spu_andc(y, (vec_double2)(intmask))); in _powd2()
102 y_is_odd = spu_andc(y_is_int, y_is_even); in _powd2()
109 out = spu_sel(out, (vec_double2)error, (vec_ullong2)spu_andc(x_is_neg, y_is_int)); in _powd2()