Home
last modified time | relevance | path

Searched refs:LeadingZero (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dwinnmfmt.cpp88 …(windowsLocaleName, LOCALE_RETURN_NUMBER|LOCALE_ILZERO, (LPWSTR) &fmt->LeadingZero, sizeof(UINT)); in getNumberFormat()
115 …x(windowsLocaleName, LOCALE_RETURN_NUMBER|LOCALE_ILZERO, (LPWSTR) &fmt->LeadingZero, sizeof(UINT)); in getCurrencyFormat()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp699 bool LeadingZero = true; in get_VSPLTI_elt() local
704 LeadingZero &= cast<ConstantSDNode>(UniquedVals[i])->isNullValue(); in get_VSPLTI_elt()
708 if (LeadingZero) { in get_VSPLTI_elt()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1637 bool LeadingZero = true; in get_VSPLTI_elt() local
1642 LeadingZero &= isNullConstant(UniquedVals[i]); in get_VSPLTI_elt()
1646 if (LeadingZero) { in get_VSPLTI_elt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp2073 bool LeadingZero = true; in get_VSPLTI_elt() local
2078 LeadingZero &= isNullConstant(UniquedVals[i]); in get_VSPLTI_elt()
2082 if (LeadingZero) { in get_VSPLTI_elt()