代码搜索:Fixed-Point
找到约 1,051 项符合「Fixed-Point」的源代码
代码结果 1,051
www.eeworm.com/read/217165/14976179
zip 28x fixed-point math library (sprc085a).zip
www.eeworm.com/read/290224/8495225
lua factorial.lua
-- function closures are powerful
-- traditional fixed-point operator from functional programming
Y = function (g)
local a = function (f) return f(f) end
return a(function (f)
www.eeworm.com/read/389586/8512725
txt 51. c28x fixed-point math library (sprc085).txt
Fixed-point math library (QMATH) contains highly optimized, fixed point math/trigonometric functions that are developed as an easy-to-use library, which has to be linked to the user's application. The
www.eeworm.com/read/237367/8626709
h icomplex.h
/*
Header file icomplex.h for fixed-point
*/
struct cmpx /* Q15 format */
{
int re;
int im;
};
typedef struct cmpx complex;
struct lcmpx /* Q31 format */
{
long re;
long
www.eeworm.com/read/283403/9023829
txt 51. c28x fixed-point math library (sprc085).txt
Fixed-point math library (QMATH) contains highly optimized, fixed point math/trigonometric functions that are developed as an easy-to-use library, which has to be linked to the user's application. The
www.eeworm.com/read/169910/9833144
h icomplex.h
/*
Header file icomplex.h for fixed-point
*/
struct cmpx /* Q15 format */
{
int re;
int im;
};
typedef struct cmpx complex;
struct lcmpx /* Q31 format */
{
long re;
long
www.eeworm.com/read/162609/10291387
h complex.h
/*
2.4 kbps MELP Proposed Federal Standard speech coder
Fixed-point C code, version 1.0
Copyright (c) 1998, Texas Instruments, Inc.
Texas Instruments has intellectual property rights on
www.eeworm.com/read/425826/10317906
h fsvq_cb.h
/*
2.4 kbps MELP Proposed Federal Standard speech coder
Fixed-point C code, version 1.0
Copyright (c) 1998, Texas Instruments, Inc.
Texas Instruments has intellectual property rights on th
www.eeworm.com/read/425826/10317944
h mathdp31.h
/*
2.4 kbps MELP Proposed Federal Standard speech coder
Fixed-point C code, version 1.0
Copyright (c) 1998, Texas Instruments, Inc.
Texas Instruments has intellectual property rights on th
www.eeworm.com/read/352500/10547384
c example 2-2.c
/* Example 2 - 2. Unsigned Fixed-Point Division C Subroutine for C6x */
/********************************************************************/
/* num --- numerator(被除数), den --- denominat