Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib.h330 vint4 ipart = float_to_int(x - 0.5f); in exp2() local
331 vfloat4 fpart = x - int_to_float(ipart); in exp2()
334 vfloat4 iexp = int_as_float(lsl<23>(ipart + 127)); in exp2()