CHDK_DE Vorschauversion
Trunk Rev. 6014
|
gehe zum Quellcode dieser Datei
Variablen | |
fixed | atan_tab [][M] |
fixed | INV_GAIN_CIRCLE [] = {0x136e9, 0x136e8} |
fixed | FULL_CIRCLE [] = {0xc90fd, 0x2d00000} |
fixed | HALF_CIRCLE [] = {0x6487e, 0x1680000} |
fixed | QUART_CIRCLE [] = {0x3243f, 0xb40000} |
fixed | ATAN_LIMIT = 0x36f602be |
fixed | FIXED_MAX = 16383.99999 |
Definiert in Zeile 179 der Datei cordic_math.c.
LUALIB_API fixed acosd | ( | fixed | x) |
Definiert in Zeile 221 der Datei cordic_math.c.
LUALIB_API fixed acosr | ( | fixed | x) |
Definiert in Zeile 254 der Datei cordic_math.c.
Definiert in Zeile 172 der Datei cordic_math.c.
LUALIB_API fixed asind | ( | fixed | x) |
Definiert in Zeile 217 der Datei cordic_math.c.
LUALIB_API fixed asinr | ( | fixed | x) |
Definiert in Zeile 250 der Datei cordic_math.c.
Definiert in Zeile 186 der Datei cordic_math.c.
LUALIB_API fixed atand | ( | fixed | x) |
Definiert in Zeile 225 der Datei cordic_math.c.
Definiert in Zeile 106 der Datei cordic_math.c.
LUALIB_API fixed atanr | ( | fixed | x) |
Definiert in Zeile 258 der Datei cordic_math.c.
Definiert in Zeile 29 der Datei cordic_math.c.
|
static |
Definiert in Zeile 48 der Datei cordic_math.c.
|
static |
Definiert in Zeile 53 der Datei cordic_math.c.
Definiert in Zeile 152 der Datei cordic_math.c.
LUALIB_API fixed cosd | ( | fixed | phi) |
Definiert in Zeile 205 der Datei cordic_math.c.
LUALIB_API fixed cosr | ( | fixed | phi) |
Definiert in Zeile 238 der Datei cordic_math.c.
Definiert in Zeile 78 der Datei cordic_math.c.
LUALIB_API fixed fceil | ( | fixed | a) |
Definiert in Zeile 271 der Datei cordic_math.c.
LUALIB_API fixed ffloor | ( | fixed | a) |
Definiert in Zeile 276 der Datei cordic_math.c.
LUALIB_API fixed fint | ( | fixed | a) |
Definiert in Zeile 267 der Datei cordic_math.c.
LUALIB_API int4b fixedToInt | ( | fixed | a, |
int | round | ||
) |
Definiert in Zeile 310 der Datei cordic_math.c.
LUALIB_API fixed floatToFixed | ( | double | a) |
Definiert in Zeile 286 der Datei cordic_math.c.
LUALIB_API fixed fround | ( | fixed | a) |
Definiert in Zeile 281 der Datei cordic_math.c.
LUALIB_API fixed intToFixed | ( | int4b | a, |
int | round | ||
) |
Definiert in Zeile 299 der Datei cordic_math.c.
LUALIB_API fixed muldivScaled | ( | fixed | a, |
fixed | b, | ||
fixed | c | ||
) |
Definiert in Zeile 58 der Datei cordic_math.c.
Definiert in Zeile 74 der Datei cordic_math.c.
Definiert in Zeile 192 der Datei cordic_math.c.
LUALIB_API void pold | ( | fixed | px, |
fixed | py, | ||
fixed * | r, | ||
fixed * | theta | ||
) |
Definiert in Zeile 229 der Datei cordic_math.c.
LUALIB_API void polr | ( | fixed | px, |
fixed | py, | ||
fixed * | r, | ||
fixed * | theta | ||
) |
Definiert in Zeile 262 der Datei cordic_math.c.
Definiert in Zeile 164 der Datei cordic_math.c.
LUALIB_API void recd | ( | fixed | r, |
fixed | theta, | ||
fixed * | px, | ||
fixed * | py | ||
) |
Definiert in Zeile 213 der Datei cordic_math.c.
LUALIB_API void recr | ( | fixed | r, |
fixed | theta, | ||
fixed * | px, | ||
fixed * | py | ||
) |
Definiert in Zeile 246 der Datei cordic_math.c.
Definiert in Zeile 146 der Datei cordic_math.c.
Definiert in Zeile 87 der Datei cordic_math.c.
LUALIB_API fixed sind | ( | fixed | phi) |
Definiert in Zeile 201 der Datei cordic_math.c.
LUALIB_API fixed sinr | ( | fixed | phi) |
Definiert in Zeile 234 der Datei cordic_math.c.
Definiert in Zeile 158 der Datei cordic_math.c.
LUALIB_API fixed tand | ( | fixed | phi) |
Definiert in Zeile 209 der Datei cordic_math.c.
LUALIB_API fixed tanr | ( | fixed | phi) |
Definiert in Zeile 242 der Datei cordic_math.c.
fixed ATAN_LIMIT = 0x36f602be |
Definiert in Zeile 25 der Datei cordic_math.c.
Definiert in Zeile 17 der Datei cordic_math.c.
fixed FIXED_MAX = 16383.99999 |
Definiert in Zeile 26 der Datei cordic_math.c.
fixed FULL_CIRCLE[] = {0xc90fd, 0x2d00000} |
Definiert in Zeile 22 der Datei cordic_math.c.
fixed HALF_CIRCLE[] = {0x6487e, 0x1680000} |
Definiert in Zeile 23 der Datei cordic_math.c.
fixed INV_GAIN_CIRCLE[] = {0x136e9, 0x136e8} |
Definiert in Zeile 21 der Datei cordic_math.c.
fixed QUART_CIRCLE[] = {0x3243f, 0xb40000} |
Definiert in Zeile 24 der Datei cordic_math.c.