Lines Matching defs:firstParam

653     auto firstParam = skipThis ? 1 : 0;
654 auto func = acc_.GetValueIn(gate, argc + firstParam);
655 auto arg = acc_.GetValueIn(gate, firstParam);
671 auto firstParam = skipThis ? 1 : 0;
672 auto func = acc_.GetValueIn(gate, argc + firstParam);
673 auto arg = acc_.GetValueIn(gate, firstParam);
676 radix = acc_.GetValueIn(gate, firstParam + 1);
717 bool firstParam = skipThis ? 1 : 0;
722 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
728 GateRef bits = acc_.GetValueIn(gate, firstParam);
729 GateRef bigint = acc_.GetValueIn(gate, firstParam + 1);
764 bool firstParam = skipThis ? 1 : 0;
766 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
778 GateRef ret = builder_.BuildControlDependOp(op, {acc_.GetValueIn(gate, firstParam)});
786 bool firstParam = skipThis ? 1 : 0;
788 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
803 bool firstParam = skipThis ? 1 : 0;
805 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
817 GateRef ret = builder_.BuildControlDependOp(circuit_->MathAbs(), {acc_.GetValueIn(gate, firstParam)},
825 bool firstParam = skipThis ? 1 : 0;
827 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
838 GateRef ret = builder_.BuildControlDependOp(circuit_->MathClz32(), {acc_.GetValueIn(gate, firstParam)});
846 bool firstParam = skipThis ? 1 : 0;
848 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
858 GateRef ret = builder_.BuildControlDependOp(op, {acc_.GetValueIn(gate, firstParam)});
866 bool firstParam = skipThis ? 1 : 0;
868 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
878 GateRef ret = builder_.BuildControlDependOp(op, {acc_.GetValueIn(gate, firstParam)});
886 bool firstParam = skipThis ? 1 : 0;
888 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
898 GateRef ret = builder_.BuildControlDependOp(op, {acc_.GetValueIn(gate, firstParam),
899 acc_.GetValueIn(gate, firstParam + 1)});
908 bool firstParam = skipThis ? 1 : 0;
910 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
920 GateRef ret = builder_.BuildControlDependOp(op, {acc_.GetValueIn(gate, firstParam),
921 acc_.GetValueIn(gate, firstParam + 1)});
930 bool firstParam = skipThis ? 1 : 0;
932 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
942 GateRef ret = acc_.GetValueIn(gate, firstParam);
949 auto param = acc_.GetValueIn(gate, i + firstParam);
1092 bool firstParam = skipThis ? 1 : 0;
1095 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
1104 param = acc_.GetValueIn(gate, firstParam);
1120 bool firstParam = 1;
1123 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
1142 size_t firstParam = skipThis ? 1 : 0;
1144 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
1152 GateRef left = acc_.GetValueIn(gate, firstParam);
1153 GateRef right = acc_.GetValueIn(gate, firstParam + 1);
1166 size_t firstParam = skipThis ? 1 : 0;
1168 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
1176 GateRef value = acc_.GetValueIn(gate, firstParam);
1208 size_t firstParam = skipThis ? 1 : 0;
1210 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
1218 GateRef proto = acc_.GetValueIn(gate, firstParam);
1275 size_t firstParam = skipThis ? 1 : 0;
1277 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
1285 GateRef value = acc_.GetValueIn(gate, firstParam);
1297 size_t firstParam = skipThis ? 1 : 0;
1298 GateRef key = acc_.GetValueIn(gate, firstParam + 1);
1304 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
1312 GateRef target = acc_.GetValueIn(gate, firstParam);
1324 size_t firstParam = skipThis ? 1 : 0;
1326 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
1334 GateRef target = acc_.GetValueIn(gate, firstParam);
1335 GateRef key = acc_.GetValueIn(gate, firstParam + 1);
1348 size_t firstParam = skipThis ? 1 : 0;
1349 GateRef target = acc_.GetValueIn(gate, firstParam);
1350 GateRef argumentsList = acc_.GetValueIn(gate, firstParam + 1);
1364 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),
1384 size_t firstParam = skipThis ? 1 : 0;
1385 GateRef target = acc_.GetValueIn(gate, firstParam);
1386 GateRef thisValue = acc_.GetValueIn(gate, firstParam + 1);
1387 GateRef argumentsList = acc_.GetValueIn(gate, firstParam + 2);
1390 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, argc + firstParam),