Searched refs:index_word (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/util/ |
D | softfloat.c | 52 #define index_word(total, n) ((total) - 1 - (n)) macro 61 #define index_word(total, n) (n) macro 812 m_out[index_word(4, 1)] = z0 >> 32; in _mesa_softfloat_mul_f64_to_f128_m() 813 m_out[index_word(4, 0)] = z0; 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() 911 m = (uint64_t) m_128[index_word(4, 3)] << 32 | m_128[index_word(4, 2)]; in _mesa_double_mul_rtz() 912 if (m_128[index_word(4, 1)] || m_128[index_word(4, 0)]) in _mesa_double_mul_rtz() 1054 m = (uint64_t) m_128[index_word(4, 3)] << 32 | m_128[index_word(4, 2)]; in _mesa_double_fma_rtz() 1068 if (m_128[index_word(4, 1)] || m_128[index_word(4, 0)]) in _mesa_double_fma_rtz() [all …]
|
/third_party/gettext/gettext-tools/src/ |
D | x-tcl.c | 650 struct word index_word; in accumulate_word() local 652 index_word.type = t_other; in accumulate_word() 653 c = accumulate_word (&index_word, te_paren, null_context); in accumulate_word()
|