Searched defs:AbsoluteDifference (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_time.cc | 49 QuicTime::Delta QuicWallTime::AbsoluteDifference(QuicWallTime other) const { in AbsoluteDifference() function in quic::QuicWallTime
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | MathExtras.h | 469 std::enable_if_t<std::is_unsigned_v<T>, T> AbsoluteDifference(T X, T Y) { in AbsoluteDifference() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | MathExtras.h | 484 std::enable_if_t<std::is_unsigned_v<T>, T> AbsoluteDifference(T X, T Y) { in AbsoluteDifference() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | MathExtras.h | 469 std::enable_if_t<std::is_unsigned_v<T>, T> AbsoluteDifference(T X, T Y) { in AbsoluteDifference() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | MathExtras.h | 469 std::enable_if_t<std::is_unsigned_v<T>, T> AbsoluteDifference(T X, T Y) { in AbsoluteDifference() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | MathExtras.h | 596 std::enable_if_t<std::is_unsigned<T>::value, T> AbsoluteDifference(T X, T Y) { in AbsoluteDifference() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 266 uint64_t AbsoluteDifference = RightValue - LeftValue; in operator -() local
|