Functions | |
| Float32 | Modf (Float32 val, Float32 *intpart) |
| Float64 | Modf (Float64 val, Float64 *intpart) |
| Int32 | SAFEINT32 (Float32 x) |
| Int32 | SAFEINT32 (Float64 x) |
| Int64 | SAFEINT64 (Float32 x) |
| Int64 | SAFEINT64 (Float64 x) |
| Int | SAFEINT (Float64 x) |
| Int | SAFEINT (Float32 x) |
Variables | |
| static constexpr Float64 | PI15 |
| static constexpr Float64 | PI15_INV |
| Float32 Modf | ( | Float32 | val, |
| Float32 * | intpart | ||
| ) |
| Float64 Modf | ( | Float64 | val, |
| Float64 * | intpart | ||
| ) |
| Int32 SAFEINT32 | ( | Float32 | x | ) |
Safely converts a 32 bit float value into Int32. The resulting value will be clipped against the Int32 boundaries, without raising an exception.
| Int32 SAFEINT32 | ( | Float64 | x | ) |
Safely converts a 64 bit float value into Int32. The resulting value will be clipped against the Int32 boundaries, without raising an exception.
| Int64 SAFEINT64 | ( | Float32 | x | ) |
Safely converts a 32 bit float value into Int64. The resulting value will be clipped against the Int64 boundaries, without raising an exception.
| Int64 SAFEINT64 | ( | Float64 | x | ) |
Safely converts a 64 bit float value into Int64. The resulting value will be clipped against the Int64 boundaries, without raising an exception
| Int SAFEINT | ( | Float64 | x | ) |
Safely converts a 64 bit float value into Int. The resulting value will be clipped against the Int boundaries, without raising an exception
| Int SAFEINT | ( | Float32 | x | ) |
Safely converts a 32 bit float value into Int. The resulting value will be clipped against the Int boundaries, without raising an exception
|
staticconstexpr |
floating point constant: 1.5 * PI
|
staticconstexpr |
floating point constant: 1.0 / (1.5 * PI)