Lines Matching refs:vfa
37 vector float vfa = { 1.e-4f, -132.23f, -22.1, 32.00f }; variable
160 res_vf = vec_mergee(vfa, vfa); in test1()
346 res_vf = vec_eqv(vfa, vfa); in test1()
441 res_i = vec_all_eq(vfa, vfa); in test1()
455 res_i = vec_all_ne(vfa, vfa); in test1()
474 res_i = vec_any_eq(vfa, vfa); in test1()
482 res_i = vec_any_ne(vfa, vfa); in test1()
490 res_i = vec_all_ge(vfa, vfa); in test1()
498 res_i = vec_all_gt(vfa, vfa); in test1()
506 res_i = vec_all_le(vfa, vfa); in test1()
514 res_i = vec_all_lt(vfa, vfa); in test1()
522 res_i = vec_all_nan(vfa); in test1()
530 res_i = vec_any_ge(vfa, vfa); in test1()
542 res_i = vec_any_le(vfa, vfa); in test1()
550 res_i = vec_any_lt(vfa, vfa); in test1()
898 res_vf = vec_nand(vfa, vfa); in test1()
928 res_vf = vec_nand(vfa, vfa); in test1()
1062 res_vf = vec_orc(vbi, vfa); in test1()
1068 res_vf = vec_orc(vfa, vbi); in test1()
1074 res_vf = vec_orc(vfa, vfb); in test1()