Searched defs:uop (Results 1 - 6 of 6) sorted by relevance
/external/libcxx/test/std/numerics/numeric.ops/transform.exclusive.scan/ |
H A D | transform_exclusive_scan_init_bop_uop.pass.cpp | 40 test(Iter1 first, Iter1 last, BOp bop, UOp uop, T init, Iter2 rFirst, Iter2 rLast) argument 44 std::transform_exclusive_scan(first, last, std::back_inserter(v), init, bop, uop); 50 std::transform_exclusive_scan(v.begin(), v.end(), v.begin(), init, bop, uop);
|
/external/libcxx/test/std/numerics/numeric.ops/transform.inclusive.scan/ |
H A D | transform_inclusive_scan_bop_uop.pass.cpp | 41 test(Iter1 first, Iter1 last, BOp bop, UOp uop, Iter2 rFirst, Iter2 rLast) argument 45 std::transform_inclusive_scan(first, last, std::back_inserter(v), bop, uop); 51 std::transform_inclusive_scan(v.begin(), v.end(), v.begin(), bop, uop);
|
H A D | transform_inclusive_scan_bop_uop_init.pass.cpp | 40 test(Iter1 first, Iter1 last, BOp bop, UOp uop, T init, Iter2 rFirst, Iter2 rLast) argument 44 std::transform_inclusive_scan(first, last, std::back_inserter(v), bop, uop, init); 50 std::transform_inclusive_scan(v.begin(), v.end(), v.begin(), bop, uop, init);
|
/external/syslinux/com32/lua/src/ |
H A D | lparser.c | 1039 UnOpr uop; local 1041 uop = getunopr(ls->t.token); 1042 if (uop != OPR_NOUNOPR) { 1046 luaK_prefix(ls->fs, uop, v, line);
|
/external/valgrind/coregrind/m_debuginfo/ |
H A D | readdwarf.c | 2660 CfiUnop uop; local 2707 uop = 0; bop = 0; opname = NULL; /* excessively conservative */ 2805 uop = Cunop_Abs; opname = "abs"; goto unop; 2807 uop = Cunop_Neg; opname = "neg"; goto unop; 2809 uop = Cunop_Not; opname = "not"; goto unop; 2812 PUSH( ML_(CfiExpr_Unop)( dst, uop, ix ) );
|
/external/valgrind/VEX/priv/ |
H A D | guest_s390_toIR.c | 7762 IRTemp uop = newTemp(Ity_I32); local 7769 assign(uop, get_gpr_w1(r1)); 7772 assign(result, binop(Iop_Or32, binop(Iop_And32, binop(Iop_Shl32, mkexpr(uop), 7774 binop(Iop_And32, mkexpr(uop), mkU32(sign_mask)))); 7784 IRTemp uop = newTemp(Ity_I32); local 7791 assign(uop, get_gpr_w1(r3)); 7794 assign(result, binop(Iop_Or32, binop(Iop_And32, binop(Iop_Shl32, mkexpr(uop), 7796 binop(Iop_And32, mkexpr(uop), mkU32(sign_mask)))); 7806 IRTemp uop = newTemp(Ity_I64); local 7813 assign(uop, get_gpr_dw [all...] |
Completed in 175 milliseconds