Searched defs:to_fixed (Results 1 – 4 of 4) sorted by relevance
131 SI U16 to_fixed(F f) { return cast<U16>(f + 0.5f); } in to_fixed() function133 SI U32 to_fixed(F f) { return (U32)cast<I32>(f + 0.5f); } in to_fixed() function
126 SI I32 to_fixed(F f) { return cast<I32>(f + 0.5f); } in to_fixed() function
227 int32_t to_fixed () const { return value * 65536.0; } in to_fixed() function
391 (*to_fixed)( PS_Parser parser, member