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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMeterElement.cpp139 double lowValue = low(); local
144 if (optimumValue < lowValue) {
146 if (theValue <= lowValue)
157 if (lowValue <= theValue)
165 if (lowValue <= theValue && theValue <= highValue)
/external/chromium_org/third_party/WebKit/Source/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()))
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlowThread.h169 const LayoutUnit& lowValue() const { return m_offset; } function in class:WebCore::RenderFlowThread::RegionSearchAdapter
H A DFloatingObjects.cpp117 int lowValue() const { return m_lineTop; } function in class:WebCore::ComputeFloatOffsetAdapter
/external/deqp/modules/gles2/functional/
H A Des2fShaderInvarianceTests.cpp473 const char* lowValue; // !< lowValue^4 < maxValue member in struct:deqp::gles2::Functional::PrecisionCase
502 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue))
/external/deqp/modules/gles3/functional/
H A Des3fShaderInvarianceTests.cpp475 const char* lowValue; // !< lowValue^4 < maxValue member in struct:deqp::gles3::Functional::PrecisionCase
504 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue))
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2563 const APInt& lowValue = cast<ConstantInt>(I->Low)->getValue();
2566 uint64_t lo = (lowValue - lowBound).getZExtValue();

Completed in 1472 milliseconds