HomeSort by relevance Sort by last modified time
    Searched full:signedt (Results 1 - 1 of 1) sorted by null

  /frameworks/av/include/media/
Modulo.h 89 typedef typename std::make_signed<T>::type signedT;
95 signedT signedValue() const { return mValue; }
141 return static_cast<signedT>(mValue - other.unsignedValue()) > 0;
148 return static_cast<signedT>(mValue - other.unsignedValue()) >= 0;
155 return static_cast<signedT>(mValue - other.unsignedValue()) == 0;
162 return static_cast<signedT>(mValue - other.unsignedValue()) <= 0;
169 return static_cast<signedT>(mValue - other.unsignedValue()) < 0;

Completed in 124 milliseconds