#include <common/fixed.h>#include <stdio.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| void | fixed_lua_number2str (char *result, int number) |
| int | fixed_lua_str2number (const char *s, char **endptr) |
| int | fixed_lua_number2int (int n) |
| int | fixed_luai_nummul (int a, int b) |
| int | fixed_luai_numdiv (int a, int b) |
| int | fixed_luai_nummod (int a, int b) |
| int | fixed_luai_numpow (int a, int b) |
| int fixed_lua_number2int | ( | int | n | ) |
Definition at line 20 of file lfixed.cpp.
| void fixed_lua_number2str | ( | char * | result, | |
| int | number | |||
| ) |
Definition at line 7 of file lfixed.cpp.
| int fixed_lua_str2number | ( | const char * | s, | |
| char ** | endptr | |||
| ) |
Definition at line 13 of file lfixed.cpp.
| int fixed_luai_numdiv | ( | int | a, | |
| int | b | |||
| ) |
Definition at line 34 of file lfixed.cpp.
| int fixed_luai_nummod | ( | int | a, | |
| int | b | |||
| ) |
Definition at line 42 of file lfixed.cpp.
| int fixed_luai_nummul | ( | int | a, | |
| int | b | |||
| ) |
Definition at line 26 of file lfixed.cpp.
| int fixed_luai_numpow | ( | int | a, | |
| int | b | |||
| ) |
Definition at line 50 of file lfixed.cpp.
1.5.3