Home
last modified time | relevance | path

Searched defs:a_flt_e (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/util/
Dsoftfloat.c457 uint64_t a_flt_e = (a_di.u >> 52) & 0x7ff; in _mesa_double_add_rtz() local
678 uint64_t a_flt_e = (a_di.u >> 52) & 0x7ff; in _mesa_double_sub_rtz() local
833 uint64_t a_flt_e = (a_di.u >> 52) & 0x7ff; in _mesa_double_mul_rtz() local
939 uint64_t a_flt_e = (a_di.u >> 52) & 0x7ff; in _mesa_double_fma_rtz() local
1204 uint32_t a_flt_e = (a_fi.u >> 23) & 0xff; in _mesa_float_fma_rtz() local