| /external/libvpx/libvpx/vpx_dsp/arm/ |
| avg_neon.c | 146 // ref, src = [0, 510] - max diff = 16-bits 159 const int16x8_t diff = vsubq_s16(r, s); // [-510, 510], 10 bits. local 160 const int16x4_t diff_lo = vget_low_s16(diff); 161 const int16x4_t diff_hi = vget_high_s16(diff); 164 total = vaddq_s16(total, diff); // dynamic range 16 bits.
|
| /external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_protect/ |
| tpmtoken_protect_tests.sh | 106 diff $TPM_DATAFILE $TPM_DECDATA 1>$TPM_TMPFILE 2>&1 || RC=$? 109 tst_resm TPASS "'diff $TPM_DATAFILE $TPM_DECDATA' passed." 112 tst_res TFAIL $TPM_TMPFILE "'diff $TPM_DATAFILE $TPM_DECDATA' failed."
|
| /external/ltp/utils/benchmark/ebizzy-0.3/ |
| ebizzy.c | 445 struct timeval diff; local 446 diff.tv_sec = end->tv_sec - start->tv_sec; 447 diff.tv_usec = end->tv_usec - start->tv_usec; 448 return diff;
|
| /external/markdown/ |
| test-markdown.py | 121 <table class="diff" rules="groups" > 216 print "Diff written to %s" % html_diff_file_path 255 #diff = difflib.ndiff(expected_output.split("\n"), 258 diff = [x for x in differ.compare(expected_lines, 262 if not diff: 267 "<a href='#diff-%s'>FAILED</a></td>" % test) 270 for line in diff : 277 self.diffs_buffer += "<a name='diff-%s'/><h2>%s</h2>" % (test, test)
|
| /external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
| xvmc_bench.c | 196 struct timeval start, stop, diff; local 283 timeval_subtract(&diff, &stop, &start); 284 diff_secs = (double)diff.tv_sec + (double)diff.tv_usec / 1000000.0;
|
| /external/python/cpython3/Modules/ |
| audioop.c | 771 int diff, prevdiff, nextreme = 0; local 782 diff = val < prevval; 783 if (prevdiff == !diff) { 800 prevdiff = diff; 827 int diff, prevdiff; local 838 diff = val < prevval; 839 if (prevdiff == !diff) { 857 prevdiff = diff; 1624 index, sign, vpdiff, diff; local [all...] |
| /external/swiftshader/third_party/LLVM/lib/Target/X86/ |
| X86JITInfo.cpp | 395 intptr_t diff = NewVal-RetAddr+7; local 396 if (diff >= -2147483648LL && diff <= 2147483647LL) { 398 *(intptr_t *)(RetAddr-0xb) = diff & 0xffffffff;
|
| /external/tensorflow/tensorflow/contrib/mpi_collectives/ |
| mpi_ops_test.py | 109 diff = session.run(max_difference) 110 self.assertTrue(diff <= threshold, 153 diff = session.run(max_difference) 154 self.assertTrue(diff <= threshold,
|
| /external/tensorflow/tensorflow/contrib/opt/python/training/ |
| elastic_average_optimizer.py | 263 for lvar, diff in zip(local_vars, differences): 268 diff))) 269 for var, diff in zip(global_center_vars, differences): 274 diff)))
|
| /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
| HistogramChart.java | 132 float diff = interval - innerInterval; local 135 if (diff > 0 || diff < 0) { 136 fromX += diff;
|
| /frameworks/opt/net/voip/src/java/com/android/server/sip/ |
| SipWakeupTimer.java | 322 int diff = e1.mMaxPeriod - e2.mMaxPeriod; local 323 if (diff == 0) diff = -1; 324 return diff;
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/ASTDiff/ |
| ASTDiff.h | 26 namespace diff { namespace in namespace:clang 124 } // end namespace diff
|
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/ASTDiff/ |
| ASTDiff.h | 26 namespace diff { namespace in namespace:clang 124 } // end namespace diff
|
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/ASTDiff/ |
| ASTDiff.h | 26 namespace diff { namespace in namespace:clang 124 } // end namespace diff
|
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/ASTDiff/ |
| ASTDiff.h | 26 namespace diff { namespace in namespace:clang 124 } // end namespace diff
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/ASTDiff/ |
| ASTDiff.h | 26 namespace diff { namespace in namespace:clang 124 } // end namespace diff
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/ASTDiff/ |
| ASTDiff.h | 26 namespace diff { namespace in namespace:clang 124 } // end namespace diff
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/ASTDiff/ |
| ASTDiff.h | 26 namespace diff { namespace in namespace:clang 124 } // end namespace diff
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/ASTDiff/ |
| ASTDiff.h | 26 namespace diff { namespace in namespace:clang 124 } // end namespace diff
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
| __init__.py | 76 from .diff import PolicyDifference
|
| /test/vts-testcase/vndk/abi/ |
| VtsVndkAbiTest.py | 153 diff = [] 164 diff.append((vtable, sym, str(off), "missing")) 166 diff.append((vtable, sym, str(off), 168 return diff 228 logging.exception("%s: Cannot diff symbols", rel_path) 236 logging.exception("%s: Cannot diff vtables", rel_path)
|
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
| hilo-diff-eb.d | 2 #name: MIPS hilo-diff o32/EB 4 #source: hilo-diff.s
|
| /build/blueprint/bpmodify/ |
| bpmodify.go | 106 data, err := diff(src, res) 108 return fmt.Errorf("computing diff: %s", err) 110 fmt.Printf("diff %s bpfmt/%s\n", filename, filename) 258 func diff(b1, b2 []byte) (data []byte, err error) { func 276 data, err = exec.Command("diff", "-uw", f1.Name(), f2.Name()).CombinedOutput() 278 // diff exits with a non-zero status when the files don't match.
|
| /cts/apps/CameraITS/tests/sensor_fusion/ |
| test_multi_camera_frame_sync.py | 64 diff = abs(angle_2 - angle_1) 67 emsg = "Diff between frame pair: %.1f. Threshold: %d deg." % ( 68 diff, ANGULAR_DIFF_THRESHOLD) 69 assert diff < ANGULAR_DIFF_THRESHOLD, emsg
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/ |
| LocationVerifier.java | 150 double diff = d - mean; local 151 accumulator += diff * diff;
|