#include <fenv.h>
Go to the source code of this file.
|
| void | clear_fpu_status_bits () |
| |
| unsigned int | get_fpu_status_bits () |
| |
| void | _MM_SET_EXCEPTION_STATE (unsigned int __mask) |
| |
| unsigned int | _MM_GET_EXCEPTION_STATE (void) |
| |
| void | AVOIDDENORMALS () |
| |
| void | gx_system::atomic_set (volatile int *p, int v) |
| |
| void | gx_system::atomic_set (volatile unsigned int *p, unsigned int v) |
| |
| int | gx_system::atomic_get (volatile int &p) |
| |
| unsigned int | gx_system::atomic_get (volatile unsigned int &p) |
| |
| void | gx_system::atomic_inc (volatile int *p) |
| |
| void | gx_system::atomic_inc (volatile unsigned int *p) |
| |
| bool | gx_system::atomic_compare_and_exchange (volatile int *p, int oldv, int newv) |
| |
| template<class T > |
| void | gx_system::atomic_set (T **p, T *v) |
| |
| template<class T > |
| void | gx_system::atomic_set_0 (T **p) |
| |
| template<class T > |
| T * | gx_system::atomic_get (T *&p) |
| |
| template<class T > |
| bool | gx_system::atomic_compare_and_exchange (T **p, T *oldv, T *newv) |
| |
| void | gx_system::add_time_measurement () |
| |
| void | gx_system::measure_start () |
| |
| void | gx_system::measure_pause () |
| |
| void | gx_system::measure_cont () |
| |
| void | gx_system::measure_stop () |
| |
| void | gx_system::list_subdirs (PathList pl, std::vector< FileName > &dirs) |
| |
| BasicOptions & | gx_system::get_options () |
| |
| int | gx_system::gx_system_call (const std::string &, bool devnull=false, bool escape=false) |
| |
| void | gx_system::strip (Glib::ustring &s) |
| |
| template<class T > |
| std::string | gx_system::to_string (const T &t) |
| |
| std::string | gx_system::encode_filename (const std::string &s) |
| |
| std::string | gx_system::decode_filename (const std::string &s) |
| |
◆ ASCII_START
◆ GDK_NO_MOD_MASK
| #define GDK_NO_MOD_MASK (GdkModifierType)0 |
◆ RPCPORT_DEFAULT
| #define RPCPORT_DEFAULT (-2) |
◆ RPCPORT_NONE
| #define RPCPORT_NONE (-1) |
◆ SRC_HEADERS_GX_SYSTEM_H_
| #define SRC_HEADERS_GX_SYSTEM_H_ |
◆ SYSTEM_OK
◆ _MM_GET_EXCEPTION_STATE()
| unsigned int _MM_GET_EXCEPTION_STATE |
( |
void |
| ) |
|
|
inline |
◆ _MM_SET_EXCEPTION_STATE()
| void _MM_SET_EXCEPTION_STATE |
( |
unsigned int |
__mask | ) |
|
|
inline |
◆ AVOIDDENORMALS()
◆ clear_fpu_status_bits()
| void clear_fpu_status_bits |
( |
| ) |
|
|
inline |
◆ get_fpu_status_bits()
| unsigned int get_fpu_status_bits |
( |
| ) |
|
|
inline |