Home
last modified time | relevance | path

Searched defs:toShort (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/bigint/
DBigInteger.cc136 short BigInteger::toShort () const { return convertToSignedPrimitive <short, unsig… in toShort() function in BigInteger
DBigUnsigned.cc26 short BigUnsigned::toShort () const { return convertToSignedPrimitive< shor… in toShort() function in BigUnsigned
/external/valgrind/VEX/pub/
Dlibvex_basictypes.h122 static inline Short toShort ( Int x ) { in toShort() function