Lines Matching refs:vf
12 vector float vf = { -1.5, 2.5, -3.5, 4.5 }; variable
68 res_vf = vec_abs(vf); in test1()
143 res_vf = vec_ceil(vf); in test1()
151 res_vbi = vec_cmpeq(vf, vf); in test1()
159 res_vbi = vec_cmpge(vf, vf); in test1()
167 res_vbi = vec_cmpgt(vf, vf); in test1()
175 res_vbi = vec_cmple(vf, vf); in test1()
183 res_vbi = vec_cmplt(vf, 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()
453 vec_vsx_st(vf, 0, &res_vf); in test1()
457 vec_vsx_st(vf, 0, res_af); 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()
899 res_vf = vec_sqrt(vf); in test1()
911 res_vf = vec_trunc(vf); in test1()