Home
last modified time | relevance | path

Searched refs:g_mantissa (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DFloat16ToFloat32.cpp12 const static unsigned g_mantissa[2048] = { variable
2199 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; in float16ToFloat32()