Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/swrast/
Ds_context.h444 #define FixedToFloat(X) ((X) * (1.0F / FIXED_SCALE)) macro
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmathutil.h458 inline float FixedToFloat(uint32_t fixedInput) in FixedToFloat() function