Lines Matching refs:res_vf
16 vector float res_vf; variable
99 res_vf = vec_ceil(vf); in test1()
144 res_vf = vec_cpsgn(vf, vf); in test1()
161 res_vf = vec_div(vf, vf); in test1()
170 res_vf = vec_max(vf, vf); in test1()
178 res_vf = vec_vmaxfp(vf, vf); in test1()
183 res_vf = vec_min(vf, vf); in test1()
191 res_vf = vec_vminfp(vf, vf); in test1()
221 res_vf = vec_round(vf); in test1()
303 res_vf = vec_vsx_ld (0, &vf); in test1()
329 vec_vsx_st(vf, 0, &res_vf); in test1()
446 res_vf = vec_floor(vf); in test1()
454 res_vf = vec_madd(vf, vf, vf); in test1()
513 res_vf = vec_msub(vf, vf, vf); in test1()
533 res_vf = vec_mul(vf, vf); in test1()
541 res_vf = vec_nearbyint(vf); in test1()
549 res_vf = vec_nmadd(vf, vf, vf); in test1()
561 res_vf = vec_nmsub(vf, vf, vf); in test1()
655 res_vf = vec_re(vf); in test1()
663 res_vf = vec_rint(vf); in test1()
671 res_vf = vec_rsqrte(vf); in test1()
683 res_vf = vec_sel(vd, vd, vbll); in test1()
711 res_vf = vec_sqrt(vf); in test1()
723 res_vf = vec_trunc(vf); in test1()