| /external/devlib/devlib/derived/ |
| fps.py | 148 actual_present_time_deltas = actual_present_times.diff().dropna() 198 vtc_deltas = filtered_vsyncs_to_compose.diff().dropna()
|
| /external/libopus/src/ |
| opus_multistream_encoder.c | 221 opus_val32 diff; local 232 diff = SUB32(EXTEND32(a),EXTEND32(b)); 235 diff = SUB32(EXTEND32(b),EXTEND32(a)); 237 if (!(diff < QCONST16(8.f, DB_SHIFT))) /* inverted to catch NaNs */ 240 low = SHR32(diff, DB_SHIFT-1); 241 frac = SHL16(diff - SHL16(low, DB_SHIFT-1), 16-DB_SHIFT); 243 low = (int)floor(2*diff); 244 frac = 2*diff - low; [all...] |
| /external/libvpx/libvpx/vp9/encoder/x86/ |
| vp9_diamond_search_sad_avx.c | 51 const int_mv diff = local 54 (unsigned)mv_cost(diff, x->nmvjointsadcost, x->nmvsadcost) * sad_per_bit,
|
| /external/linux-kselftest/tools/testing/selftests/sysctl/ |
| sysctl.sh | 112 if ! which diff 2> /dev/null > /dev/null; then 113 echo "$0: You need diff installed" 177 echo "$TEST_STR" | diff -q -w -u - $1 386 # After we echo in, to help diff we need to set on TEST_STR what
|
| /external/python/cpython2/Lib/lib2to3/tests/ |
| test_parser.py | 291 if diff(filepath, new, encoding): 333 def diff(fn, result, encoding): function 341 return os.system('diff -u "%s" @' % fn)
|
| /external/selinux/policycoreutils/scripts/ |
| fixfiles | 169 if [ -f ${PREFC} -a -x /usr/bin/diff ]; then 175 /usr/bin/diff -b ${PREFCTEMPFILE} - | \
|
| /external/swiftshader/third_party/LLVM/lib/MC/ |
| MCWin64EH.cpp | 56 const MCExpr *diff = MCBinaryExpr::CreateSub(MCSymbolRefExpr::Create( local 61 streamer.EmitAbsValue(diff, 1);
|
| /external/tensorflow/tensorflow/core/kernels/ |
| cwise_ops_gpu_common.cu.h | 113 auto diff = x - y; local 114 z.device(d) = diff.abs() <= tolerance;
|
| /external/tensorflow/tensorflow/python/kernel_tests/random/ |
| random_poisson_test.py | 134 diff = rnd2 - rnd1 137 self.assertGreaterEqual(np.linalg.norm(diff.eval()), 1)
|
| /external/tensorflow/tensorflow/python/training/ |
| session_manager.py | 540 diff = self._duration_secs - (time.time() - self._start_time_secs) 541 return max(0, diff)
|
| /external/v8/tools/ |
| gyp_flag_compare.py | 270 for diff, files in files_with_given_differences.iteritems(): 272 print diff
|
| /external/valgrind/auxprogs/ |
| update-demangler | 104 diff -r -u $old_gcc_revision old_m_demangle > our-changes
|
| /external/volley/src/test/java/com/android/volley/toolbox/ |
| HttpHeaderParserTest.java | 219 long diff = Math.abs(expected - value); local 220 assertTrue(diff < fudgeFactor);
|
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| Cling.java | 173 double diff = Math.sqrt(Math.pow(event.getX() - positions[i], 2) + local 175 if (diff < mRevealRadius) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
| AaptQuickFixTest.java | 286 String diff = getDiff(before, after); local 287 assertEqualsGolden(name, diff);
|
| /system/extras/tests/workloads/ |
| defs.sh | 162 # Compute time diff given: startSeconds startNs endSeconds endNS 177 ((diff=endMs-startMs)) 178 echo $diff
|
| /test/vts/compilation_tools/vtsc/test/ |
| test_vtsc.py | 250 diff = difflib.unified_diff( 255 for line in diff:
|
| /toolchain/binutils/binutils-2.27/bfd/ |
| coff-stgo32.c | 129 #define ADJUST_VAL(val,diff) \ 130 if (val != 0) val += diff
|
| /cts/tests/tests/keystore/src/android/keystore/cts/ |
| TestUtils.java | 292 int diff = actualCount - ((expectedCount != null) ? expectedCount : 0); local 293 if (diff > 0) { 294 extraneousFreq.put(actualEntry.getKey(), diff); local 302 int diff = expectedCount - ((actualCount != null) ? actualCount : 0); local 303 if (diff > 0) { 304 missingFreq.put(expectedEntry.getKey(), diff); local [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
| lstrlib.c | 920 lua_Number diff = n - (lua_Number)ni;
local 921 luaL_argcheck(L, -1 < diff && diff < 1, arg,
930 lua_Number diff = n - (lua_Number)ni;
local 931 luaL_argcheck(L, -1 < diff && diff < 1, arg,
|
| /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/ |
| glob.c | 588 ptrdiff_t diff;
local 646 diff = pend - pathbuf;
649 diff = 0;
655 (diff >= 1 && pend[-1] == DOT) &&
656 (diff >= 2 && (pend[-2] == SLASH || pend[-2] == DOT)) &&
657 (diff < 3 || pend[-3] == SLASH))) {
|
| /external/dng_sdk/source/ |
| dng_pixel_buffer.cpp | 1656 real64 diff = fabs ((real64)src1 [col] - src2 [col]); local 1658 if (diff > result) 1659 result = diff; 1716 real64 diff = fabs ((real64)src1 [col * s1ColStep] - src2 [col * s2ColStep]); local 1718 if (diff > result) 1719 result = diff; [all...] |
| /external/e2fsprogs/lib/ss/ |
| Makefile.in | 169 $(Q) if diff test_out $(srcdir)/test_script_expected > test.diff; then \ 174 tst_cmds.c test_ss test_out test.diff *.o *~ \#* *.bak core \
|
| /external/javassist/src/main/javassist/bytecode/ |
| CodeIterator.java | 1140 int diff = b.gapChanged(); local 1471 int diff = newGap - gap; local [all...] |
| /external/libnl/lib/route/ |
| tc.c | 915 int diff = 0; local 919 diff |= TC_DIFF(HANDLE, a->tc_handle != b->tc_handle); 920 diff |= TC_DIFF(PARENT, a->tc_parent != b->tc_parent); 921 diff |= TC_DIFF(IFINDEX, a->tc_ifindex != b->tc_ifindex); 922 diff |= TC_DIFF(KIND, strcmp(a->tc_kind, b->tc_kind)); 926 return diff;
|