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

/external/webkit/Source/WebCore/html/
H A DHTMLMeterElement.cpp181 double lowValue = low(); local
186 if (optimumValue < lowValue) {
188 if (theValue <= lowValue)
199 if (lowValue <= theValue)
207 if (lowValue <= theValue && theValue <= highValue)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2407 const APInt& lowValue = cast<ConstantInt>(I->Low)->getValue(); local
2410 uint64_t lo = (lowValue - lowBound).getZExtValue();

Completed in 51 milliseconds