代码搜索:Loop

找到约 10,000 项符合「Loop」的源代码

代码结果 10,000
www.eeworm.com/read/382086/9050916

asm dotp4afunc.asm

;Dotp4afunc.asm Multiply two arrays. Called from dotp4a_init.asm ;A4=x address,B4=y address,A6=count(size of array),B3=return address .def dotp4afunc ;dot product function .text
www.eeworm.com/read/382086/9050929

log cc_build_debug.log

--------------------------- Loop_print.pjt - Debug --------------------------- "C:\TI\C6000\CGTOOLS\BIN\cl6x" -g -k -o3 -fr"C:/ti/myprojects/Loop_print/" -@"Debug.lkf" "c6xdskinit.c" [c6xdskinit.c
www.eeworm.com/read/382086/9051031

asm sine8_intr.asm

;****************************************************************************** ;* TMS320C6x ANSI C Codegen Version 4.10 * ;* Date/Time created: Tue Oct 23 10:47
www.eeworm.com/read/382086/9051035

c sine8_intr.c

//sine8_intr.c Sine generation using 8 points, f=Fs/(# of points) //Comm routines and support files included in C6xdskinit.c short loop = 0; short sin_table[8] = {0,707,1000,707,0,-707,-1000,-707
www.eeworm.com/read/382082/9051144

asm sine8_intr.asm

;****************************************************************************** ;* TMS320C6x ANSI C Codegen Version 4.10 * ;* Date/Time created: Tue Oct 23 10:47
www.eeworm.com/read/382082/9051150

c sine8_intr.c

//sine8_intr.c Sine generation using 8 points, f=Fs/(# of points) //Comm routines and support files included in C6xdskinit.c short loop = 0; short sin_table[8] = {0,707,1000,707,0,-707,-1000,-707
www.eeworm.com/read/185192/9052079

s f.s

ld f2, a add r1, r0, xtop loop: ld f0, 0(r1) multd f4, f0, f2 divd f10, f8, f0 sd 0(r1), f4 sub r1, r1, #8 bnez r1, loop nop trap #0
www.eeworm.com/read/185192/9052168

s gcm.s

;*********** WINDLX Ex.1: Greatest common measure ************* ;*********** (c) 1991 G黱ther Raidl ************* ;*********** Modified 1992 Maziar Khosravipour ************* ;---------------
www.eeworm.com/read/282428/9094323

log cc_build_debug.log

--------------------------- Loop_store.pjt - Debug --------------------------- "C:\TI\C6000\CGTOOLS\BIN\cl6x" -g -k -o3 -fr"C:/ti/myprojects/Loop_store" -@"Debug.lkf" "c6xdskinit.c" [c6xdskinit.c]
www.eeworm.com/read/282428/9094965

asm fircircfunc.asm

;FIRcircfunc.asm ASM function called from C using circular addressing ;A4=newest sample, B4=coefficient address, A6=filter order ;Delay samples organized: x[n-(N-1)]...x[n]; coeff as h(0)...h[N-1]