Searched refs:issigned (Results 1 - 4 of 4) sorted by relevance

/external/flatbuffers/php/
H A DByteBuffer.php376 $issigned = isset($this->_buffer[$sign]) && ord($this->_buffer[$sign]) & 0x80; variable
379 return $issigned ? $result - 65536 : $result;
400 $issigned = isset($this->_buffer[$sign]) && ord($this->_buffer[$sign]) & 0x80; variable
404 return $issigned ? $result - 4294967296 : $result;
/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.cpp596 bool issigned = depth < 0; local
660 int offset = issigned ? 1 << (depth - 1) : 0;
/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc2221 bool issigned) {
2224 if (issigned) {
2217 absdiff(VectorFormat vform, LogicVRegister dst, const LogicVRegister& src1, const LogicVRegister& src2, bool issigned) argument
H A Dsimulator-aarch64.h2577 bool issigned);

Completed in 152 milliseconds