Home
last modified time | relevance | path

Searched refs:stn (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cv/src/
Dcvhough.cpp193 int srn, int stn, in IMPLEMENT_LIST()
228 int sfn = srn * stn; in IMPLEMENT_LIST()
250 stheta = theta / stn; in IMPLEMENT_LIST()
263 CV_CALL( sinTable = (float*)cvAlloc( 5 * tn * stn * sizeof( float ))); in IMPLEMENT_LIST()
265 for( index = 0; index < 5 * tn * stn; index++ ) in IMPLEMENT_LIST()
352 CV_CALL( buffer = (uchar *) cvAlloc(srn * stn + 2)); in IMPLEMENT_LIST()
377 ti2 = (ti * stn - ti0) * 5; in IMPLEMENT_LIST()
380 for( ti1 = 0 /*, phi = ti*theta - Pi/2 - t */ ; ti1 < stn; ti1++, ti2 += 5 in IMPLEMENT_LIST()
385 i = cvFloor( rv ) * stn + ti1; in IMPLEMENT_LIST()
403 vi.rho = index / stn * srho + ri * rho; in IMPLEMENT_LIST()
[all …]
/external/icu/icu4c/source/test/perf/howExpensiveIs/
DhowExpensiveIs.cpp218 double stn = st/sieveTime; in runTestOn() local
220 printf("%s\t%.9f\t%.9f +/- %.9f, @ %d iter\n", t.getName(),stn,st,me,iter); in runTestOn()
224 tn,stn,st,me,iter); in runTestOn()
/external/boringssl/src/ssl/
Dd1_both.c550 long dtls1_get_message(SSL *s, int st1, int stn, int msg_type, long max, in dtls1_get_message() argument
646 s->state = stn; in dtls1_get_message()
Dinternal.h998 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max,
/external/opencv/cv/include/
Dcvcompat.h529 double theta, int stn, int threshold, in cvHoughLinesSDiv() argument
534 rho, theta, threshold, srn, stn ); in cvHoughLinesSDiv()