Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_image_load_store.cpp42 float normfrac = frexpf(p, &expo); in float_to_lns() local
53 p1 = (normfrac - 0.5f) * 4096.0f; in float_to_lns()