Searched refs:lowValue (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLMeterElement.cpp172 double lowValue = low(); local
177 if (optimumValue < lowValue) {
179 if (theValue <= lowValue)
190 if (lowValue <= theValue)
198 if (lowValue <= theValue && theValue <= highValue)
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPODIntervalTree.h48 PODIntervalSearchAdapter(Vector<IntervalType>& result, const T& lowValue, const T& highValue) argument
50 , m_lowValue(lowValue)
55 const T& lowValue() const { return m_lowValue; } function in class:WebCore::PODIntervalSearchAdapter
171 && !(left->data().maxHigh() < adapter.lowValue()))
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderFlowThread.h243 const LayoutUnit& lowValue() const { return m_offset; } function in class:WebCore::RenderFlowThread::RegionSearchAdapter
H A DRenderBlock.h1183 FloatIntervalSearchAdapter(const RenderBlock* renderer, int lowValue, int highValue, LayoutUnit& offset, LayoutUnit* heightRemaining) argument
1185 , m_lowValue(lowValue)
1195 inline int lowValue() const { return m_lowValue; } function in class:WebCore::RenderBlock::FloatIntervalSearchAdapter
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2429 const APInt& lowValue = cast<ConstantInt>(I->Low)->getValue(); local
2432 uint64_t lo = (lowValue - lowBound).getZExtValue();

Completed in 87 milliseconds