HomeSort by relevance Sort by last modified time
    Searched refs:ma2 (Results 1 - 4 of 4) sorted by null

  /external/eigen/test/eigen2/
eigen2_map.cpp 28 VectorType ma2 = Map<VectorType, Aligned>(array2, size); local
30 VERIFY_IS_APPROX(ma1, ma2);
56 MatrixType ma2 = Map<MatrixType, Aligned>(array2, rows, cols); local
57 VERIFY_IS_APPROX(ma1, ma2);
82 VectorType ma2 = VectorType::MapAligned(array2, size); local
84 VERIFY_IS_APPROX(ma1, ma2);
  /external/eigen/test/
mapped_matrix.cpp 33 VectorType ma2 = Map<VectorType, Aligned>(array2, size); local
35 VERIFY_IS_EQUAL(ma1, ma2);
66 MatrixType ma2 = Map<MatrixType, Aligned>(array2, rows, cols); local
67 VERIFY_IS_EQUAL(ma1, ma2);
93 VectorType ma2 = VectorType::MapAligned(array2, size); local
95 VERIFY_IS_EQUAL(ma1, ma2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
aff.h 319 __isl_take isl_multi_aff *ma2);
322 __isl_take isl_multi_aff *ma2);
324 __isl_take isl_multi_aff *ma1, __isl_take isl_multi_aff *ma2);
326 __isl_take isl_multi_aff *ma1, __isl_take isl_multi_aff *ma2);
328 __isl_take isl_multi_aff *ma1, __isl_take isl_multi_aff *ma2);
342 __isl_take isl_multi_aff *ma1, __isl_take isl_multi_aff *ma2);
345 __isl_take isl_multi_aff *ma2);
347 __isl_take isl_multi_aff *ma2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
aff.h 319 __isl_take isl_multi_aff *ma2);
322 __isl_take isl_multi_aff *ma2);
324 __isl_take isl_multi_aff *ma1, __isl_take isl_multi_aff *ma2);
326 __isl_take isl_multi_aff *ma1, __isl_take isl_multi_aff *ma2);
328 __isl_take isl_multi_aff *ma1, __isl_take isl_multi_aff *ma2);
342 __isl_take isl_multi_aff *ma1, __isl_take isl_multi_aff *ma2);
345 __isl_take isl_multi_aff *ma2);
347 __isl_take isl_multi_aff *ma2);

Completed in 67 milliseconds