Searched refs:res_i (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 40 int res_i; variable 424 res_i = vec_all_eq(vsll, vsll); in test1() 429 res_i = vec_all_eq(vsll, vbll); in test1() 434 res_i = vec_all_eq(vull, vull); in test1() 439 res_i = vec_all_eq(vull, vbll); in test1() 444 res_i = vec_all_eq(vbll, vsll); in test1() 449 res_i = vec_all_eq(vbll, vull); in test1() 454 res_i = vec_all_eq(vbll, vbll); in test1() 459 res_i = vec_all_eq(vda, vda); in test1() 464 res_i = vec_all_ne(vsll, vsll); in test1() [all …]
|
D | builtins-ppc-altivec.c | 53 int res_i; variable 5752 res_i = vec_extract(vi, param_i); in test6() 7660 res_i = vec_all_eq(vsc, vsc); in test6() 7664 res_i = vec_all_eq(vsc, vbc); in test6() 7668 res_i = vec_all_eq(vuc, vuc); in test6() 7672 res_i = vec_all_eq(vuc, vbc); in test6() 7676 res_i = vec_all_eq(vbc, vsc); in test6() 7680 res_i = vec_all_eq(vbc, vuc); in test6() 7684 res_i = vec_all_eq(vbc, vbc); in test6() 7688 res_i = vec_all_eq(vs, vs); in test6() [all …]
|
/external/clang/test/Parser/ |
D | altivec.c | 137 int res_i; in f() local 139 res_i = (vv_sc == vv_sc); in f() 140 res_i = (vv_uc != vv_uc); in f() 141 res_i = (vv_s > vv_s); in f() 142 res_i = (vv_us >= vv_us); in f() 143 res_i = (vv_i < vv_i); in f() 144 res_i = (vv_ui <= vv_ui); in f() 145 res_i = (vv_f <= vv_f); in f()
|
/external/llvm/test/ExecutionEngine/ |
D | test-interp-vec-loadstore.ll | 70 %res_i = and i1 %E_i, %F_i 73 br i1 %res_i, label %Print_int, label %Double
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseDenseProduct.h | 143 typename Res::RowXpr res_i(res.row(i)); 145 res_i += (alpha*it.value()) * rhs.row(it.index());
|