Home
last modified time | relevance | path

Searched refs:g_called (Results 1 – 2 of 2) sorted by relevance

/external/eigen/test/
Dlinearstructure.cpp11 static bool g_called; variable
12 #define EIGEN_SCALAR_BINARY_OP_PLUGIN { g_called |= (!internal::is_same<LhsScalar,RhsScalar>::value…
85 g_called = false; in real_complex()
87 VERIFY(g_called && "real * matrix<complex> not properly optimized"); in real_complex()
89 g_called = false; in real_complex()
91 VERIFY(g_called && "matrix<complex> * real not properly optimized"); in real_complex()
93 g_called = false; in real_complex()
95 VERIFY(g_called && "matrix<complex> / real not properly optimized"); in real_complex()
97 g_called = false; in real_complex()
99 VERIFY(g_called && "real + matrix<complex> not properly optimized"); in real_complex()
[all …]
Dmixingtypes.cpp26 static bool g_called; variable
27 #define EIGEN_SCALAR_BINARY_OP_PLUGIN { g_called |= (!internal::is_same<LhsScalar,RhsScalar>::value…
34 g_called = false; \
36 VERIFY( g_called && #XPR" not properly optimized");