gwnavruntime/math/fastmath.h File Reference
#include "gwnavruntime/base/types.h"
#include <math.h>
|
| KyFloat32 | Kaim::Fsel (KyFloat32 cmp, KyFloat32 v1, KyFloat32 v2) |
| |
| KyInt32 | Kaim::Isel (KyInt32 a, KyInt32 x, KyInt32 y) |
| |
| KyInt64 | Kaim::Lsel (KyInt64 a, KyInt64 x, KyInt64 y) |
| |
| template<typename T > |
| T | Kaim::Max (const T &a, const T &b) |
| |
| template<typename T > |
| T | Kaim::Max (const T &a, const T &b, const T &c) |
| |
| template<typename T > |
| T | Kaim::Min (const T &a, const T &b) |
| |
| template<typename T > |
| T | Kaim::Min (const T &a, const T &b, const T &c) |
| |
Go to the source code of this file.