代码搜索:LSL

找到约 1,164 项符合「LSL」的源代码

代码结果 1,164
www.eeworm.com/read/493833/6391413

m qrd_lsl.m

function [Wo, ee, gamma] = qrd_lsl(u, d, M, verbose, lambda, delta) % function [Wo, ee, gamma] = qrd_lsl(u, d, M, verbose, lambda, delta) % % qrd_lsl.m - apply the standard QR-decomposition based LSL
www.eeworm.com/read/480372/6673076

m qrd_lsl.m

function [Wo, ee, gamma] = qrd_lsl(u, d, M, verbose, lambda, delta) % function [Wo, ee, gamma] = qrd_lsl(u, d, M, verbose, lambda, delta) % % qrd_lsl.m - apply the standard QR-decomposition based LSL
www.eeworm.com/read/402601/11532203

m qrd_lsl.m

function [Wo, ee, gamma] = qrd_lsl(u, d, M, verbose, lambda, delta) % function [Wo, ee, gamma] = qrd_lsl(u, d, M, verbose, lambda, delta) % % qrd_lsl.m - apply the standard QR-decomposition based LSL
www.eeworm.com/read/346716/11728660

m qrd_lsl.m

function [Wo, ee, gamma] = qrd_lsl(u, d, M, verbose, lambda, delta) % function [Wo, ee, gamma] = qrd_lsl(u, d, M, verbose, lambda, delta) % % qrd_lsl.m - apply the standard QR-decomposition based LSL
www.eeworm.com/read/344684/11867765

s lsl32.s

.text ; input R16/17/18/19, stack ; output R16/17/18/19 ; lsl(int l, int cnt) lsl32:: push R0 ld R0,y+ loop: tst R0 breq done lsl R16 rol R17 rol R18 rol R19 dec R0 rjmp lo
www.eeworm.com/read/344684/11867845

s lsl16.s

.text ; lsl(int l, int cnt) lsl16:: loop: tst R18 breq done lsl R16 rol R17 dec R18 rjmp loop done: ret
www.eeworm.com/read/344684/11868113

s lsl8.s

; left shift, byte variant ; input: R16, R17 ; output: R16 ; .text lsl8:: tst R17 breq done lsl R16 dec R17 rjmp lsl8 done: ret
www.eeworm.com/read/155317/11884961

s lsl32.s

.text ; input R16/17/18/19, stack ; output R16/17/18/19 ; lsl(int l, int cnt) lsl32:: push R0 ld R0,y+ loop: tst R0 breq done lsl R16 rol R17 rol R18 rol R19 dec R0 rjmp lo
www.eeworm.com/read/155317/11884994

s lsl16.s

.text ; lsl(int l, int cnt) lsl16:: loop: tst R18 breq done lsl R16 rol R17 dec R18 rjmp loop done: ret
www.eeworm.com/read/155317/11885139

s lsl8.s

; left shift, byte variant ; input: R16, R17 ; output: R16 ; .text lsl8:: tst R17 breq done lsl R16 dec R17 rjmp lsl8 done: ret