Searched refs:MaxIntFromFormat (Results 1 – 4 of 4) sorted by relevance
608 int64_t MaxIntFromFormat(VectorFormat vform) { in MaxIntFromFormat() function
467 int64_t MaxIntFromFormat(VectorFormat vform);
1984 dst.SetInt(vform, i, MaxIntFromFormat(vform)); in suqadd()2072 if (ssrc[i] > MaxIntFromFormat(dstform)) { in extractnarrow()3284 if (product > MaxIntFromFormat(vform)) { in sqrdmulh()3285 product = MaxIntFromFormat(vform); in sqrdmulh()
596 SetInt(vform, i, MaxIntFromFormat(vform)); in SignedSaturate()