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

  /device/google/dragon/audio/hal/dsp/tests/
cmpraw.c 28 double maxdiff = 0; local
49 maxdiff = max(fabs(data1[i] - data2[i]), maxdiff);
53 diff / n, maxdiff * 32768, changed*100.0f/n);
  /external/opencv3/modules/ts/include/opencv2/
ts.hpp 178 MatComparator(double maxdiff, int context);
183 double maxdiff; member in struct:cvtest::MatComparator
  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 2341 bfd_vma maxdiff; local
    [all...]
  /external/opencv3/modules/core/src/
rand.cpp 590 double maxdiff = saturateRange ? (double)FLT_MAX : DBL_MAX; local
601 fp[j][0] = (float)(std::min(maxdiff, p2[j] - p1[j])*scale);
  /external/opencv3/modules/ts/src/
ts_func.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]

Completed in 1353 milliseconds