Searched defs:to_fixed (Results 1 – 8 of 8) 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
135 SI U16 to_fixed(F f) { return cast<U16>(f + 0.5f); } in to_fixed() function137 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
227 int32_t to_fixed () const { return (int32_t) (value * 65536.0); } in to_fixed() function
392 (*to_fixed)( PS_Parser parser, member
391 (*to_fixed)( PS_Parser parser, member