代码搜索结果
找到约 10,000 项符合
Test 的代码
test.c
#include "..\include\c54math.h"
#include "test.dat"
void main()
{
rand16init();
oflag = rand16( x, 32 );
for(;;){}
}
test.cmd
-c
-l ..\include\rts.lib
-l ..\include\c54math.lib
-stack 0x200
-heap 0x200
-o test.out
-m test.map
MEMORY
{
PAGE 0:
INT_PM_DRAM: origin = 0080h,
test.asm
;***************************************************************
;* TMS320C54x ANSI C Codegen Version 1.10 *
;* Date/Time created: Sat Jun 12 16:21:45 1999 *
;*
test.map
*****************************************************
TMS320C54x COFF Linker Version 1.10
*****************************************************
Sat Jun 12 16:21:46 1999
OUTPUT FILE NAM
test.dat
float x[32]={
0.5,
0.25,
0.125,
0.0625,
0.03125,
0.015625,
0.0078125,
0.00390625,
0.01,
-0.5,
-0.25,
-0.125,
-0.0625,
-0.03125,
-0.015625,
-0.0078125,
-0.00390625,
-0.01,
};
DATA
test.c
#include "..\include\c54math.h"
#include "test.dat"
void main()
{
dptr = r;
oflag = fltoq15( x, r, 32);
oflag = q15tofl( r, x, 32);
for(;;){}
}
test.cmd
-c
-l ..\include\rts.lib
-l ..\include\c54math.lib
-stack 0x200
-heap 0x200
-o test.out
-m test.map
MEMORY
{
PAGE 0:
INT_PM_DRAM: origin = 0080h,