Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dsoftfloat.c799 uint64_t z0, mid1, z64, mid; in _mesa_softfloat_mul_f64_to_f128_m() local
808 z64 = (uint64_t) a32 * b32; in _mesa_softfloat_mul_f64_to_f128_m()
809 z64 += (uint64_t) (mid < mid1) << 32 | mid >> 32; in _mesa_softfloat_mul_f64_to_f128_m()
814 z64 += (z0 < mid); in _mesa_softfloat_mul_f64_to_f128_m()
815 m_out[index_word(4, 3)] = z64 >> 32; in _mesa_softfloat_mul_f64_to_f128_m()
816 m_out[index_word(4, 2)] = z64; in _mesa_softfloat_mul_f64_to_f128_m()