Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dsoftfloat.c945 const di_type c_di = {c}; in _mesa_double_fma_rtz() local
946 uint64_t c_flt_m = c_di.u & 0x0fffffffffffff; in _mesa_double_fma_rtz()
947 uint64_t c_flt_e = (c_di.u >> 52) & 0x7ff; in _mesa_double_fma_rtz()
948 uint64_t c_flt_s = (c_di.u >> 63) & 0x1; in _mesa_double_fma_rtz()