Home
last modified time | relevance | path

Searched refs:rightVal (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathPredicate.cpp91 double rightVal = rhs.toNumber(); in evaluate() local
95 return leftVal + rightVal; in evaluate()
97 return leftVal - rightVal; in evaluate()
99 return leftVal * rightVal; in evaluate()
101 return leftVal / rightVal; in evaluate()
103 return fmod(leftVal, rightVal); in evaluate()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.cpp1111 CollapsedBorderValue rightVal = cachedCollapsedRightBorder(styleForCellFlow); in paintCollapsedBorders() local
1119 int rightWidth = rightVal.width(); in paintCollapsedBorders()
1129 EBorderStyle rightStyle = collapsedBorderStyle(rightVal.style()); in paintCollapsedBorders()
1134 bool renderRight = rightStyle > BHIDDEN && !rightVal.isTransparent(); in paintCollapsedBorders()
1142 …borders.addBorder(rightVal, BSRight, renderRight, borderRect.maxX() - rightWidth, borderRect.y(), … in paintCollapsedBorders()
/external/deqp/framework/randomshaders/
DrsgBinaryOps.cpp107 ExecConstValueAccess rightVal = m_rightValueExpr->getValue(); in evaluate() local
110 evaluate(dst, leftVal, rightVal); in evaluate()