Searched defs:n_m (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/calib3d/src/
H A Dhomography_decomp.cpp171 Matx31d n_m = Mat(n); local
172 Matx33d temp = tstar_m * n_m.t();
297 Matx31d n_m = Matx31d(n); local
302 R = getHnorm() * (I - (2/v) * tstar_m * n_m.t() );
/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c1086 static UWord n_m = 0; local
1104 VG_(debugLog)(0,"xxx","find_nsegment_idx: %lu %lu\n", n_q, n_m);
1116 n_m++;
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c2667 static UWord n_q = 0, n_m = 0; local
2671 VG_(printf)("QQQ %lu %lu\n", n_q, n_m);
2677 n_m++;

Completed in 147 milliseconds