Home
last modified time | relevance | path

Searched defs:ma2 (Results 1 – 2 of 2) sorted by relevance

/external/eigen/test/
Dmapped_matrix.cpp36 VectorType ma2 = Map<VectorType, AlignedMax>(array2, size); in map_class_vector() local
85 MatrixType ma2 = map2; in map_class_matrix() local
138 VectorType ma2 = VectorType::MapAligned(array2, size); in map_static_methods() local
/external/webrtc/webrtc/base/
Doptional_unittest.cc444 Optional<Logger> ma1(a), ma2(a), mb(b), me1, me2; in TEST() local