Home
last modified time | relevance | path

Searched refs:hi_ (Results 1 – 3 of 3) sorted by relevance

/external/regex-re2/re2/
Dprog.h104 int hi() { DCHECK_EQ(opcode(), kInstByteRange); return hi_; } in hi()
118 return lo_ <= c && c <= hi_; in Matches()
158 uint8 hi_; // member
Dprog.cc27 hi_ = hi & 0xFF; in InitByteRange()
73 lo_, hi_, out()); in Dump()
/external/deqp/framework/common/
DtcuInterval.hpp148 Interval (bool hasNaN_, double lo_, double hi_) in Interval() argument
149 : m_hasNaN(hasNaN_), m_lo(lo_), m_hi(hi_) {} in Interval()