Searched refs:is_normal (Results 1 – 4 of 4) sorted by relevance
291 is_normal = is_dev = False294 is_normal = self.checkers.mode_checker('normal')299 is_normal, is_dev);310 if not is_normal:
1055 bool is_normal = (method & DECOMP_NORMAL) != 0; in solve() local1061 is_normal || src.rows == src.cols ); in solve()1064 if( (method == DECOMP_LU || method == DECOMP_CHOLESKY) && !is_normal && in solve()1202 size_t astep = method == DECOMP_SVD && !is_normal ? alignSize(m*esz, 16) : vstep; in solve()1213 is_normal = false; in solve()1214 else if( is_normal ) in solve()1221 size_t asize = astep*(method == DECOMP_SVD || is_normal ? n : m); in solve()1224 if( is_normal ) in solve()1235 if( is_normal ) in solve()1246 if( !is_normal ) in solve()[all …]
375 bool is_normal = (end != std::find( in IsDesktopElement() local377 return !is_normal; in IsDesktopElement()
743 bool is_normal = (end != std::find( in IsDesktopElement() local745 return !is_normal; in IsDesktopElement()