![]() |
CI130X SDK API手册
2.2.0
本手册用于描述CI130X SDK各个组件和驱动API
|
宏定义 | |
| #define | Q28_2 0x20000000 /* Q28: 2.0 */ |
| #define | Q28_15 0x30000000 /* Q28: 1.5 */ |
| #define | NUM_ITER_IRN 5 |
| #define | NUM_TERMS_RPI 5 |
| #define | LOG2_EXP_INV 0x58b90bfc /* 1/log2(e), Q31 */ |
函数 | |
| int STATNAME() | InvRNormalized (int r) |
| int STATNAME() | RatioPowInv (int a, int b, int c) |
| int STATNAME() | SqrtFix (int q, int fBitsIn, int *fBitsOut) |
变量 | |
| static const int | invTab [5] = {0x40000000, 0x20000000, 0x15555555, 0x10000000, 0x0ccccccd} |
| #define LOG2_EXP_INV 0x58b90bfc /* 1/log2(e), Q31 */ |
| #define NUM_ITER_IRN 5 |
| #define NUM_TERMS_RPI 5 |
| #define Q28_15 0x30000000 /* Q28: 1.5 */ |
| #define Q28_2 0x20000000 /* Q28: 2.0 */ |
| int STATNAME() InvRNormalized | ( | int | r | ) |
| int STATNAME() RatioPowInv | ( | int | a, |
| int | b, | ||
| int | c | ||
| ) |
| int STATNAME() SqrtFix | ( | int | q, |
| int | fBitsIn, | ||
| int * | fBitsOut | ||
| ) |
|
static |
1.8.14