![]() |
CHDK_DE Vorschauversion
Trunk Rev. 6014
|
#include "stdlib.h"
#include "math.h"
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"
#include "cordic_math.h"
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | limathlib_c |
#define | LUA_LIB |
Variablen | |
static const luaL_Reg | imathlib [] |
#define limathlib_c |
Definiert in Zeile 13 der Datei limathlib.c.
#define LUA_LIB |
Definiert in Zeile 14 der Datei limathlib.c.
LUALIB_API int floatToInt | ( | double | val) |
Definiert in Zeile 26 der Datei limathlib.c.
|
static |
Definiert in Zeile 130 der Datei limathlib.c.
|
static |
Definiert in Zeile 81 der Datei limathlib.c.
|
static |
Definiert in Zeile 125 der Datei limathlib.c.
|
static |
Definiert in Zeile 76 der Datei limathlib.c.
|
static |
Definiert in Zeile 135 der Datei limathlib.c.
|
static |
Definiert in Zeile 86 der Datei limathlib.c.
|
static |
Definiert in Zeile 196 der Datei limathlib.c.
|
static |
Definiert in Zeile 106 der Datei limathlib.c.
|
static |
Definiert in Zeile 57 der Datei limathlib.c.
|
static |
Definiert in Zeile 149 der Datei limathlib.c.
|
static |
Definiert in Zeile 44 der Datei limathlib.c.
|
static |
Definiert in Zeile 201 der Datei limathlib.c.
|
static |
Definiert in Zeile 191 der Datei limathlib.c.
|
static |
Definiert in Zeile 186 der Datei limathlib.c.
|
static |
Definiert in Zeile 159 der Datei limathlib.c.
|
static |
Definiert in Zeile 169 der Datei limathlib.c.
|
static |
Definiert in Zeile 164 der Datei limathlib.c.
|
static |
Definiert in Zeile 38 der Datei limathlib.c.
|
static |
Definiert in Zeile 30 der Datei limathlib.c.
|
static |
Definiert in Zeile 140 der Datei limathlib.c.
|
static |
Definiert in Zeile 91 der Datei limathlib.c.
|
static |
Definiert in Zeile 174 der Datei limathlib.c.
|
static |
Definiert in Zeile 154 der Datei limathlib.c.
|
static |
Definiert in Zeile 116 der Datei limathlib.c.
|
static |
Definiert in Zeile 67 der Datei limathlib.c.
|
static |
Definiert in Zeile 206 der Datei limathlib.c.
|
static |
Definiert in Zeile 101 der Datei limathlib.c.
|
static |
Definiert in Zeile 52 der Datei limathlib.c.
|
static |
Definiert in Zeile 180 der Datei limathlib.c.
|
static |
Definiert in Zeile 111 der Datei limathlib.c.
|
static |
Definiert in Zeile 62 der Datei limathlib.c.
LUALIB_API double intToFloat | ( | int | val) |
Definiert in Zeile 22 der Datei limathlib.c.
LUALIB_API int luaopen_imath | ( | lua_State * | L) |
Definiert in Zeile 250 der Datei limathlib.c.
Definiert in Zeile 211 der Datei limathlib.c.