#include <cassert>
#include <cmath>
#include <cstdint>
#include <limits>
|
const float | pi = static_cast<float>(M_PI) |
|
◆ pi_double
#define pi_double 3.14159265358979323846 |
◆ bankersRounding()
template<typename FloatType >
int bankersRounding |
( |
const FloatType & |
value | ) |
|
|
inline |
◆ bankersRounding< double >()
◆ bankersRounding< float >()
◆ int_get_vector_length()
uint32_t int_get_vector_length |
( |
int32_t |
x, |
|
|
int32_t |
y, |
|
|
int32_t |
z |
|
) |
| |
◆ integer_sqrt()
int integer_sqrt |
( |
int |
val | ) |
|
◆ round_to_int()
int round_to_int |
( |
float |
x | ) |
|
|
inline |
◆ pi
const float pi = static_cast<float>(M_PI) |