HomeSort by relevance Sort by last modified time
    Searched defs:SaturatingAdd (Results 1 - 20 of 20) sorted by null

  /external/gemmlowp/fixedpoint/
fixedpoint_msa.h 347 inline v8i16 SaturatingAdd(v8i16 a, v8i16 b) {
fixedpoint_neon.h 325 inline int16x8_t SaturatingAdd(int16x8_t a, int16x8_t b) {
fixedpoint_sse.h 378 inline int16x8_m128i SaturatingAdd(int16x8_m128i a, int16x8_m128i b) {
fixedpoint.h 236 IntegerType SaturatingAdd(IntegerType a, IntegerType b) {
243 inline std::int16_t SaturatingAdd(std::int16_t a, std::int16_t b) {
259 return SaturatingAdd(a, b);
619 FixedPoint<tRawType, tIntegerBits> SaturatingAdd(
623 SaturatingAdd(a.raw(), b.raw()));
    [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 699 SaturatingAdd(T X, T Y, bool *ResultOverflowed = nullptr) {
752 return SaturatingAdd(Z, Y, ResultOverflowed);
773 return SaturatingAdd(A, Product, &Overflowed);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MathExtras.h 758 SaturatingAdd(T X, T Y, bool *ResultOverflowed = nullptr) {
810 return SaturatingAdd(Z, Y, ResultOverflowed);
829 return SaturatingAdd(A, Product, &Overflowed);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 750 SaturatingAdd(T X, T Y, bool *ResultOverflowed = nullptr) {
802 return SaturatingAdd(Z, Y, ResultOverflowed);
821 return SaturatingAdd(A, Product, &Overflowed);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
MathExtras.h 763 SaturatingAdd(T X, T Y, bool *ResultOverflowed = nullptr) {
815 return SaturatingAdd(Z, Y, ResultOverflowed);
834 return SaturatingAdd(A, Product, &Overflowed);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
MathExtras.h 763 SaturatingAdd(T X, T Y, bool *ResultOverflowed = nullptr) {
815 return SaturatingAdd(Z, Y, ResultOverflowed);
834 return SaturatingAdd(A, Product, &Overflowed);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
MathExtras.h 768 SaturatingAdd(T X, T Y, bool *ResultOverflowed = nullptr) {
820 return SaturatingAdd(Z, Y, ResultOverflowed);
839 return SaturatingAdd(A, Product, &Overflowed);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
MathExtras.h 768 SaturatingAdd(T X, T Y, bool *ResultOverflowed = nullptr) {
820 return SaturatingAdd(Z, Y, ResultOverflowed);
839 return SaturatingAdd(A, Product, &Overflowed);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
MathExtras.h 768 SaturatingAdd(T X, T Y, bool *ResultOverflowed = nullptr) {
820 return SaturatingAdd(Z, Y, ResultOverflowed);
839 return SaturatingAdd(A, Product, &Overflowed);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
MathExtras.h 768 SaturatingAdd(T X, T Y, bool *ResultOverflowed = nullptr) {
820 return SaturatingAdd(Z, Y, ResultOverflowed);
839 return SaturatingAdd(A, Product, &Overflowed);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 750 SaturatingAdd(T X, T Y, bool *ResultOverflowed = nullptr) {
802 return SaturatingAdd(Z, Y, ResultOverflowed);
821 return SaturatingAdd(A, Product, &Overflowed);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
MathExtras.h 763 SaturatingAdd(T X, T Y, bool *ResultOverflowed = nullptr) {
815 return SaturatingAdd(Z, Y, ResultOverflowed);
834 return SaturatingAdd(A, Product, &Overflowed);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
MathExtras.h 763 SaturatingAdd(T X, T Y, bool *ResultOverflowed = nullptr) {
815 return SaturatingAdd(Z, Y, ResultOverflowed);
834 return SaturatingAdd(A, Product, &Overflowed);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
MathExtras.h 768 SaturatingAdd(T X, T Y, bool *ResultOverflowed = nullptr) {
820 return SaturatingAdd(Z, Y, ResultOverflowed);
839 return SaturatingAdd(A, Product, &Overflowed);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
MathExtras.h 768 SaturatingAdd(T X, T Y, bool *ResultOverflowed = nullptr) {
820 return SaturatingAdd(Z, Y, ResultOverflowed);
839 return SaturatingAdd(A, Product, &Overflowed);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
MathExtras.h 768 SaturatingAdd(T X, T Y, bool *ResultOverflowed = nullptr) {
820 return SaturatingAdd(Z, Y, ResultOverflowed);
839 return SaturatingAdd(A, Product, &Overflowed);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
MathExtras.h 768 SaturatingAdd(T X, T Y, bool *ResultOverflowed = nullptr) {
820 return SaturatingAdd(Z, Y, ResultOverflowed);
839 return SaturatingAdd(A, Product, &Overflowed);

Completed in 552 milliseconds