Home
last modified time | relevance | path

Searched refs:refk (Results 1 – 25 of 55) sorted by relevance

123

/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/df/test/
H A Dtest_outcore.py49 refk = incore.aux_e2(cell, cell, aosym='s2', kptij_lst=kptij_lst)
54 self.assertTrue(numpy.allclose(refk[0,idx], f['eri_mo/0'][:].T))
55 self.assertTrue(numpy.allclose(refk[1], f['eri_mo/1'][:].T))
56 self.assertTrue(numpy.allclose(refk[2], f['eri_mo/2'][:].T))
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DBaseField.java308 int refk = 0; in breakLines() local
323 refk = k; in breakLines()
343 buf.setLength(lastspace - refk); in breakLines()
347 refk = k; in breakLines()
358 refk = k; in breakLines()
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DBaseField.java317 int refk = 0; in breakLines() local
332 refk = k; in breakLines()
352 buf.setLength(lastspace - refk); in breakLines()
356 refk = k; in breakLines()
367 refk = k; in breakLines()
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/scripts/
H A Dmummerplot.pl1163 my @refk = keys (%$rref);
1182 if ( scalar (@refk) == 1 ) {
1183 $xlabel = $refk[0];
1189 foreach $xlabel ( sort { $rref->{$a}[0] <=> $rref->{$b}[0] } @refk ) {
1224 if ( $xrange ne "*" && scalar (@refk) == 1 ) { $border |= 10; }
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_asm_mips.h887 Reg refk = tmp2;
890 refk = ra_allock(as, k, allow);
891 rset_clear(allow, refk);
893 emit_branch(as, MIPSI_BEQ, tmp1, refk, l_end);
1072 IRRef ref = ir->op2, refk = ir->op1; in asm_strref() local
1076 IRRef tmp = refk; refk = ref; ref = tmp; in asm_strref()
1077 } else if (!irref_isk(refk)) { in asm_strref()
1096 ofs += IR(refk)->i; in asm_strref()
H A Dlj_opt_mem.c723 IRRef refk = tref_ref(lj_ir_kintp(J, ofs)); in reassoc_xref() local
724 if (!(idxref = reassoc_trycse(J, IR_ADD, idxref, refk))) in reassoc_xref()
H A Dlj_asm_arm.h943 IRRef ref = ir->op2, refk = ir->op1; in asm_strref() local
946 IRRef tmp = refk; refk = ref; ref = tmp; in asm_strref()
947 } else if (!irref_isk(refk)) { in asm_strref()
969 sizeof(GCstr) + IR(refk)->i, rset_exclude(RSET_GPR, r)); in asm_strref()
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_asm_mips.h887 Reg refk = tmp2;
890 refk = ra_allock(as, k, allow);
891 rset_clear(allow, refk);
893 emit_branch(as, MIPSI_BEQ, tmp1, refk, l_end);
1072 IRRef ref = ir->op2, refk = ir->op1; in asm_strref() local
1076 IRRef tmp = refk; refk = ref; ref = tmp; in asm_strref()
1077 } else if (!irref_isk(refk)) { in asm_strref()
1096 ofs += IR(refk)->i; in asm_strref()
H A Dlj_opt_mem.c723 IRRef refk = tref_ref(lj_ir_kintp(J, ofs)); in reassoc_xref() local
724 if (!(idxref = reassoc_trycse(J, IR_ADD, idxref, refk))) in reassoc_xref()
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_opt_mem.c708 IRRef refk = tref_ref(lj_ir_kintp(J, ofs)); in reassoc_xref() local
709 if (!(idxref = reassoc_trycse(J, IR_ADD, idxref, refk))) in reassoc_xref()
H A Dlj_asm_mips.h826 IRRef ref = ir->op2, refk = ir->op1; in asm_strref() local
830 IRRef tmp = refk; refk = ref; ref = tmp; in asm_strref()
831 } else if (!irref_isk(refk)) { in asm_strref()
850 ofs += IR(refk)->i; in asm_strref()
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_opt_mem.c708 IRRef refk = tref_ref(lj_ir_kintp(J, ofs)); in reassoc_xref() local
709 if (!(idxref = reassoc_trycse(J, IR_ADD, idxref, refk))) in reassoc_xref()
H A Dlj_asm_mips.h821 IRRef ref = ir->op2, refk = ir->op1; in asm_strref() local
825 IRRef tmp = refk; refk = ref; ref = tmp; in asm_strref()
826 } else if (!irref_isk(refk)) { in asm_strref()
845 ofs += IR(refk)->i; in asm_strref()
H A Dlj_asm_ppc.h822 IRRef ref = ir->op2, refk = ir->op1; in asm_strref() local
826 IRRef tmp = refk; refk = ref; ref = tmp; in asm_strref()
827 } else if (!irref_isk(refk)) { in asm_strref()
846 ofs += IR(refk)->i; in asm_strref()
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_opt_mem.c802 IRRef refk = tref_ref(lj_ir_kintp(J, ofs)); in reassoc_xref() local
803 if (!(idxref = reassoc_trycse(J, IR_ADD, idxref, refk))) in reassoc_xref()
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_opt_mem.c802 IRRef refk = tref_ref(lj_ir_kintp(J, ofs)); in reassoc_xref() local
803 if (!(idxref = reassoc_trycse(J, IR_ADD, idxref, refk))) in reassoc_xref()
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_opt_mem.c708 IRRef refk = tref_ref(lj_ir_kintp(J, ofs)); in reassoc_xref() local
709 if (!(idxref = reassoc_trycse(J, IR_ADD, idxref, refk))) in reassoc_xref()
H A Dlj_asm_mips.h826 IRRef ref = ir->op2, refk = ir->op1; in asm_strref() local
830 IRRef tmp = refk; refk = ref; ref = tmp; in asm_strref()
831 } else if (!irref_isk(refk)) { in asm_strref()
850 ofs += IR(refk)->i; in asm_strref()
H A Dlj_asm_ppc.h821 IRRef ref = ir->op2, refk = ir->op1; in asm_strref() local
825 IRRef tmp = refk; refk = ref; ref = tmp; in asm_strref()
826 } else if (!irref_isk(refk)) { in asm_strref()
845 ofs += IR(refk)->i; in asm_strref()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_opt_mem.c802 IRRef refk = tref_ref(lj_ir_kintp(J, ofs)); in reassoc_xref() local
803 if (!(idxref = reassoc_trycse(J, IR_ADD, idxref, refk))) in reassoc_xref()
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_opt_mem.c708 IRRef refk = tref_ref(lj_ir_kintp(J, ofs)); in reassoc_xref() local
709 if (!(idxref = reassoc_trycse(J, IR_ADD, idxref, refk))) in reassoc_xref()
H A Dlj_asm_mips.h826 IRRef ref = ir->op2, refk = ir->op1; in asm_strref() local
830 IRRef tmp = refk; refk = ref; ref = tmp; in asm_strref()
831 } else if (!irref_isk(refk)) { in asm_strref()
850 ofs += IR(refk)->i; in asm_strref()
H A Dlj_asm_ppc.h821 IRRef ref = ir->op2, refk = ir->op1; in asm_strref() local
825 IRRef tmp = refk; refk = ref; ref = tmp; in asm_strref()
826 } else if (!irref_isk(refk)) { in asm_strref()
845 ofs += IR(refk)->i; in asm_strref()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_opt_mem.c775 IRRef refk = tref_ref(lj_ir_kintp(J, ofs)); in reassoc_xref() local
776 if (!(idxref = reassoc_trycse(J, IR_ADD, idxref, refk))) in reassoc_xref()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_opt_mem.c723 IRRef refk = tref_ref(lj_ir_kintp(J, ofs)); in reassoc_xref() local
724 if (!(idxref = reassoc_trycse(J, IR_ADD, idxref, refk))) in reassoc_xref()

123