Lines Matching refs:res_vf
37 vector float res_vf; variable
68 res_vf = vec_abs(vf); in test1()
143 res_vf = vec_ceil(vf); in test1()
188 res_vf = vec_cpsgn(vf, vf); in test1()
205 res_vf = vec_div(vf, vf); in test1()
214 res_vf = vec_max(vf, vf); in test1()
222 res_vf = vec_vmaxfp(vf, vf); in test1()
227 res_vf = vec_min(vf, vf); in test1()
235 res_vf = vec_vminfp(vf, vf); in test1()
265 res_vf = vec_round(vf); in test1()
359 res_vf = vec_vsx_ld (0, &vf); in test1()
363 res_vf = vec_vsx_ld (0, af); in test1()
453 vec_vsx_st(vf, 0, &res_vf); in test1()
634 res_vf = vec_floor(vf); in test1()
642 res_vf = vec_madd(vf, vf, vf); in test1()
701 res_vf = vec_msub(vf, vf, vf); in test1()
721 res_vf = vec_mul(vf, vf); in test1()
729 res_vf = vec_nearbyint(vf); in test1()
737 res_vf = vec_nmadd(vf, vf, vf); in test1()
749 res_vf = vec_nmsub(vf, vf, vf); in test1()
843 res_vf = vec_re(vf); in test1()
851 res_vf = vec_rint(vf); in test1()
859 res_vf = vec_rsqrte(vf); in test1()
871 res_vf = vec_sel(vd, vd, vbll); in test1()
899 res_vf = vec_sqrt(vf); in test1()
911 res_vf = vec_trunc(vf); in test1()