Searched defs:m_t (Results 1 – 5 of 5) sorted by relevance
19 struct m_t struct22 m_t() { } in m_t() argument
22 struct m_t struct25 m_t() { } in m_t() argument
87 dx5x5_t m_t = __builtin_matrix_transpose(get_matrix()); in transpose_rvalue() local101 dx5x5_t m_t = __builtin_matrix_transpose(global_matrix); in transpose_global() local
66 matrix_t<float, 3, 3> m_t = __builtin_matrix_transpose(get_matrix() + 2.0); in test_transpose_rvalue() local75 matrix_t<float, 3, 3> m_t = __builtin_matrix_transpose(m); in test_transpose_const() local
543 auto m_t = m + (grad - m) * (one - beta1); in Compile() local