|
FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Macros | |
| #define | hDoCVn(from, to_t, size) |
Functions | |
| FBCALL double | fb_CVDFROMLONGINT (long long ll) |
| FBCALL float | fb_CVSFROML (int l) |
| FBCALL int | fb_CVLFROMS (float f) |
| FBCALL long long | fb_CVLONGINTFROMD (double d) |
| #define hDoCVn | ( | from, | |
| to_t, | |||
| size | |||
| ) |
Definition at line 5 of file math_cvn.c.
| FBCALL double fb_CVDFROMLONGINT | ( | long long | ll) |
Definition at line 19 of file math_cvn.c.
| FBCALL int fb_CVLFROMS | ( | float | f) |
Definition at line 29 of file math_cvn.c.
| FBCALL long long fb_CVLONGINTFROMD | ( | double | d) |
Definition at line 34 of file math_cvn.c.
| FBCALL float fb_CVSFROML | ( | int | l) |
Definition at line 24 of file math_cvn.c.