Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_mathlib.h386 static inline float frexp(float v, int* expo) in frexp() argument
390 *expo = ((p.u >> 23) & 0xFF) - 126; in frexp()