/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
vp9_subtract_test.cc | 44 int16_t *diff = reinterpret_cast<int16_t *>( local 45 vpx_memalign(16, sizeof(*diff) * block_width * block_height * 2)); 59 GetParam()(block_height, block_width, diff, block_width, 64 EXPECT_EQ(diff[r * block_width + c], 72 GetParam()(block_height, block_width, diff, block_width * 2, 77 EXPECT_EQ(diff[r * block_width * 2 + c], 85 vpx_free(diff);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/ |
vpx_timer.h | 79 LARGE_INTEGER freq, diff; local 81 diff.QuadPart = t->end.QuadPart - t->begin.QuadPart; 84 return diff.QuadPart * 1000000 / freq.QuadPart; 86 struct timeval diff; 88 timersub(&t->end, &t->begin, &diff); 89 return diff.tv_sec * 1000000 + diff.tv_usec;
|
/external/chromium_org/third_party/skia/tools/ |
git-skia-verify | 19 # It would delete {before,after,diff} directory under the current directory, 21 # After it's done, check out diff/index.html for the possible differences. 48 git diff --exit-code > /dev/null 54 git diff --cached --exit-code > /dev/null 62 rm -rf {before,after,diff} 63 mkdir {before,after,diff} 95 ./out/Release/skdiff before after diff
|
/external/libvpx/libvpx/test/ |
vp9_subtract_test.cc | 44 int16_t *diff = reinterpret_cast<int16_t *>( local 45 vpx_memalign(16, sizeof(*diff) * block_width * block_height * 2)); 59 GetParam()(block_height, block_width, diff, block_width, 64 EXPECT_EQ(diff[r * block_width + c], 72 GetParam()(block_height, block_width, diff, block_width * 2, 77 EXPECT_EQ(diff[r * block_width * 2 + c], 85 vpx_free(diff);
|
/external/libvpx/libvpx/vpx_ports/ |
vpx_timer.h | 79 LARGE_INTEGER freq, diff; local 81 diff.QuadPart = t->end.QuadPart - t->begin.QuadPart; 84 return diff.QuadPart * 1000000 / freq.QuadPart; 86 struct timeval diff; 88 timersub(&t->end, &t->begin, &diff); 89 return diff.tv_sec * 1000000 + diff.tv_usec;
|
/external/llvm/docs/CommandGuide/ |
llvm-diff.rst | 1 llvm-diff - LLVM structural 'diff' 9 **llvm-diff** [*options*] *module 1* *module 2* [*global name ...*] 16 **llvm-diff** compares the structure of two LLVM modules, primarily 29 **llvm-diff** compares two functions by comparing their basic blocks, 35 **llvm-diff** is intended as a debugging tool for writers of LLVM 43 If **llvm-diff** finds no differences between the modules, it will exit
|
/external/skia/tools/ |
git-skia-verify | 19 # It would delete {before,after,diff} directory under the current directory, 21 # After it's done, check out diff/index.html for the possible differences. 48 git diff --exit-code > /dev/null 54 git diff --cached --exit-code > /dev/null 62 rm -rf {before,after,diff} 63 mkdir {before,after,diff} 95 ./out/Release/skdiff before after diff
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
vp9_subtract_test.cc | 44 int16_t *diff = reinterpret_cast<int16_t *>( local 45 vpx_memalign(16, sizeof(*diff) * block_width * block_height * 2)); 59 GetParam()(block_height, block_width, diff, block_width, 64 EXPECT_EQ(diff[r * block_width + c], 72 GetParam()(block_height, block_width, diff, block_width * 2, 77 EXPECT_EQ(diff[r * block_width * 2 + c], 85 vpx_free(diff);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
vpx_timer.h | 79 LARGE_INTEGER freq, diff; local 81 diff.QuadPart = t->end.QuadPart - t->begin.QuadPart; 84 return diff.QuadPart * 1000000 / freq.QuadPart; 86 struct timeval diff; 88 timersub(&t->end, &t->begin, &diff); 89 return diff.tv_sec * 1000000 + diff.tv_usec;
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/ |
omxSP_FFTFwd_CToC_SC16_Sfs_s.S | 91 #define diff r9 define 152 SUBS diff,scale,order 153 M_STR diff,diffOnStack 191 SUBS diff, scale, order @// scale > order 206 CMP diff,#0 207 M_STR diff, diffOnStack 259 SUB diff,order,scale 260 TST diff,#0x01 261 ADDEQ count,scale,diff,LSR #1 @// count = scale + (order - scale)/2 270 CMP diff,# [all...] |
omxSP_FFTInv_CToC_SC16_Sfs_s.S | 91 #define diff r9 define 153 SUB diff,scale,order 154 M_STR diff, diffOnStack 173 SUBS diff, scale, order @// scale > order 188 CMP diff,#0 189 M_STR diff, diffOnStack 241 SUB diff,order,scale 242 TST diff,#0x01 243 ADDEQ count,scale,diff,LSR #1 @// count = scale + (order - scale)/2 252 CMP diff,# [all...] |
omxSP_FFTFwd_CToC_SC32_Sfs_s.S | 89 #define diff r9 define 149 SUBS diff,scale,order 150 M_STR diff,diffOnStack 189 SUBS diff, scale, order @// scale > order 204 CMP diff,#0 205 M_STR diff, diffOnStack 258 SUB diff,order,scale 259 TST diff,#0x01 260 ADDEQ count,scale,diff,LSR #1 @// count = scale + (order - scale)/2 269 M_STR diff, diffOnStack [all...] |
omxSP_FFTInv_CToC_SC32_Sfs_s.S | 90 #define diff r9 define 152 SUB diff,scale,order 153 M_STR diff, diffOnStack 169 SUBS diff, scale, order @// scale > order 184 CMP diff,#0 185 M_STR diff, diffOnStack 238 SUB diff,order,scale 239 TST diff,#0x01 240 ADDEQ count,scale,diff,LSR #1 @// count = scale + (order - scale)/2 249 M_STR diff, diffOnStack [all...] |
/external/valgrind/ |
runtest.sh | 48 diff $logfile_native $logfile_valgrind | grep -v "^> ==" | grep -v -e "^[0-9]" > $test_name.diff.log 50 if [ -s $test_name.diff.log ]; then 51 echo "Test $test_name FAILED, please check the diff below" 52 cat $test_name.diff.log | sed "s/^< /expected: /" | sed "s/^> /actual : /"
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
errorCalculator.rs | 50 float4 diff = idealPixel - givenPixel; 51 float totalDiff = diff.x + diff.y + diff.z + diff.w;
|
/ndk/tests/device/math/jni/ |
math.c | 28 long double diff = a - b; local 29 if (diff < 0) 30 diff = -diff; 31 if (diff > 0.0000001)
|
math.cpp | 28 long double diff = a - b; local 29 if (diff < 0) 30 diff = -diff; 31 if (diff > 0.0000001)
|
/external/clang/tools/clang-format/ |
clang-format-diff.py | 3 #===- clang-format-diff.py - ClangFormat Diff Reformatter ----*- python -*--===# 13 ClangFormat Diff Reformatter 16 This script reads input from a unified diff and reformats all the changed 20 git diff -U0 HEAD^ | clang-format-diff.py -p1 -i 21 svn diff --diff-cmd=diff -x-U0 | clang-format-diff.py - [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/tools/ |
ftfy.sh | 14 -n, --dry-run Shows a diff of the changes to be made. 71 diff -u "$ORIG_COMMIT_MSG" "$NEW_COMMIT_MSG" | tail -n +3 94 ORIG_DIFF=orig.diff.$$ 95 MODIFIED_DIFF=modified.diff.$$ 96 FINAL_DIFF=final.diff.$$ 111 if ! git diff --quiet HEAD; then 119 # Collect the original diff 122 # Apply the style guide on new and modified files and collect its diff 123 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); d [all...] |
/external/libvpx/libvpx/tools/ |
ftfy.sh | 14 -n, --dry-run Shows a diff of the changes to be made. 71 diff -u "$ORIG_COMMIT_MSG" "$NEW_COMMIT_MSG" | tail -n +3 94 ORIG_DIFF=orig.diff.$$ 95 MODIFIED_DIFF=modified.diff.$$ 96 FINAL_DIFF=final.diff.$$ 111 if ! git diff --quiet HEAD; then 119 # Collect the original diff 122 # Apply the style guide on new and modified files and collect its diff 123 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); d [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
ftfy.sh | 14 -n, --dry-run Shows a diff of the changes to be made. 71 diff -u "$ORIG_COMMIT_MSG" "$NEW_COMMIT_MSG" | tail -n +3 94 ORIG_DIFF=orig.diff.$$ 95 MODIFIED_DIFF=modified.diff.$$ 96 FINAL_DIFF=final.diff.$$ 111 if ! git diff --quiet HEAD; then 119 # Collect the original diff 122 # Apply the style guide on new and modified files and collect its diff 123 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); d [all...] |
/external/chromium_org/third_party/skia/experimental/Intersection/ |
LineParameterization.cpp | 46 int diff = UlpsDiff((float) (oneD.x * twoD.y), (float) (twoD.x * oneD.y)); local 47 if (diff < 0 || diff > ulps) { 55 diff = UlpsDiff((float) (oneD.x * one[0].y - oneD.y * one[0].x), 57 return diff >= 0 && diff <= ulps;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/ |
results.html | 26 <li>results color depends on the diff of the delta with the baseline: 28 <li>red: <code>diff <= -5%</code></li> 29 <li>magenta: <code>-5% < diff < 0%</code></li> 30 <li>black: <code>0% <= diff < +10%</code></li> 31 <li>blue: <code>+10% <= diff < +25%</code></li> 32 <li>green: <code>diff >= +25%</code></li>
|
/external/skia/experimental/Intersection/ |
LineParameterization.cpp | 46 int diff = UlpsDiff((float) (oneD.x * twoD.y), (float) (twoD.x * oneD.y)); local 47 if (diff < 0 || diff > ulps) { 55 diff = UlpsDiff((float) (oneD.x * one[0].y - oneD.y * one[0].x), 57 return diff >= 0 && diff <= ulps;
|
/art/runtime/arch/arm64/ |
memcmp16_arm64.S | 39 #define diff x6 define 66 eor diff, data1, data2 /* Non-zero if differences found. */ 67 csinv endloop, diff, xzr, ne /* Last Dword or differences. */ 71 /* Not reached the limit, must have found a diff. */ 86 // Swap the byte order of diff. Exact reverse is not important, as we only need to detect 88 rev diff, diff 89 // The most significant bit of DIFF marks the least significant bit of change between DATA1/2 90 clz diff, diff [all...] |