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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMeterElement.cpp141 double highValue = high(); local
149 if (theValue <= highValue)
154 if (highValue < optimumValue) {
156 if (highValue <= theValue)
166 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
51 , m_highValue(highValue)
56 const T& highValue() const { return m_highValue; } function in class:blink::PODIntervalSearchAdapter
180 if (!(adapter.highValue() < node->data().low()))
/external/chromium_org/third_party/icu/source/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);
/external/icu/icu4c/source/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 */
698 uint32_t highValue; local
700 highValue=
705 highValue=trie->newTrie->data[trie->newTrie->dataLength-UTRIE2_DATA_GRANULARITY];
707 value=enumValue(context, highValue);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlowThread.h166 const LayoutUnit& highValue() const { return m_offset; } function in class:blink::RenderFlowThread::RegionSearchAdapter
H A DFloatingObjects.cpp117 int highValue() const { return m_lineBottom; } function in class:blink::ComputeFloatOffsetAdapter
/external/deqp/modules/gles2/functional/
H A Des2fShaderInvarianceTests.cpp470 const char* highValue; // !< highValue < maxValue member in struct:deqp::gles2::Functional::PrecisionCase
499 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue))
/external/deqp/modules/gles3/functional/
H A Des3fShaderInvarianceTests.cpp472 const char* highValue; // !< highValue < maxValue member in struct:deqp::gles3::Functional::PrecisionCase
501 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue))
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2564 const APInt& highValue = cast<ConstantInt>(I->High)->getValue();
2567 uint64_t hi = (highValue - lowBound).getZExtValue();

Completed in 1392 milliseconds