Home
last modified time | relevance | path

Searched defs:UnsignedT (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/third_party/base/numerics/
Dsafe_conversions_impl.h66 using UnsignedT = typename std::make_unsigned<T>::type; in ConditionalNegate() local
75 using UnsignedT = typename std::make_unsigned<T>::type; in SafeUnsignedAbs() local
/external/libchrome/base/numerics/
Dsafe_conversions_impl.h73 using UnsignedT = typename std::make_unsigned<T>::type; in ConditionalNegate() local
82 using UnsignedT = typename std::make_unsigned<T>::type; in SafeUnsignedAbs() local
/external/boringssl/src/crypto/
Dcompiler_test.cc39 using UnsignedT = typename std::make_unsigned<T>::type; in CheckRepresentation() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DNativeFormatting.cpp93 using UnsignedT = typename std::make_unsigned<T>::type; in write_signed() typedef
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DNativeFormatting.cpp93 using UnsignedT = typename std::make_unsigned<T>::type; in write_signed() typedef
/external/v8/src/
Dvalue-serializer.cc246 using UnsignedT = typename std::make_unsigned<T>::type; in WriteZigZag() typedef
1091 using UnsignedT = typename std::make_unsigned<T>::type; in ReadZigZag() typedef
Dutils.h122 using UnsignedT = typename std::make_unsigned<T>::type; in ArithmeticShiftRight() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_typed_visitor.h888 typedef typename std::make_unsigned<NativeT>::type UnsignedT; in HandleShiftRightLogical() typedef
2997 typedef typename std::make_unsigned<NativeT>::type UnsignedT; in IsShiftOutOfBounds() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp1499 typedef typename std::make_unsigned<T>::type UnsignedT; in printSVELogicalImm() typedef