Home
last modified time | relevance | path

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

/external/clang/test/PCH/
Dcxx-member-init.cpp19 struct m_t struct
22 m_t() { } in m_t() argument
/external/llvm-project/clang/test/PCH/
Dcxx-member-init.cpp22 struct m_t struct
25 m_t() { } in m_t() argument
/external/llvm-project/clang/test/CodeGen/
Dmatrix-type-builtins.c87 dx5x5_t m_t = __builtin_matrix_transpose(get_matrix()); in transpose_rvalue() local
101 dx5x5_t m_t = __builtin_matrix_transpose(global_matrix); in transpose_global() local
/external/llvm-project/clang/test/CodeGenCXX/
Dmatrix-type-builtins.cpp66 matrix_t<float, 3, 3> m_t = __builtin_matrix_transpose(get_matrix() + 2.0); in test_transpose_rvalue() local
75 matrix_t<float, 3, 3> m_t = __builtin_matrix_transpose(m); in test_transpose_const() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtraining_ops.cc543 auto m_t = m + (grad - m) * (one - beta1); in Compile() local