Lines Matching refs:vfa
37 vector float vfa = { 1.e-4f, -132.23f, -22.1, 32.00f }; variable
144 res_vf = vec_mergee(vfa, vfa); in test1()
341 res_vf = vec_eqv(vfa, vfa); in test1()
472 res_i = vec_all_eq(vfa, vfa); in test1()
522 res_i = vec_all_ne(vfa, vfa); in test1()
577 res_i = vec_any_eq(vfa, vfa); in test1()
621 res_i = vec_any_ne(vfa, vfa); in test1()
665 res_i = vec_all_ge(vfa, vfa); in test1()
709 res_i = vec_all_gt(vfa, vfa); in test1()
753 res_i = vec_all_le(vfa, vfa); in test1()
797 res_i = vec_all_lt(vfa, vfa); in test1()
805 res_i = vec_all_nan(vfa); in test1()
849 res_i = vec_any_ge(vfa, vfa); in test1()
933 res_i = vec_any_le(vfa, vfa); in test1()
977 res_i = vec_any_lt(vfa, vfa); in test1()
1333 res_vf = vec_nand(vfa, vfa); in test1()
1363 res_vf = vec_nand(vfa, vfa); in test1()
1497 res_vf = vec_orc(vbi, vfa); in test1()
1503 res_vf = vec_orc(vfa, vbi); in test1()