Home
last modified time | relevance | path

Searched refs:toShort (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/bigint/
DBigInteger.hh78 short toShort () const;
DBigUnsigned.hh83 short toShort () const;
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