Searched refs:lowValue (Results 1 – 5 of 5) sorted by relevance
163 double lowValue = low(); in gaugeRegion() local168 if (optimumValue < lowValue) { in gaugeRegion()170 if (theValue <= lowValue) in gaugeRegion()181 if (lowValue <= theValue) in gaugeRegion()189 if (lowValue <= theValue && theValue <= highValue) in gaugeRegion()
48 PODIntervalSearchAdapter(Vector<IntervalType>& result, const T& lowValue, const T& highValue) in PODIntervalSearchAdapter() argument50 , m_lowValue(lowValue) in PODIntervalSearchAdapter()55 const T& lowValue() const { return m_lowValue; } in lowValue() function171 && !(left->data().maxHigh() < adapter.lowValue())) in searchForOverlapsFrom()
253 const LayoutUnit& lowValue() const { return m_offset; } in lowValue() function
116 int lowValue() const { return m_lineTop; } in lowValue() function in WebCore::ComputeFloatOffsetAdapter
2445 const APInt& lowValue = cast<ConstantInt>(I->Low)->getValue(); in handleBitTestsSwitchCase() local2448 uint64_t lo = (lowValue - lowBound).getZExtValue(); in handleBitTestsSwitchCase()