Home
last modified time | relevance | path

Searched refs:inValue (Results 1 – 24 of 24) sorted by relevance

/external/gptfdisk/
Dsupport.cc134 uint64_t IeeeToInt(string inValue, uint64_t sSize, uint64_t low, uint64_t high, uint64_t def) { in IeeeToInt() argument
147 while (inValue[0] == ' ') in IeeeToInt()
148 inValue.erase(0, 1); in IeeeToInt()
151 if ((inValue[0] == '+') || (inValue[0] == '-')) { in IeeeToInt()
152 plusFlag = inValue[0]; in IeeeToInt()
153 inValue.erase(0, 1); in IeeeToInt()
157 istringstream inString(inValue); in IeeeToInt()
164 if ((inValue.length() == 0) || (response == 0)) { in IeeeToInt()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNumberFormatterImpl.java55 DecimalQuantity inValue, in formatStatic() argument
57 MicroProps micros = preProcessUnsafe(macros, inValue); in formatStatic()
58 int length = writeNumber(micros, inValue, outString, 0); in formatStatic()
89 public int format(DecimalQuantity inValue, NumberStringBuilder outString) { in format() argument
90 MicroProps micros = preProcess(inValue); in format()
91 int length = writeNumber(micros, inValue, outString, 0); in format()
99 public MicroProps preProcess(DecimalQuantity inValue) { in preProcess() argument
100 MicroProps micros = microPropsGenerator.processQuantity(inValue); in preProcess()
101 micros.rounder.apply(inValue); in preProcess()
103 inValue.setIntegerLength(micros.integerWidth.minInt, Integer.MAX_VALUE); in preProcess()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberFormatterImpl.java54 DecimalQuantity inValue, in formatStatic() argument
56 MicroProps micros = preProcessUnsafe(macros, inValue); in formatStatic()
57 int length = writeNumber(micros, inValue, outString, 0); in formatStatic()
88 public int format(DecimalQuantity inValue, NumberStringBuilder outString) { in format() argument
89 MicroProps micros = preProcess(inValue); in format()
90 int length = writeNumber(micros, inValue, outString, 0); in format()
98 public MicroProps preProcess(DecimalQuantity inValue) { in preProcess() argument
99 MicroProps micros = microPropsGenerator.processQuantity(inValue); in preProcess()
100 micros.rounder.apply(inValue); in preProcess()
102 inValue.setIntegerLength(micros.integerWidth.minInt, Integer.MAX_VALUE); in preProcess()
[all …]
/external/icu/icu4c/source/i18n/
Dnumber_formatimpl.cpp74 int32_t NumberFormatterImpl::formatStatic(const MacroProps& macros, DecimalQuantity& inValue, in formatStatic() argument
77 MicroProps& micros = impl.preProcessUnsafe(inValue, status); in formatStatic()
79 int32_t length = writeNumber(micros, inValue, outString, 0, status); in formatStatic()
96 int32_t NumberFormatterImpl::format(DecimalQuantity& inValue, NumberStringBuilder& outString, in format() argument
99 preProcess(inValue, micros, status); in format()
101 int32_t length = writeNumber(micros, inValue, outString, 0, status); in format()
106 void NumberFormatterImpl::preProcess(DecimalQuantity& inValue, MicroProps& microsOut, in preProcess() argument
113 fMicroPropsGenerator->processQuantity(inValue, microsOut, status); in preProcess()
114 microsOut.rounder.apply(inValue, status); in preProcess()
115 microsOut.integerWidth.apply(inValue, status); in preProcess()
[all …]
Dnumber_formatimpl.h38 formatStatic(const MacroProps &macros, DecimalQuantity &inValue, NumberStringBuilder &outString,
54 …int32_t format(DecimalQuantity& inValue, NumberStringBuilder& outString, UErrorCode& status) const;
59 void preProcess(DecimalQuantity& inValue, MicroProps& microsOut, UErrorCode& status) const;
106 MicroProps& preProcessUnsafe(DecimalQuantity &inValue, UErrorCode &status);
/external/clang/test/SemaObjCXX/
Dstatic-cast.mm15 AutoreleaseObject& operator=(NSResponder* inValue);
16 AutoreleaseObject& operator=(const AutoreleaseObject& inValue);
18 AutoreleaseObject(const AutoreleaseObject& inValue);
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DDynamicRefTable.java135 Res_value inValue = value.get(); in lookupResourceValue() local
136 switch (DataType.fromCode(inValue.dataType)) { in lookupResourceValue()
157 final Ref<Integer> resIdRef = new Ref<>(inValue.data); in lookupResourceValue()
159 value.set(inValue.withData(resIdRef.get())); in lookupResourceValue()
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp746 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
759 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
882 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
884 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
931 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
933 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
991 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
993 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
1069 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
1071 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp893 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
906 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
1050 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
1052 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
1110 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
1112 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
1174 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
1176 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
1238 deUint32* inValue = (deUint32*)values[0]; in getInputValues() local
1240 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues); in getInputValues()
DvktShaderPackingFunctionTests.cpp848 deBool checkValue (deUint16 inValue, float outValue, SubnormalizedConversionType& conversion) in checkValue() argument
850 const tcu::Float16 temp = tcu::Float16(inValue); in checkValue()
/external/deqp/modules/gles2/scripts/
Dgen-conversions.py194 def __init__(self, inValue, outValue): argument
195 inType = inValue.typeString()
198 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
/external/expat/lib/
Dxmltok_impl.c1472 enum { other, inName, inValue } state = inName; in PREFIX() enumerator
1498 if (state != inValue) { in PREFIX()
1501 state = inValue; in PREFIX()
1512 if (state != inValue) { in PREFIX()
1515 state = inValue; in PREFIX()
1532 else if (state == inValue in PREFIX()
1546 else if (state == inValue && nAtts < attsMax) in PREFIX()
1551 if (state != inValue) in PREFIX()
/external/python/cpython2/Modules/expat/
Dxmltok_impl.c1472 enum { other, inName, inValue } state = inName; in PREFIX() enumerator
1498 if (state != inValue) { in PREFIX()
1501 state = inValue; in PREFIX()
1512 if (state != inValue) { in PREFIX()
1515 state = inValue; in PREFIX()
1532 else if (state == inValue in PREFIX()
1546 else if (state == inValue && nAtts < attsMax) in PREFIX()
1551 if (state != inValue) in PREFIX()
/external/python/cpython3/Modules/expat/
Dxmltok_impl.c1472 enum { other, inName, inValue } state = inName; in PREFIX() enumerator
1498 if (state != inValue) { in PREFIX()
1501 state = inValue; in PREFIX()
1512 if (state != inValue) { in PREFIX()
1515 state = inValue; in PREFIX()
1532 else if (state == inValue in PREFIX()
1546 else if (state == inValue && nAtts < attsMax) in PREFIX()
1551 if (state != inValue) in PREFIX()
/external/deqp/modules/gles3/scripts/
Dgen-conversions.py207 def __init__(self, inValue, outValue): argument
208 inType = inValue.typeString()
211 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp829 string& inValue = inNdx > 0 ? inValue1 : inValue0; in init() local
846 inValue = string(m_isVertexCase ? "a_" : "v_") + getDataTypeName(in.dataType); in init()
859 inValue = m_isVertexCase ? "a_coords" : "v_coords"; in init()
865 inValue = string("u_in") + de::toString(inNdx); in init()
888 inValue = string("in") + de::toString(inNdx); in init()
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1489 string& inValue = inNdx > 0 ? inValue1 : inValue0; in init() local
1506 inValue = string(m_isVertexCase ? "a_" : "v_") + getDataTypeName(in.dataType); in init()
1519 inValue = m_isVertexCase ? "a_coords" : "v_coords"; in init()
1525 inValue = string("u_in") + de::toString(inNdx); in init()
1554 inValue = string("in") + de::toString(inNdx); in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1756 string& inValue = inNdx > 0 ? inValue1 : inValue0; in setupShader() local
1772 inValue = string(m_isVertexCase ? "a_" : "v_") + getDataTypeName(in.dataType); in setupShader()
1786 inValue = m_isVertexCase ? "a_coords" : "v_coords"; in setupShader()
1792 inValue = string("u_in") + de::toString(inNdx); in setupShader()
1821 inValue = string("in") + de::toString(inNdx); in setupShader()
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c1619 SInt16 inValue; in CtlObj_SetBevelButtonMenuValue() local
1624 &inValue)) in CtlObj_SetBevelButtonMenuValue()
1627 inValue); in CtlObj_SetBevelButtonMenuValue()
1694 SInt16 inValue; in CtlObj_SetDisclosureTriangleLastValue() local
1699 &inValue)) in CtlObj_SetDisclosureTriangleLastValue()
1702 inValue); in CtlObj_SetDisclosureTriangleLastValue()
5211 SInt32 inValue; in Ctl_CreateDisclosureButtonControl() local
5220 &inValue, in Ctl_CreateDisclosureButtonControl()
5225 inValue, in Ctl_CreateDisclosureButtonControl()
/external/mdnsresponder/mDNSShared/
DDebugServices.c143 void * inValue,
1131 void * inValue, in DebugAssertOutputHandler() argument
1137 DEBUG_UNUSED( inValue ); in DebugAssertOutputHandler()
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m.result1598 - (NSDate*) rdar8356342:(NSDate *)inValue;
1602 - (NSDate*) rdar8356342:(NSDate*)inValue {
1603 NSDate *outValue = inValue;
1607 if (outValue != inValue)
Dobjcmt-arc-cf-annotations.m1556 - (NSDate*) rdar8356342:(NSDate *)inValue;
1560 - (NSDate*) rdar8356342:(NSDate*)inValue {
1561 NSDate *outValue = inValue;
1565 if (outValue != inValue)
/external/deqp/framework/randomshaders/
DrsgExpression.cpp1414 ExecConstValueAccess inValue = m_child->getValue(); in evaluate() local
1420 outValue.component(outElemNdx) = inValue.component(inElemNdx).value(); in evaluate()
/external/clang/test/Analysis/
Dretain-release.m1551 - (NSDate*) rdar8356342:(NSDate *)inValue;
1555 - (NSDate*) rdar8356342:(NSDate*)inValue {
1556 NSDate *outValue = inValue;
1560 if (outValue != inValue)