Searched defs:lowerBound (Results 1 – 3 of 3) sorted by relevance
79 AttrData::AttrData(uint32_t lowerBound, uint32_t upperBound) : type_(AttrDataType::ATTR_DATA_UINT32… in AttrData()230 uint32_t AttrData::SetData(uint32_t lowerBound, uint32_t upperBound) in SetData()
267 uint32_t lowerBound = 0; in AnalyzeUint32Range() local
248 inline bool InRegion(double lowerBound, double upperBound, double destNum) in InRegion()