#include "sp_vm_types.h"
Include dependency graph for sp_typeutil.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| cell_t | sp_ftoc (float val) |
| Reinterpret-casts a float to a cell (requires -fno-strict-aliasing for GCC). | |
| float | sp_ctof (cell_t val) |
| Reinterpret-casts a cell to a float (requires -fno-strict-aliasing for GCC). | |
Definition in file sp_typeutil.h.
| cell_t sp_ftoc | ( | float | val | ) | [inline] |
Reinterpret-casts a float to a cell (requires -fno-strict-aliasing for GCC).
| val | Float value. |
Definition at line 48 of file sp_typeutil.h.
| float sp_ctof | ( | cell_t | val | ) | [inline] |
Reinterpret-casts a cell to a float (requires -fno-strict-aliasing for GCC).
| val | Cell-packed float value. |
Definition at line 59 of file sp_typeutil.h.
1.5.1