Searched refs:splat_lo (Results 1 – 2 of 2) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/headers/ |
D | remainder.h | 45 vec_uchar16 splat_lo = VEC_LITERAL(vec_uchar16, 4,5,6,7,4,5,6,7, 12,13,14,15, 12,13,14,15); in _remainder() local 80 y_lo = spu_shuffle(abs_y, abs_y, splat_lo); in _remainder()
|
D | remquo.h | 45 vec_uchar16 splat_lo = VEC_LITERAL(vec_uchar16, 4,5,6,7,4,5,6,7, 12,13,14,15, 12,13,14,15); in _remquo() local 85 y_lo = spu_shuffle(abs_y, abs_y, splat_lo); in _remquo()
|