Home
last modified time | relevance | path

Searched defs:fix16_min (Results 1 – 2 of 2) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dfix16.h64 static FORCE_INLINE CONSTEXPR fix16_t fix16_min(fix16_t x, fix16_t y) { return (x < y ? x : y); } in fix16_min() function
/dports/games/dunelegacy/dunelegacy-0.96.4/include/fixmath/
H A Dfix16.h95 static inline fix16_t fix16_min(fix16_t x, fix16_t y) in fix16_min() function