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

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLMeterElement.cpp173 double highValue = high(); local
181 if (theValue <= highValue)
186 if (highValue < optimumValue) {
188 if (highValue <= 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
51 , m_highValue(highValue)
56 const T& highValue() const { return m_highValue; } function in class:WebCore::PODIntervalSearchAdapter
180 if (!(adapter.highValue() < node->data().low()))
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dutrie2_builder.cpp899 findHighStart(UNewTrie2 *trie, uint32_t highValue) { argument
913 if(highValue==initialValue) {
928 /* the index-2 block is the same as the previous one, and filled with highValue */
935 if(highValue!=initialValue) {
944 /* the block is the same as the previous one, and filled with highValue */
951 if(highValue!=initialValue) {
958 if(value!=highValue) {
1177 uint32_t highValue; local
1182 highValue=utrie2_get32(trie, 0x10ffff);
1183 highStart=findHighStart(newTrie, highValue);
[all...]
H A Dutrie2.cpp337 /* highValue and reserved values */
353 /* highValue and reserved values */
669 uint32_t highValue; local
671 highValue=
676 highValue=trie->newTrie->data[trie->newTrie->dataLength-UTRIE2_DATA_GRANULARITY];
678 value=enumValue(context, highValue);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderFlowThread.h244 const LayoutUnit& highValue() 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
1186 , m_highValue(highValue)
1196 inline int highValue() const { return m_highValue; } function in class:WebCore::RenderBlock::FloatIntervalSearchAdapter
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2430 const APInt& highValue = cast<ConstantInt>(I->High)->getValue(); local
2433 uint64_t hi = (highValue - lowBound).getZExtValue();

Completed in 129 milliseconds