Searched refs:swap_word (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | lgammad2.h | 142 vec_uchar16 swap_word = ((vec_uchar16) { 4,5,6,7, 0,1,2,3, 12,13,14,15, 8, 9,10,11 }); in _lgammad2() local 305 is1 = spu_and(is1, spu_shuffle(is1, is1, swap_word)); in _lgammad2() 307 is2 = spu_and(is2, spu_shuffle(is2, is2, swap_word)); in _lgammad2()
|