Searched defs:to_fixed (Results 1 – 3 of 3) sorted by relevance
137 SI U16 to_fixed(F f) { return cast<U16>(f + 0.5f); } in to_fixed() function139 SI U32 to_fixed(F f) { return (U32)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