OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AbsoluteDifference
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp
148
unsigned Diff =
AbsoluteDifference
(InstOffset,
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
MappedBlockStream.cpp
142
AbsoluteDifference
(CachedExtent.first, Intersection.first);
302
AbsoluteDifference
(WriteInterval.first, Intersection.first);
304
AbsoluteDifference
(CachedInterval.first, Intersection.first);
/src/external/apache2/llvm/dist/llvm/lib/XRay/
Profile.cpp
357
auto FunctionLocalTime =
AbsoluteDifference
(Top.Timestamp, E.TSC);
/src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheck.cpp
266
uint64_t
AbsoluteDifference
= RightValue - LeftValue;
269
if (
AbsoluteDifference
> MaxInt64) {
270
AbsoluteDifference
-= MaxInt64;
275
if (
AbsoluteDifference
> static_cast<uint64_t>(-(MinInt64 - Result)))
277
Result -= static_cast<int64_t>(
AbsoluteDifference
);
281
return ExpressionValue(-static_cast<int64_t>(
AbsoluteDifference
));
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MathExtras.h
794
std::enable_if_t<std::is_unsigned<T>::value, T>
AbsoluteDifference
(T X, T Y) {
Completed in 19 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026