Home
last modified time | relevance | path

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

/external/compiler-rt/test/msan/
Ddtor-multiple-inheritance.cc20 int *temp_w; variable
31 assert(__msan_test_shadow(temp_w, sizeof(*temp_w)) != -1); in ~A()
45 assert(__msan_test_shadow(temp_w, sizeof(*temp_w)) != -1); in ~B()
60 assert(__msan_test_shadow(temp_w, sizeof(*temp_w)) != -1); in ~C()
86 temp_w = &d->w; in main()
96 assert(__msan_test_shadow(temp_w, sizeof(*temp_w)) != -1); in main()
/external/opencv3/modules/core/src/
Dlapack.cpp1389 Mat temp_w(n, 1, type, buf + urows*astep); in _SVDcompute() local
1405 JacobiSVD(temp_a.ptr<float>(), temp_u.step, temp_w.ptr<float>(), in _SVDcompute()
1410 JacobiSVD(temp_a.ptr<double>(), temp_u.step, temp_w.ptr<double>(), in _SVDcompute()
1413 temp_w.copyTo(_w); in _SVDcompute()