Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dsoftfloat.c1199 const fi_type a_fi = {a}; in _mesa_float_fma_rtz() local
1200 uint32_t a_flt_m = a_fi.u & 0x07fffff; in _mesa_float_fma_rtz()
1201 uint32_t a_flt_e = (a_fi.u >> 23) & 0xff; in _mesa_float_fma_rtz()
1202 uint32_t a_flt_s = (a_fi.u >> 31) & 0x1; in _mesa_float_fma_rtz()