Home
last modified time | relevance | path

Searched refs:inputValue (Results 1 - 25 of 27) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderAtomicCounterOpsTests.hpp53 AtomicOperation(std::string function, glw::GLuint inputValue, glw::GLuint paramValue, in AtomicOperation() argument
56 , m_inputValue(inputValue) in AtomicOperation()
109 AtomicOperationAdd(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationAdd() argument
110 : AtomicOperation("atomicCounterAdd", inputValue, paramValue, 0U, true) in AtomicOperationAdd()
125 AtomicOperationSubtract(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationSubtract() argument
126 : AtomicOperation("atomicCounterSubtract", inputValue, paramValue, 0U, true) in AtomicOperationSubtract()
141 AtomicOperationMin(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationMin() argument
142 : AtomicOperation("atomicCounterMin", inputValue, paramValue) in AtomicOperationMin()
157 AtomicOperationMax(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationMax() argument
158 : AtomicOperation("atomicCounterMax", inputValue, paramValu in AtomicOperationMax()
173 AtomicOperationAnd(glw::GLuint inputValue, glw::GLuint paramValue) AtomicOperationAnd() argument
189 AtomicOperationOr(glw::GLuint inputValue, glw::GLuint paramValue) AtomicOperationOr() argument
205 AtomicOperationXor(glw::GLuint inputValue, glw::GLuint paramValue) AtomicOperationXor() argument
222 AtomicOperationExchange(glw::GLuint inputValue, glw::GLuint paramValue) AtomicOperationExchange() argument
237 AtomicOperationCompSwap(glw::GLuint inputValue, glw::GLuint paramValue, glw::GLuint compareValue) AtomicOperationCompSwap() argument
[all...]
H A Dgl4cShaderAtomicCounterOpsTests.cpp374 GLuint inputValue = atomicOp->getInputValue(); in fillAtomicCounterBuffer() local
383 *dataPtr = inputValue; in fillAtomicCounterBuffer()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DFormattedPlaceholder.java19 private final Object inputValue; field in FormattedPlaceholder
24 * @param inputValue the original value to be formatted.
31 public FormattedPlaceholder(Object inputValue, FormattedValue formattedValue) { in FormattedPlaceholder() argument
35 this.inputValue = inputValue; in FormattedPlaceholder()
49 return inputValue; in getInput()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemStorageBufferTests.cpp794 const tcu::UVec4& inputValue, in calculateAtomicOpData()
804 refValue = inputValue + tcu::UVec4(atomicArg); in calculateAtomicOpData()
810 refValue = tcu::UVec4(std::min(inputValue.x(), atomicArg), std::min(inputValue.y(), atomicArg), std::min(inputValue.z(), atomicArg), std::min(inputValue.w(), atomicArg)); in calculateAtomicOpData()
816 refValue = tcu::UVec4(std::max(inputValue.x(), atomicArg), std::max(inputValue.y(), atomicArg), std::max(inputValue.z(), atomicArg), std::max(inputValue in calculateAtomicOpData()
793 calculateAtomicOpData(SSBOAtomicType type, const tcu::UVec4& inputValue, const deUint32 atomicArg, std::string& atomicCall, tcu::UVec4& refValue, const deUint32 swapNdx = 0) calculateAtomicOpData() argument
941 const tcu::UVec4& inputValue = testData[ndx].input; createAtomicStorageBufferTests() local
957 tcu::UVec4 inputValue; createAtomicStorageBufferTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemStorageBufferTests.cpp806 const tcu::UVec4& inputValue, in calculateAtomicOpData()
816 refValue = inputValue + tcu::UVec4(atomicArg); in calculateAtomicOpData()
822 refValue = tcu::UVec4(std::min(inputValue.x(), atomicArg), std::min(inputValue.y(), atomicArg), std::min(inputValue.z(), atomicArg), std::min(inputValue.w(), atomicArg)); in calculateAtomicOpData()
828 refValue = tcu::UVec4(std::max(inputValue.x(), atomicArg), std::max(inputValue.y(), atomicArg), std::max(inputValue.z(), atomicArg), std::max(inputValue in calculateAtomicOpData()
805 calculateAtomicOpData(SSBOAtomicType type, const tcu::UVec4& inputValue, const deUint32 atomicArg, std::string& atomicCall, tcu::UVec4& refValue, const deUint32 swapNdx = 0) calculateAtomicOpData() argument
950 const tcu::UVec4& inputValue = testData[ndx].input; createAtomicStorageBufferTests() local
966 tcu::UVec4 inputValue; createAtomicStorageBufferTests() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderUniformIntegerFunctionTests.cpp45 UniformIntegerFunctionCase (Context& context, const char* description, int inputValue, glu::Precision precision, glu::ShaderType shaderType);
68 UniformIntegerFunctionCase::UniformIntegerFunctionCase(Context& context, const char* description, int inputValue, glu::Precision precision, glu::ShaderType shaderType) in UniformIntegerFunctionCase() argument
71 , m_input(inputValue) in UniformIntegerFunctionCase()
153 FindMSBEdgeCase(Context& context, int inputValue, glu::Precision precision, glu::ShaderType shaderType) in FindMSBEdgeCase() argument
154 : UniformIntegerFunctionCase(context, "findMSB", inputValue, precision, shaderType) in FindMSBEdgeCase()
170 FindLSBEdgeCase(Context& context, int inputValue, glu::Precision precision, glu::ShaderType shaderType) in FindLSBEdgeCase() argument
171 : UniformIntegerFunctionCase(context, "findLSB", inputValue, precision, shaderType) in FindLSBEdgeCase()
H A Des31fShaderAtomicOpTests.cpp292 const int inputValue = *(const deInt32*)((const deUint8*)inputs + inputStride*(groupOffset+localNdx)); in verify() local
293 valueSum += inputValue; in verify()
304 const int inputValue = *(const deInt32*)((const deUint8*)inputs + inputStride*(groupOffset+localNdx)); in verify() local
307 if (!de::inRange(outputValue, (int)m_initialValue, valueSum-inputValue)) in verify()
310 << ": expected value in range [" << m_initialValue << ", " << (valueSum-inputValue) in verify()
325 if (outputValue == valueSum-inputValue) in verify()
446 const deInt32 inputValue = *(const deInt32*)((const deUint8*)inputs + inputStride*(groupOffset+localNdx));
447 inValues.insert(inputValue);
448 minValue = de::min(inputValue, minValue);
528 const deInt32 inputValue
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/locale/locale_gtest/
H A Dlocale_strtof_l_test.cpp19 const char* inputValue = "100.1"; in HWTEST_F() local
22 float endresult = strtof_l(inputValue, &lastptr, locale); in HWTEST_F()
/third_party/icu/icu4c/source/test/intltest/
H A Dunits_test.cpp33 const double inputValue; member
273 const double inputValue; in testConverter() member
361 double inverseMaxDelta = 1e-6 * uprv_fabs(testCase.inputValue); in testConverter()
362 if (testCase.inputValue == 0) { in testConverter()
377 testCase.expectedValue, converter.convert(testCase.inputValue), maxDelta); in testConverter()
380 testCase.inputValue, converter.convertInverse(testCase.expectedValue), inverseMaxDelta); in testConverter()
389 testCase.expectedValue, converter2.convert(testCase.inputValue), maxDelta); in testConverter()
392 testCase.inputValue, converter2.convertInverse(testCase.expectedValue), inverseMaxDelta); in testConverter()
714 double inputValue; in testComplexUnitsConverterSorting() member
756 auto actual = converter.convert(testCase.inputValue, nullpt in testComplexUnitsConverterSorting()
[all...]
H A Ddcfmapts.cpp598 double inputValue; in TestScale() member
638 pat.format(testData[i].inputValue, resultStr); in TestScale()
639 message = UnicodeString("Unexpected output for ") + testData[i].inputValue + UnicodeString(" and scale ") + in TestScale()
H A Dnumbertest_api.cpp2959 const double inputValue; in unitLocaleTags() member
3012 auto inputValue = testCase.inputValue; in unitLocaleTags() local
3024 auto fn = nf.formatDouble(inputValue, status); in unitLocaleTags()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
H A DUnitsTest.java190 double inputValue; in testComplexUnitsConverterSorting()
194 public TestCase(String message, String inputUnit, String outputUnit, double inputValue, Measure[] expectedMeasures, double accuracy) { in testComplexUnitsConverterSorting()
198 this.inputValue = inputValue; in testComplexUnitsConverterSorting()
236 List<Measure> actualMeasures = converter.convert(BigDecimal.valueOf(testCase.inputValue), null).measures; in testComplexUnitsConverterSorting()
631 String inputValue = fields[4]; in testUnitPreferencesWithCLDRTests()
643 this.insertData(category, usage, region, inputUnit, inputValue, outputs); in testUnitPreferencesWithCLDRTests()
650 String inputValue, in testUnitPreferencesWithCLDRTests()
657 this.input = new BigDecimal(inputValue); in testUnitPreferencesWithCLDRTests()
/third_party/icu/icu4c/source/i18n/
H A Dunits_converter.h196 * @param inputValue the value to be converted.
199 double convert(double inputValue) const;
205 * @param inputValue the value to be converted.
208 double convertInverse(double inputValue) const;
H A Dunits_converter.cpp588 double UnitsConverter::convert(double inputValue) const {
590 inputValue + conversionRate_.sourceOffset; // Reset the input to the target zero index.
606 double UnitsConverter::convertInverse(double inputValue) const {
607 double result = inputValue;
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunits_converter.h190 * @param inputValue the value to be converted.
193 double convert(double inputValue) const;
199 * @param inputValue the value to be converted.
202 double convertInverse(double inputValue) const;
H A Dunits_converter.cpp581 double UnitsConverter::convert(double inputValue) const {
583 inputValue + conversionRate_.sourceOffset; // Reset the input to the target zero index.
602 double UnitsConverter::convertInverse(double inputValue) const {
603 double result = inputValue;
/third_party/node/deps/icu-small/source/i18n/
H A Dunits_converter.h204 * @param inputValue the value to be converted.
207 double convert(double inputValue) const;
213 * @param inputValue the value to be converted.
216 double convertInverse(double inputValue) const;
H A Dunits_converter.cpp596 double UnitsConverter::convert(double inputValue) const {
598 inputValue + conversionRate_.sourceOffset; // Reset the input to the target zero index.
614 double UnitsConverter::convertInverse(double inputValue) const {
615 double result = inputValue;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DUnitsConverter.java113 public BigDecimal convert(BigDecimal inputValue) { in convert() argument
114 BigDecimal result = inputValue.multiply(this.conversionRate).add(offset); in convert()
127 public BigDecimal convertInverse(BigDecimal inputValue) { in convertInverse() argument
128 BigDecimal result = inputValue; in convertInverse()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp2514 int inputValue = inputBufferInt[NUM_FLOAT_PIXEL_COUNT * i + j];
2521 inputValue = clampUnsignedValue(bit3 - 1, inputValue);
2523 inputValue = clampSignedValue(bit3, inputValue);
2526 inputValue = clampSignedValue(copyFormatBitTable[j], inputValue);
2529 inputValue = clampUnsignedValue(bit2, inputValue);
2531 inputValue
[all...]
/third_party/typescript/tests/baselines/reference/
H A DjsxComplexSignatureHasApplicabilityError.js69 export type OnInputChangeHandler = (inputValue: string) => string;
184 inputValue?: string;
480 * onInputChange handler: function (inputValue) {}
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionCall.cpp334 T1 inputValue = (T1)val; in pun_value() local
337 memcpy(&outputValue, &inputValue, sizeof(T2)); in pun_value()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustBufferAccessWithVariablePointersTests.cpp1276 Variable inputValue(localcounter), outputLocation(localcounter); in MakeShader()
1278 (inputValue, is, op::Load, var.v4f32, var.input) in MakeShader()
1280 (op::Store, outputLocation, inputValue); in MakeShader()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustBufferAccessWithVariablePointersTests.cpp1280 Variable inputValue(localcounter), outputLocation(localcounter); in MakeShader()
1282 (inputValue, is, op::Load, var.v4f32, var.input) in MakeShader()
1284 (op::Store, outputLocation, inputValue); in MakeShader()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberFormatterApiTest.java528 double inputValue = Double.parseDouble(test[3]); in unitWithLocaleTags()
539 FormattedNumber fn = nf.format(inputValue); in unitWithLocaleTags()

Completed in 56 milliseconds

12