Home
last modified time | relevance | path

Searched refs:diff (Results 1 – 4 of 4) sorted by relevance

/oneTBB/.github/workflows/
H A Dci.yml56 diff -r examples examples_formatted
124 $(git diff --diff-filter=d --name-only ${{ github.event.pull_request.base.sha }})
126 git diff > years.diff
127 if [[ -s years.diff ]]; then
129 cat years.diff
/oneTBB/examples/graph/som/
H A Dsom.cpp98 double diff = x[i] - y[i]; in distance_squared() local
99 rval += diff * diff; in distance_squared()
/oneTBB/test/tbb/
H A Dtest_blocked_range.cpp77 …std::size_t diff = (r2.begin() < newRangeBegin) ? (newRangeBegin - r2.begin()) : (r2.begin() - new… variable
78 bool is_split_correct = diff <= tolerance;
/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp109 __int64 diff = addr1>addr2 ? addr1-addr2 : addr2-addr1; in IsInDistance() local
110 return diff<dist; in IsInDistance()