Searched defs:temp_y (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cc18 int *temp_y; variable
29 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1);
58 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) == -1);
84 temp_y = &d->y;
94 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1);
/external/opencv/ml/src/
H A Dmlsvm.cpp1364 schar* temp_y = 0; local
1391 CV_CALL( temp_y = (schar*)cvMemStorageAlloc( temp_storage, sample_count));
1431 temp_y[k] = 1;
1437 temp_y[ci + k] = -1;
1446 if( !train1( ci + cj, var_count, temp_samples, temp_y,

Completed in 368 milliseconds