Home
last modified time | relevance | path

Searched refs:eValue (Results 1 – 11 of 11) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpmont_expbinbnu.c109 BNU_CHUNK_T eValue = dataE[nsE-1]; in cpMontExpBin_BNU() local
110 int n = cpNLZ_BNU(eValue)+1; in cpMontExpBin_BNU()
116 eValue <<= n; in cpMontExpBin_BNU()
117 for(; n<BNU_CHUNK_BITS; n++, eValue<<=1) { in cpMontExpBin_BNU()
122 if(eValue & ((BNU_CHUNK_T)1<<(BNU_CHUNK_BITS-1))) in cpMontExpBin_BNU()
128 eValue = dataE[nsE-1]; in cpMontExpBin_BNU()
130 for(n=0; n<BNU_CHUNK_BITS; n++, eValue<<=1) { in cpMontExpBin_BNU()
134 if(eValue & ((BNU_CHUNK_T)1<<(BNU_CHUNK_BITS-1))) in cpMontExpBin_BNU()
Dpcpmont_expsafebinary.c246 Ipp32u eValue; in cpSafeMontExp_Binary() local
269 eValue = eData[eSize-1]; in cpSafeMontExp_Binary()
270 nBits = 32-NLZ32u(eValue); in cpSafeMontExp_Binary()
271 eValue <<= (32-nBits); in cpSafeMontExp_Binary()
274 eValue <<=1; in cpSafeMontExp_Binary()
275 for(; nBits>0; nBits--, eValue<<=1) { in cpSafeMontExp_Binary()
294 SET_BNU(pBuffer, ((Ipp32s)eValue)>>31, mSize); in cpSafeMontExp_Binary()
318 eValue = eData[eSize-1]; in cpSafeMontExp_Binary()
320 for(nBits=32; nBits>0; nBits--, eValue<<=1) { in cpSafeMontExp_Binary()
339 SET_BNU(pBuffer, ((Ipp32s)eValue)>>31, mSize); in cpSafeMontExp_Binary()
/external/pdfium/core/fxcrt/css/
Dcfx_cssstyleselector.h69 float ToFontSize(CFX_CSSPropertyValue eValue, float fCurFontSize);
70 CFX_CSSDisplay ToDisplay(CFX_CSSPropertyValue eValue);
71 CFX_CSSTextAlign ToTextAlign(CFX_CSSPropertyValue eValue);
72 uint16_t ToFontWeight(CFX_CSSPropertyValue eValue);
73 CFX_CSSFontStyle ToFontStyle(CFX_CSSPropertyValue eValue);
74 CFX_CSSVerticalAlign ToVerticalAlign(CFX_CSSPropertyValue eValue);
76 CFX_CSSFontVariant ToFontVariant(CFX_CSSPropertyValue eValue);
Dcfx_cssstyleselector.cpp414 CFX_CSSDisplay CFX_CSSStyleSelector::ToDisplay(CFX_CSSPropertyValue eValue) { in ToDisplay() argument
415 switch (eValue) { in ToDisplay()
433 CFX_CSSPropertyValue eValue) { in ToTextAlign() argument
434 switch (eValue) { in ToTextAlign()
447 uint16_t CFX_CSSStyleSelector::ToFontWeight(CFX_CSSPropertyValue eValue) { in ToFontWeight() argument
448 switch (eValue) { in ToFontWeight()
462 CFX_CSSPropertyValue eValue) { in ToFontStyle() argument
463 switch (eValue) { in ToFontStyle()
512 float CFX_CSSStyleSelector::ToFontSize(CFX_CSSPropertyValue eValue, in ToFontSize() argument
514 switch (eValue) { in ToFontSize()
[all …]
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h1189 CLPixelType oValue, eValue;
1200 eValue = stretch_map[ePos];
1201 red = getRed(eValue);
1210 eValue = stretch_map[ePos];
1211 green = getGreen(eValue);
1220 eValue = stretch_map[ePos];
1221 blue = getBlue(eValue);
1230 eValue = stretch_map[ePos];
1231 alpha = getAlpha(eValue);
1649 CLPixelType oValue, eValue;
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/
DXPathParts.java122 String eValue = v; in writeDifference() local
123 if (eValue.length() == 0) { in writeDifference()
127 pw.print(untrim(eValue, size())); in writeDifference()
141 private String untrim(String eValue, int count) { in untrim() argument
142 String result = TransliteratorUtilities.toHTML.transliterate(eValue); in untrim()
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidgethandler.h116 CXFA_Node* CreateValueNode(XFA_Element eValue, CXFA_Node* pParent) const;
Dcxfa_ffwidgethandler.cpp563 CXFA_Node* CXFA_FFWidgetHandler::CreateValueNode(XFA_Element eValue, in CreateValueNode() argument
566 CreateCopyNode(eValue, pValue); in CreateValueNode()
/external/pdfium/fxjs/xfa/
Dcjx_object.h191 bool SetEnum(XFA_Attribute eAttr, XFA_AttributeEnum eValue, bool bNotify);
Dcjx_object.cpp395 XFA_AttributeEnum eValue, in SetEnum() argument
398 (void*)(uintptr_t)eValue, bNotify); in SetEnum()
401 CXFA_Node::AttributeEnumToName(eValue)); in SetEnum()
/external/v8/benchmarks/
Dcrypto.js1669 eValue="10001";
1685 RSA.setPublic(nValue, eValue);
1686 RSA.setPrivateEx(nValue, eValue, dValue, pValue, qValue, dmp1Value, dmq1Value, coeffValue);
1692 RSA.setPublic(nValue, eValue);
1693 RSA.setPrivateEx(nValue, eValue, dValue, pValue, qValue, dmp1Value, dmq1Value, coeffValue);