Home
last modified time | relevance | path

Searched refs:tempResult (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DMediaValues.h37 double tempResult; in computeLength() local
38 … if (!computeLengthImpl(value, type, defaultFontSize, viewportWidth, viewportHeight, tempResult)) in computeLength()
40 result = roundForImpreciseConversion<T>(tempResult); in computeLength()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderImage.cpp359 HitTestResult tempResult(result.hitTestLocation()); in nodeAtPoint() local
360 …bool inside = RenderReplaced::nodeAtPoint(request, tempResult, locationInContainer, accumulatedOff… in nodeAtPoint()
362 if (tempResult.innerNode() && node()) { in nodeAtPoint()
369 if (map->mapMouseEvent(mapLocation, contentBox.size(), tempResult)) in nodeAtPoint()
370 tempResult.setInnerNonSharedNode(node()); in nodeAtPoint()
375 result.append(tempResult); in nodeAtPoint()
377 result = tempResult; in nodeAtPoint()
DRenderLayer.cpp2646 HitTestResult tempResult(result.hitTestLocation()); in hitTestLayer() local
2648 …if (hitTestContentsForFragments(layerFragments, request, tempResult, hitTestLocation, HitTestDesce… in hitTestLayer()
2651 result.append(tempResult); in hitTestLayer()
2653 result = tempResult; in hitTestLayer()
2659 result.append(tempResult); in hitTestLayer()
2676 HitTestResult tempResult(result.hitTestLocation()); in hitTestLayer() local
2678 …if (hitTestContentsForFragments(layerFragments, request, tempResult, hitTestLocation, HitTestSelf,… in hitTestLayer()
2681 result.append(tempResult); in hitTestLayer()
2683 result = tempResult; in hitTestLayer()
2687 result.append(tempResult); in hitTestLayer()
[all …]
/external/icu/icu4c/source/i18n/
Dnfrs.cpp637 Formattable tempResult; in parse() local
641 UBool success = negativeNumberRule->doParse(text, workingPos, 0, upperBound, tempResult); in parse()
646 result = tempResult; in parse()
660 Formattable tempResult; in parse() local
661 … UBool success = fractionRules[i]->doParse(text, workingPos, 0, upperBound, tempResult); in parse()
663 result = tempResult; in parse()
700 Formattable tempResult; in parse() local
701 … UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, tempResult); in parse()
703 result = tempResult; in parse()
Dnfsubs.cpp748 double tempResult = result.getDouble(status); in doParse() local
772 tempResult = composeRuleValue(tempResult, baseValue); in doParse()
773 result.setDouble(tempResult); in doParse()
973 double tempResult = result.getDouble(status); in doParse() local
974 tempResult = composeRuleValue(tempResult, baseValue); in doParse()
975 result.setDouble(tempResult); in doParse()
Dnfrule.cpp516 int16_t tempResult = (int16_t)(uprv_log((double)baseValue) / uprv_log((double)radix)); in expectedExponent() local
517 int64_t temp = util64_pow(radix, tempResult + 1); in expectedExponent()
519 tempResult += 1; in expectedExponent()
521 return tempResult; in expectedExponent()
/external/chromium_org/third_party/icu/source/i18n/
Dnfrs.cpp637 Formattable tempResult; in parse() local
641 UBool success = negativeNumberRule->doParse(text, workingPos, 0, upperBound, tempResult); in parse()
646 result = tempResult; in parse()
660 Formattable tempResult; in parse() local
661 … UBool success = fractionRules[i]->doParse(text, workingPos, 0, upperBound, tempResult); in parse()
663 result = tempResult; in parse()
700 Formattable tempResult; in parse() local
701 … UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, tempResult); in parse()
703 result = tempResult; in parse()
Dnfsubs.cpp748 double tempResult = result.getDouble(status); in doParse() local
772 tempResult = composeRuleValue(tempResult, baseValue); in doParse()
773 result.setDouble(tempResult); in doParse()
973 double tempResult = result.getDouble(status); in doParse() local
974 tempResult = composeRuleValue(tempResult, baseValue); in doParse()
975 result.setDouble(tempResult); in doParse()
Dnfrule.cpp515 int16_t tempResult = (int16_t)(uprv_log((double)baseValue) / uprv_log((double)radix)); in expectedExponent() local
516 int64_t temp = util64_pow(radix, tempResult + 1); in expectedExponent()
518 tempResult += 1; in expectedExponent()
520 return tempResult; in expectedExponent()
/external/valgrind/main/VEX/priv/
Dguest_ppc_toIR.c12403 IRTemp tempResult = newTemp(Ity_V128); in dis_vx_conv() local
12416 assign(tempResult, unop(op, getVSReg(XB))); in dis_vx_conv()
12417 assign( hi64, unop(Iop_V128HIto64, mkexpr(tempResult)) ); in dis_vx_conv()
12418 assign( lo64, unop(Iop_V128to64, mkexpr(tempResult)) ); in dis_vx_conv()