Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dsoftfloat.c1202 const fi_type a_fi = {a}; in _mesa_float_fma_rtz() local
1203 uint32_t a_flt_m = a_fi.u & 0x07fffff; in _mesa_float_fma_rtz()
1204 uint32_t a_flt_e = (a_fi.u >> 23) & 0xff; in _mesa_float_fma_rtz()
1205 uint32_t a_flt_s = (a_fi.u >> 31) & 0x1; in _mesa_float_fma_rtz()