Home
last modified time | relevance | path

Searched refs:real_l (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/brz/breezy-3.2.0/breezy/
H A D_rio_py.py57 real_l = line
60 raise ValueError('invalid continuation line %r' % real_l)
69 % real_l)
/dports/math/vtk9/VTK-9.1.0/Filters/HyperTree/
H A DvtkHyperTreeGridToDualGrid.cxx1254 unsigned int real_l = 0; in GenerateDualCornerFromLeaf3D() local
1279 ids[real_l++] = cursor->GetGlobalNodeIndex(index); in GenerateDualCornerFromLeaf3D()
1290 ids[real_l++] = id; in GenerateDualCornerFromLeaf3D()
1297 if (real_l != 8) in GenerateDualCornerFromLeaf3D()
1299 if (real_l == 0) in GenerateDualCornerFromLeaf3D()
1303 vtkIdType last = ids[real_l - 1]; in GenerateDualCornerFromLeaf3D()
1304 for (; real_l < 8; ++real_l) in GenerateDualCornerFromLeaf3D()
1306 ids[real_l] = last; in GenerateDualCornerFromLeaf3D()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/docker/
H A Ddocker.py159 real_l = os.path.realpath(l)
160 _copy_with_mkdir(real_l, dest_dir, so_path, name)
580 real_l = os.path.realpath(l)
582 tmp_tar.add(real_l, arcname="%s/%s" % (so_path, name))
/dports/emulators/qemu/qemu-6.2.0/tests/docker/
H A Ddocker.py159 real_l = os.path.realpath(l)
160 _copy_with_mkdir(real_l, dest_dir, so_path, name)
580 real_l = os.path.realpath(l)
582 tmp_tar.add(real_l, arcname="%s/%s" % (so_path, name))
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/avr/
H A Davr.c1499 int *real_l = l; in output_movqi() local
1546 if (!real_l) in output_movqi()
1549 if (!real_l) in output_movqi()
1576 if (!real_l) in output_movqi()
1591 int *real_l = l; in output_movhi() local
1686 if (!real_l) in output_movhi()
1690 if (!real_l) in output_movhi()
1738 if (!real_l) in output_movhi()
2264 int *real_l = l; in output_movsisf() local
2331 if (!real_l) in output_movsisf()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/avr/
H A Davr.c1525 int *real_l = l; in output_movqi() local
1572 if (!real_l) in output_movqi()
1575 if (!real_l) in output_movqi()
1602 if (!real_l) in output_movqi()
1617 int *real_l = l; in output_movhi() local
1712 if (!real_l) in output_movhi()
1716 if (!real_l) in output_movhi()
1764 if (!real_l) in output_movhi()
2312 int *real_l = l; in output_movsisf() local
2379 if (!real_l) in output_movsisf()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/avr/
H A Davr.c1499 int *real_l = l;
1546 if (!real_l)
1549 if (!real_l)
1576 if (!real_l)
1591 int *real_l = l;
1686 if (!real_l)
1690 if (!real_l)
1738 if (!real_l)
2264 int *real_l = l;
2331 if (!real_l)
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/colin/reformulation/
H A DRelaxableMixedIntDomain.h461 labels_t &real_l = _real_l.set<labels_t>(); in cb_update_labels() local
475 real_l.insert(labels_t::value_type(it->first - r_ofs, it->second)); in cb_update_labels()
/dports/emulators/qemu5/qemu-5.2.0/tests/docker/
H A Ddocker.py153 real_l = os.path.realpath(l)
154 _copy_with_mkdir(real_l, dest_dir, so_path)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/docker/
H A Ddocker.py149 real_l = os.path.realpath(l)
150 _copy_with_mkdir(real_l, dest_dir, so_path)
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/docker/
H A Ddocker.py149 real_l = os.path.realpath(l)
150 _copy_with_mkdir(real_l, dest_dir, so_path)
/dports/lang/pcc/pcc-1.1.0/cc/cxxcom/
H A Dpftn.c3160 NODE *real_l, *imag_l; in cxop() local
3183 real_l = structref(ccopy(ltemp), STREF, real); in cxop()
3195 p = buildtree(op, comop(p, real_l), real_r); in cxop()
3203 buildtree(op, real_l, real_r))); in cxop()
3213 buildtree(MUL, ccopy(real_r), ccopy(real_l)), in cxop()
3218 buildtree(MUL, imag_r, real_l)))); in cxop()
3227 buildtree(MUL, ccopy(real_r), ccopy(real_l)), in cxop()
3236 buildtree(MUL, ccopy(real_l), ccopy(imag_r))), in cxop()
3241 tfree(real_l); in cxop()
/dports/emulators/qemu60/qemu-6.0.0/tests/docker/
H A Ddocker.py159 real_l = os.path.realpath(l)
160 _copy_with_mkdir(real_l, dest_dir, so_path, name)
/dports/lang/pcc/pcc-1.1.0/cc/ccom/
H A Dpftn.c3227 NODE *real_l, *imag_l; in cxop() local
3256 real_l = structref(ccopy(ltemp), STREF, real); in cxop()
3270 p = buildtree(op, comop(p, real_l), real_r); in cxop()
3278 p = buildtree(NE, comop(p, real_l), bcon(0)); /* gets INT */ in cxop()
3290 buildtree(op, real_l, NIL))); in cxop()
3298 buildtree(op, real_l, real_r))); in cxop()
3311 p = buildtree(CM, comop(p, real_l), imag_l); in cxop()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/bug24064/
H A Der_pack.vhd629 variable real_l : real := rt(l); variable
632 return real_l / real_r;
/dports/science/R-cran-kernlab/kernlab/src/
H A Dsvm.cpp2439 int real_l; member in Solver_MB
2523 const Qfloat *Q_i = Q->get_Q(real_i[i],real_l); in reconstruct_gradient()
2561 this->real_l = l/(nr_class - 1); in Solve()
2612 Qfloat *Q_i = Q.get_Q(real_i[i], real_l); in Solve()
2748 QB[i] = Q.get_Q(real_i[working_set[i]], real_l); in Solve()
/dports/lang/gcc48/gcc-4.8.5/gcc/config/avr/
H A Davr.c3737 int *real_l = l; in output_movsisf() local
3742 return avr_out_lpm (insn, operands, real_l); in output_movsisf()
3784 return output_reload_insisf (operands, NULL_RTX, real_l); in output_movsisf()
3787 return out_movsi_r_mr (insn, operands, real_l); /* mov r,m */ in output_movsisf()
3796 templ = out_movsi_mr_r (insn, operands, real_l); in output_movsisf()
3798 if (!real_l) in output_movsisf()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/avr/
H A Davr.c3720 int *real_l = l; in output_movsisf() local
3725 return avr_out_lpm (insn, operands, real_l); in output_movsisf()
3767 return output_reload_insisf (operands, NULL_RTX, real_l); in output_movsisf()
3770 return out_movsi_r_mr (insn, operands, real_l); /* mov r,m */ in output_movsisf()
3779 templ = out_movsi_mr_r (insn, operands, real_l); in output_movsisf()
3781 if (!real_l) in output_movsisf()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/avr/
H A Davr.c3743 int *real_l = l; in output_movsisf() local
3748 return avr_out_lpm (insn, operands, real_l); in output_movsisf()
3790 return output_reload_insisf (operands, NULL_RTX, real_l); in output_movsisf()
3793 return out_movsi_r_mr (insn, operands, real_l); /* mov r,m */ in output_movsisf()
3802 templ = out_movsi_mr_r (insn, operands, real_l); in output_movsisf()
3804 if (!real_l) in output_movsisf()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/avr/
H A Davr.c4337 int *real_l = l; in output_movsisf() local
4342 return avr_out_lpm (insn, operands, real_l); in output_movsisf()
4384 return output_reload_insisf (operands, NULL_RTX, real_l); in output_movsisf()
4387 return out_movsi_r_mr (insn, operands, real_l); /* mov r,m */ in output_movsisf()
4396 templ = out_movsi_mr_r (insn, operands, real_l); in output_movsisf()
4398 if (!real_l) in output_movsisf()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/avr/
H A Davr.c4337 int *real_l = l; in output_movsisf() local
4342 return avr_out_lpm (insn, operands, real_l); in output_movsisf()
4384 return output_reload_insisf (operands, NULL_RTX, real_l); in output_movsisf()
4387 return out_movsi_r_mr (insn, operands, real_l); /* mov r,m */ in output_movsisf()
4396 templ = out_movsi_mr_r (insn, operands, real_l); in output_movsisf()
4398 if (!real_l) in output_movsisf()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/avr/
H A Davr.c4899 int *real_l = l; in output_movsisf() local
4904 return avr_out_lpm (insn, operands, real_l); in output_movsisf()
4947 return output_reload_insisf (operands, NULL_RTX, real_l); in output_movsisf()
4950 return out_movsi_r_mr (insn, operands, real_l); /* mov r,m */ in output_movsisf()
4959 templ = out_movsi_mr_r (insn, operands, real_l); in output_movsisf()
4961 if (!real_l) in output_movsisf()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/avr/
H A Davr.c4899 int *real_l = l; in output_movsisf() local
4904 return avr_out_lpm (insn, operands, real_l); in output_movsisf()
4947 return output_reload_insisf (operands, NULL_RTX, real_l); in output_movsisf()
4950 return out_movsi_r_mr (insn, operands, real_l); /* mov r,m */ in output_movsisf()
4959 templ = out_movsi_mr_r (insn, operands, real_l); in output_movsisf()
4961 if (!real_l) in output_movsisf()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/avr/
H A Davr.c4899 int *real_l = l; in output_movsisf() local
4904 return avr_out_lpm (insn, operands, real_l); in output_movsisf()
4947 return output_reload_insisf (operands, NULL_RTX, real_l); in output_movsisf()
4950 return out_movsi_r_mr (insn, operands, real_l); /* mov r,m */ in output_movsisf()
4959 templ = out_movsi_mr_r (insn, operands, real_l); in output_movsisf()
4961 if (!real_l) in output_movsisf()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/avr/
H A Davr.c4898 int *real_l = l; in output_movsisf() local
4903 return avr_out_lpm (insn, operands, real_l); in output_movsisf()
4946 return output_reload_insisf (operands, NULL_RTX, real_l); in output_movsisf()
4949 return out_movsi_r_mr (insn, operands, real_l); /* mov r,m */ in output_movsisf()
4958 templ = out_movsi_mr_r (insn, operands, real_l); in output_movsisf()
4960 if (!real_l) in output_movsisf()

123