Searched defs:deInt32ToFloat (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/debase/ | ||
H A D | deMath.h | 268 DE_INLINE float deInt32ToFloat (deInt32 x) { return (float)x; } in deInt32ToFloat() function |
Completed in 2 milliseconds