Searched defs:toShort (Results 1 – 3 of 3) sorted by relevance
136 short BigInteger::toShort () const { return convertToSignedPrimitive <short, unsig… in toShort() function in BigInteger
26 short BigUnsigned::toShort () const { return convertToSignedPrimitive< shor… in toShort() function in BigUnsigned
122 static inline Short toShort ( Int x ) { in toShort() function