Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1597 vec_float4 s_half, s_one, d; in vec_round() local
1604 s_half = (vec_float4)(spu_sel((vec_uint4)(half), (vec_uint4)(a), msb)); in vec_round()
1605 a = spu_add(a, s_half); in vec_round()
1606 s_one = spu_add(s_half, s_half); in vec_round()