HomeSort by relevance Sort by last modified time
    Searched refs:tsum (Results 1 - 5 of 5) sorted by null

  /external/opencv/cv/src/
cvstereobm.cpp 297 int tsum = 0; local
299 tsum += htext[y];
343 tsum += htext[y + wsz2] - htext[y - wsz2 - 1];
344 if( tsum < textureThreshold )
493 int tsum = 0; local
495 tsum += htext[y];
514 tsum += htext[y + wsz2] - htext[y - wsz2 - 1];
515 if( tsum < textureThreshold )
  /external/ping/
ping_common.h 107 extern long long tsum; /* sum of all times, for doing average */
ping.c 118 long long tsum; /* sum of all times, for doing average */ variable
744 tsum += triptime;
877 tsum /= nreceived + nrepeats;
879 tmdev = llsqrt(tsum2 - tsum * tsum);
883 (unsigned long)(tsum/1000), (long)(tsum%1000),
913 tavg = tsum / (nreceived + nrepeats);
    [all...]
  /external/ping6/
ping6.c 249 double tsum = 0.0; /* sum of all times, for doing average */ variable
    [all...]
  /external/openfst/src/test/
algo_test.h 780 Weight tsum = ShortestDistance(T);
782 CHECK(ApproxEqual(tsum, psum, kTestDelta));
    [all...]

Completed in 271 milliseconds