Home
last modified time | relevance | path

Searched refs:new_l2 (Results 1 – 11 of 11) sorted by relevance

/dports/math/reduce/Reduce-svn5758-src/packages/defint/
H A Ddefintj.red202 begin scalar l1,l2,new_l1,new_l2;
210 new_l2 := floor(l2);
211 if new_l2 = l2 then new_l2 := new_l2 - 1;
223 begin scalar l1,l2,new_l2;
227 new_l2 := ceiling(l2);
316 begin scalar l1,l2,new_l1,new_l2;
322 new_l2 := floor(l2);
323 if new_l2 = l2 then new_l2 := new_l2 - 1;
336 begin scalar l1,l2,new_l1,new_l2;
342 new_l2 := floor(l2);
[all …]
/dports/biology/primer3/primer3-2.3.6/test/
H A Dthal_test.pl253 my $new_l2 = round_numbers($l2);
254 if ($new_l1 ne $new_l2) {
/dports/graphics/xfig/xfig-3.2.8a/src/
H A De_joinsplit.c462 F_line *new_l1, *new_l2, *save_l; in split_line() local
508 new_l2 = copy_line(cur_l); in split_line()
509 free_points(new_l2->points); in split_line()
511 new_l2->points = p->next; in split_line()
516 list_add_line(&objects.lines,new_l2); in split_line()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/cpu/
H A Dcacheinfo.c726 unsigned int new_l2 = 0, new_l3 = 0, i; /* Cache sizes from cpuid(4) */ in init_intel_cacheinfo() local
761 new_l2 = this_leaf.size/1024; in init_intel_cacheinfo()
845 if (new_l2) { in init_intel_cacheinfo()
846 l2 = new_l2; in init_intel_cacheinfo()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/cpu/
H A Dcacheinfo.c726 unsigned int new_l2 = 0, new_l3 = 0, i; /* Cache sizes from cpuid(4) */ in init_intel_cacheinfo() local
761 new_l2 = this_leaf.size/1024; in init_intel_cacheinfo()
845 if (new_l2) { in init_intel_cacheinfo()
846 l2 = new_l2; in init_intel_cacheinfo()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/cpu/
H A Dcacheinfo.c726 unsigned int new_l2 = 0, new_l3 = 0, i; /* Cache sizes from cpuid(4) */ in init_intel_cacheinfo() local
761 new_l2 = this_leaf.size/1024; in init_intel_cacheinfo()
845 if (new_l2) { in init_intel_cacheinfo()
846 l2 = new_l2; in init_intel_cacheinfo()
/dports/devel/xtl-quant-stack/xtl-0.7.4/include/xtl/
H A Dxmeta_utils.hpp533 using new_l2 = pop_front_t<L2>; typedef
534 using new_transfer = transfer<N - 1, new_l1, new_l2>;
/dports/emulators/hercules/hercules-3.13/
H A Dcckddasd.c3838 CCKD_L2ENT new_l2; /* New level 2 table entry */ in cckd_sf_remove() local
4029 new_l2.pos = (U32)pos; in cckd_sf_remove()
4030 new_l2.len = (U16)len; in cckd_sf_remove()
4031 new_l2.size = (U16)size; in cckd_sf_remove()
4039 new_l2.pos = 0; in cckd_sf_remove()
4040 new_l2.len = new_l2.size = (U16)len; in cckd_sf_remove()
4049 to_l2[j].pos = new_l2.pos; in cckd_sf_remove()
4050 to_l2[j].len = new_l2.len; in cckd_sf_remove()
4051 to_l2[j].size = new_l2.size; in cckd_sf_remove()
/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dsmt_context.cpp1009 theory_var_list * new_l2 = nullptr; in restore_theory_vars() local
1020 if (new_l2) { in restore_theory_vars()
1021 new_l2->set_next(l2); in restore_theory_vars()
1022 new_l2 = l2; in restore_theory_vars()
1026 new_l2 = &(r2->m_th_var_list); in restore_theory_vars()
1032 if (new_l2) { in restore_theory_vars()
1033 new_l2->set_next(nullptr); in restore_theory_vars()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dsmt_context.cpp1020 theory_var_list * new_l2 = nullptr; in restore_theory_vars() local
1031 if (new_l2) { in restore_theory_vars()
1032 new_l2->set_next(l2); in restore_theory_vars()
1033 new_l2 = l2; in restore_theory_vars()
1037 new_l2 = &(r2->m_th_var_list); in restore_theory_vars()
1043 if (new_l2) { in restore_theory_vars()
1044 new_l2->set_next(nullptr); in restore_theory_vars()
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/canvas/items/
H A Dnodeitem.py585 new_l1, new_l2 = matchDashPattern(l1s, l2s)
587 l2 += new_l2 + [spaceLen]