Go to the source code of this file.
|
| f32 | nw::math::FSelect (f32 cond, f32 ifPos, f32 ifNeg) |
| f32 | nw::math::FAbs (f32 x) |
| f32 | nw::math::FNAbs (f32 x) |
| f32 | nw::math::FCopySign (f32 abs, f32 sign) |
| f32 | nw::math::FExp (f32 x) |
| f32 | nw::math::FLog (f32 x) |
| f32 | nw::math::FLog10 (f32 x) |
| f32 | nw::math::FMod (f32 x, f32 y) |
| f32 | nw::math::FModf (f32 x, f32 *y) |
| f32 | nw::math::FCeil (f32 x) |
| f32 | nw::math::FFloor (f32 x) |
| s16 | nw::math::F32ToS16 (f32 x) |
| u16 | nw::math::F32ToU16 (f32 x) |
| f32 | nw::math::U16ToF32 (u16 x) |
| f32 | nw::math::S16ToF32 (s16 x) |
| f32 | nw::math::FInv (f32 x) |
| f32 | nw::math::FSqrt (f32 x) |
| f32 | nw::math::FCbrt (f32 x) |
| f32 | nw::math::Reciprocal (f32 x) |
| f32 | nw::math::Hermite (f32 v0, f32 t0, f32 v1, f32 t1, f32 s) |
| NW_FORCE_INLINE f32 | nw::math::Hermite (f32 v0, f32 t0, f32 v1, f32 t1, f32 p, f32 d) |
| bool | nw::math::IsPwr2 (int x) |
| int | nw::math::Rightmost1 (int x) |
| int | nw::math::Rightmost0 (int x) |