Home
last modified time | relevance | path

Searched refs:LR (Results 1 – 25 of 6982) sorted by relevance

12345678910>>...280

/dports/math/fxt/fxt/demo/ds/
H A Dleft-right-array-demo.cc20 const ulong n = LR.n_; in print_lr()
42 ulong n = LR.n_; in test_lr()
61 t2 = LR.num_FLI(j); in test_lr()
66 t2 = LR.num_FRI(j); in test_lr()
70 t2 = LR.num_SLI(j); in test_lr()
74 t2 = LR.num_SRI(j); in test_lr()
79 t2 = LR.num_FLE(j); in test_lr()
84 t2 = LR.num_FRE(j); in test_lr()
122 LR.free_all(); in main()
125 print_lr(LR, A); in main()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/bi-lstm-sort/
H A Dbi-lstm-sort.ipynb312 "Epoch [0] Loss: 1.6627886372227823, LR 0.01\n",
313 "Epoch [1] Loss: 1.210370733382854, LR 0.01\n",
314 "Epoch [2] Loss: 0.9692377131035987, LR 0.01\n",
315 "Epoch [3] Loss: 0.7976046623067653, LR 0.01\n",
316 "Epoch [4] Loss: 0.5714595343476983, LR 0.01\n",
317 "Epoch [5] Loss: 0.4458411196444897, LR 0.01\n",
318 "Epoch [6] Loss: 0.36039798817736035, LR 0.01\n",
319 "Epoch [7] Loss: 0.32665719377233626, LR 0.01\n",
320 "Epoch [8] Loss: 0.262064205702915, LR 0.01\n",
321 "Epoch [9] Loss: 0.22285924059279422, LR 0.0075\n",
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/bi-lstm-sort/
H A Dbi-lstm-sort.ipynb312 "Epoch [0] Loss: 1.6627886372227823, LR 0.01\n",
313 "Epoch [1] Loss: 1.210370733382854, LR 0.01\n",
314 "Epoch [2] Loss: 0.9692377131035987, LR 0.01\n",
315 "Epoch [3] Loss: 0.7976046623067653, LR 0.01\n",
316 "Epoch [4] Loss: 0.5714595343476983, LR 0.01\n",
317 "Epoch [5] Loss: 0.4458411196444897, LR 0.01\n",
318 "Epoch [6] Loss: 0.36039798817736035, LR 0.01\n",
319 "Epoch [7] Loss: 0.32665719377233626, LR 0.01\n",
320 "Epoch [8] Loss: 0.262064205702915, LR 0.01\n",
321 "Epoch [9] Loss: 0.22285924059279422, LR 0.0075\n",
[all …]
/dports/misc/p5-List-Compare/List-Compare-0.53/t/
H A D49_lc_subset.t13 my ($lc, $LR, $RL);
16 $LR = $lc->is_LsubsetR();
24 $LR = $lc->is_LsubsetR();
32 $LR = $lc->is_LsubsetR();
40 $LR = $lc->is_LsubsetR();
43 $LR = $lc->is_AsubsetB();
54 $LR = $lc->is_LsubsetR();
57 $LR = $lc->is_AsubsetB();
68 $LR = $lc->is_LsubsetR();
71 $LR = $lc->is_AsubsetB();
[all …]
H A D50_lcf_subset.t13 my ($LR, $RL);
15 $LR = is_LsubsetR( [ [], [] ] );
21 $LR = is_LsubsetR( [ \@a0, \@a0 ] );
22 ok($LR, "simple: array is subset of itself");
27 $LR = is_LsubsetR( [ \@a0, \@a3 ] );
28 ok(! $LR, "simple: disjoint are not subsets");
33 $LR = is_LsubsetR( [ \@a0, \@a1 ] );
34 ok($LR, "simple: left is subset of right");
39 $LR = is_LsubsetR( [ \@a1, \@a0 ] );
45 $LR = is_LsubsetR( { lists => [ [], [] ] } );
[all …]
/dports/devel/asmx/asmx-1.8.2_2/
H A Df8.asm3 LR A,KU ; 00
4 LR A,KL ; 01
5 LR A,QU ; 02
6 LR A,QL ; 03
7 LR KU,A ; 04
8 LR KL,A ; 05
9 LR QU,A ; 06
10 LR QL,A ; 07
12 LR K,PC1 ; 08
14 LR A,IS ; 0A
[all …]
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/widget/
H A Ddebugger.c72 #define LR(Y) ( (Y)*8 - DISPLAY_BORDER_HEIGHT ) macro
127 widget_printstring( LC(10), LR(9) - 4, 6, in widget_debugger_draw()
146 widget_printstring_right( LR(35) + 4, LR(10), 5, "Bas\022e\021" ); in widget_debugger_draw()
148 widget_printstring( LR(36), LR(10), 7, pbuf ); in widget_debugger_draw()
150 widget_display_lines( LR(0) / 8, 12 ); in widget_debugger_draw()
291 show_register1( LC(36), LR(1), "I", I ); in display_registers()
315 show_register1( LC(37), LR(4), "AY", in display_registers()
319 show_register1( LC(6), LR(5), "128Mem", in display_registers()
323 show_register1( LC(15), LR(5), "+3Mem", in display_registers()
432 widget_up_arrow( LC(0), LR(0), 7 ); in display_breakpts()
[all …]
/dports/emulators/fuse/fuse-1.6.0/ui/widget/
H A Ddebugger.c72 #define LR(Y) ( (Y)*8 - DISPLAY_BORDER_HEIGHT ) macro
133 widget_printstring( LC(10), LR(15) - 4, 6, in widget_debugger_draw()
152 widget_printstring_right( LR(35) + 4, LR(16), 5, "Bas\022e\021" ); in widget_debugger_draw()
154 widget_printstring( LR(36), LR(16), 7, pbuf ); in widget_debugger_draw()
156 widget_display_lines( LR(0) / 8, 18 ); in widget_debugger_draw()
301 show_register1( LC(36), LR(1), "I", I ); in display_registers()
327 show_register1( LC(37), LR(4), "AY", in display_registers()
331 show_register1( LC(6), LR(5), "128Mem", in display_registers()
335 show_register1( LC(15), LR(5), "+3Mem", in display_registers()
468 widget_up_arrow( LC(0), LR(0), 7 ); in display_breakpts()
[all …]
/dports/math/fxt/fxt/src/comb/
H A Dbig-fact2perm.cc18 LR.set_all(); in perm2ffact()
22 ulong i = LR.num_SLE( x[k] ); in perm2ffact()
23 LR.get_set_idx_chg( i ); in perm2ffact()
36 LR.free_all(); in ffact2perm()
42 ulong i = LR.get_free_idx_chg( 0 ); in ffact2perm()
54 LR.free_all(); in ffact2invperm()
72 LR.set_all(); in perm2rfact()
76 ulong i = LR.num_SLE( x[r] ); in perm2rfact()
77 LR.get_set_idx_chg( i ); in perm2rfact()
90 LR.free_all(); in rfact2perm()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXPressureTracker.cpp27 LiveRange *LR; member
29 LiveRangeAndLength(LiveRange *LR, unsigned Length) : LR(LR), Length(Length) {} in LiveRangeAndLength()
56 for (auto I = LR->value_begin(), E = LR->value_end(); I != E; ++I) { in getSizeInBytes()
86 if (!LR || LR->getCategory() != RegCategory::GENERAL) in decreasePressure()
95 for (auto SI = LR->begin(), SE = LR->end(); SI != SE; ++SI) { in decreasePressure()
110 LRLs.emplace_back(LR, LR->getLength(/*WithWeak*/ false)); in calculate()
117 LiveRange *LR = I.LR; in calculate() local
119 for (auto SI = LR->begin(), SE = LR->end(); SI != SE; ++SI) { in calculate()
163 if (!LR || LR->getCategory() == RegCategory::NONE) in intersectWithRedRegion()
165 for (auto I = LR->begin(), E = LR->end(); I != E; ++I) in intersectWithRedRegion()
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/test/srdft/
H A Dshield_spin.tst837 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.6 s
838 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.5 s
839 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.6 s
840 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.6 s
841 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.6 s
842 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.6 s
843 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.6 s
844 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.5 s
845 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.6 s
846 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.5 s
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/test/pcm_shield_spin/result/
H A Dshield_spin_C2H3Li_STO-3G.out759 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.6 s
760 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.5 s
761 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.6 s
762 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.6 s
763 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.6 s
764 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.6 s
765 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.6 s
766 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.5 s
767 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.6 s
768 Electrons: 17.999989(-1.06e-05): LR-DFT*1 evaluation time: 0.5 s
[all …]
/dports/math/linbox/linbox-1.6.3/examples/
H A Dgivaro-poly-local.C40 LR.mul(lc, la, lb); in testMul()
42 if (LR.areEqual(lc, qc)) { in testMul()
65 LR.add(lc, la, lb); in testAdd()
67 if (LR.areEqual(lc, qc)) { in testAdd()
86 QuotRing QR, LocalRing LR, in testAxpy() argument
94 LR.axpy(ld, la, lb, lc); in testAxpy()
96 if (LR.areEqual(ld, qd)) { in testAxpy()
136 LocalRing LR(R, g, e); in main()
143 LR.init(la, i); in main()
149 LR.init(lb, j); in main()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/matrox/
H A Dmatroxfb_maven.c548 LR(0x00); LR(0x01); LR(0x02); LR(0x03); in maven_init_TV()
550 LR(0x04); in maven_init_TV()
552 LR(0x2C); in maven_init_TV()
553 LR(0x08); in maven_init_TV()
554 LR(0x0A); in maven_init_TV()
555 LR(0x09); in maven_init_TV()
556 LR(0x29); in maven_init_TV()
559 LR(0x0B); in maven_init_TV()
560 LR(0x0C); in maven_init_TV()
575 LR(0x34); in maven_init_TV()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/matrox/
H A Dmatroxfb_maven.c548 LR(0x00); LR(0x01); LR(0x02); LR(0x03); in maven_init_TV()
550 LR(0x04); in maven_init_TV()
552 LR(0x2C); in maven_init_TV()
553 LR(0x08); in maven_init_TV()
554 LR(0x0A); in maven_init_TV()
555 LR(0x09); in maven_init_TV()
556 LR(0x29); in maven_init_TV()
559 LR(0x0B); in maven_init_TV()
560 LR(0x0C); in maven_init_TV()
575 LR(0x34); in maven_init_TV()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/matrox/
H A Dmatroxfb_maven.c548 LR(0x00); LR(0x01); LR(0x02); LR(0x03); in maven_init_TV()
550 LR(0x04); in maven_init_TV()
552 LR(0x2C); in maven_init_TV()
553 LR(0x08); in maven_init_TV()
554 LR(0x0A); in maven_init_TV()
555 LR(0x09); in maven_init_TV()
556 LR(0x29); in maven_init_TV()
559 LR(0x0B); in maven_init_TV()
560 LR(0x0C); in maven_init_TV()
575 LR(0x34); in maven_init_TV()
[all …]
/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/matrox/
H A Dmatrox_maven.c202 LR(0x00); in maven_set_regs()
203 LR(0x01); in maven_set_regs()
204 LR(0x02); in maven_set_regs()
205 LR(0x03); in maven_set_regs()
206 LR(0x04); in maven_set_regs()
207 LR(0x2C); in maven_set_regs()
208 LR(0x08); in maven_set_regs()
209 LR(0x0A); in maven_set_regs()
210 LR(0x09); in maven_set_regs()
211 LR(0x29); in maven_set_regs()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/spu/
H A Dcrt0.S85 il $LR, TAGID
91 il $LR, MFC_GET_CMD
92 wrch $MFC_Cmd, $LR
93 il $LR, TAGMASK
112 il $LR, 0
126 stqd $LR,0($SP)
135 stqd $LR,16($SP)
154 brsl $LR, _init
159 brsl $LR, atexit
179 brsl $LR, main
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/plugin/mpi/
H A Dhtool.cpp143 HMatrix<LR,K>** Hmat =GetAny<HMatrix<LR,K>** >((*emat)(stack)); in SetHMatrix()
216 HMatrix<LR,K>** Hmat =GetAny<HMatrix<LR,K>** >((*einter)(stack)); in ToDense()
218 HMatrix<LR,K>& H = **Hmat; in ToDense()
238 const HMatrix<LR ,K>* h;
304 HMatrix<LR,K>** H =GetAny<HMatrix<LR,K>** >((*a)(stack)); in operator ()()
449 Dcl_Type<HMatrix<LR ,K>**>(Initialize<HMatrix<LR,K>*>, Delete<HMatrix<LR,K>*>); in add()
450 Dcl_TypeandPtr<HMatrix<LR ,K>*>(0,0,::InitializePtr<HMatrix<LR ,K>*>,::DeletePtr<HMatrix<LR ,K>*>); in add()
453 Add<const typename assembleHMatrix<LR, K>::Op *>("<-","(", new assembleHMatrix<LR, K>); in add()
456 …new OneOperator2_<HMatrix<LR ,K>**,HMatrix<LR ,K>**,const typename assembleHMatrix<LR, K>::Op*,E_F… in add()
458 …new OneOperator2_<HMatrix<LR ,K>**,HMatrix<LR ,K>**,const typename assembleHMatrix<LR, K>::Op*,E_F… in add()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/REAXFF/
H A Dreaxff_lookup.cpp155 LR_lookup_table ** & LR = system->LR; in Init_Lookup_Tables() local
180 LR = (LR_lookup_table**) in Init_Lookup_Tables()
183 LR[i] = (LR_lookup_table*) in Init_Lookup_Tables()
197 LR[i][j].xmin = 0; in Init_Lookup_Tables()
200 LR[i][j].dx = dr; in Init_Lookup_Tables()
202 LR[i][j].y = (LR_data*) in Init_Lookup_Tables()
218 h[r] = LR[i][j].dx; in Init_Lookup_Tables()
227 h[r] = LR[i][j].dx; in Init_Lookup_Tables()
253 LR[i][j].n = 0; in Init_Lookup_Tables()
272 LR_lookup_table ** & LR = system->LR; in Deallocate_Lookup_Tables() local
[all …]
/dports/math/cmlib/cmlib-3.0_8/src/fishpak/
H A Dpos3d1.f27 LR = L
34 SCALX = LR+LRDEL
43 104 DO 105 I=1,LR
48 106 CALL SINTI (LR,WX)
50 107 CALL COSTI (LR,WX)
53 XRT(LR) = -4.*C1
54 DO 109 I=3,LR,2
58 CALL RFFTI (LR,WX)
135 DO 158 I=1,LR
170 DO 163 I=1,LR
[all …]
/dports/math/slatec/src/
H A Dpos3d1.f28 LR = L
35 SCALX = LR+LRDEL
44 104 DO 105 I=1,LR
49 106 CALL SINTI (LR,WX)
51 107 CALL COSTI (LR,WX)
54 XRT(LR) = -4.*C1
55 DO 109 I=3,LR,2
59 CALL RFFTI (LR,WX)
136 DO 158 I=1,LR
171 DO 163 I=1,LR
[all …]
/dports/graphics/embree/embree-3.13.2/kernels/subdiv/
H A Dlinear_bezier_patch.h43 : LR(curve.LR) {}
46 LR = other.LR; return *this;
50 : LR(LR) {}
256 : LR(curve.LR) {}
259 LR = other.LR; return *this;
263 : LR(LR) {}
269 return CubicBezierCurve<Vec2fa>(Vec2fa(LR.v0),Vec2fa(LR.v1),Vec2fa(LR.v2),Vec2fa(LR.v3));
287 …ierCurve<vfloat4> LRy(shuffle<1,0,3,2>(LR.v0),shuffle<1,0,3,2>(LR.v1),shuffle<1,0,3,2>(LR.v2),shuf…
298 …ierCurve<vfloat4> LRy(shuffle<1,0,3,2>(LR.v0),shuffle<1,0,3,2>(LR.v1),shuffle<1,0,3,2>(LR.v2),shuf…
320 …zierCurve<vfloat4> LL(shuffle<0,1,0,1>(LR.v0),shuffle<0,1,0,1>(LR.v1),shuffle<0,1,0,1>(LR.v2),shuf…
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/CMSIS/CMSIS/RTOS/RTX/SRC/IAR/
H A DHAL_CM4.s66 BX LR
77 BX LR
97 BX LR
118 BX LR
139 BX LR
155 PUSH {R4,LR} /* Save EXC_RETURN */
201 MVNNE LR,#~0xFFFFFFED
206 BX LR
211 PUSH {R4,LR} /* Save Registers */
236 PUSH {R4,LR} /* Save EXC_RETURN */
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/CMSIS/CMSIS/RTOS/RTX/SRC/GCC/
H A DHAL_CM4.s64 BX LR
82 BX LR
109 BX LR
137 BX LR
165 BX LR
204 PUSHEQ {LR}
244 MVNNE LR,#~0xFFFFFFED
250 PUSH {LR}
253 BX LR
307 PUSHEQ {LR}
[all …]

12345678910>>...280