Home
last modified time | relevance | path

Searched refs:POSITIVE (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawIndexedTest.cpp58 POSITIVE = 16, // Must be aligned to the index data type size. member in vkt::Draw::__anon27907::IndexBindOffset
64 POSITIVE = 16, // Will be rounded up to the alignment requirement. member in vkt::Draw::__anon27907::MemoryBindOffset
554 { IndexBindOffset::POSITIVE, "_with_bind_offset"}, in init()
565 { MemoryBindOffset::POSITIVE, "_with_alloc_offset"}, in init()
/third_party/icu/icu4c/source/i18n/
H A Dunits_converter.h62 POSITIVE = 1, enumerator
H A Dunits_converter.cpp92 Signum powerSig = this->constantExponents[i] < 0 ? Signum::NEGATIVE : Signum::POSITIVE;
182 Signum signum = Signum::POSITIVE;
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunits_converter.h56 POSITIVE = 1, enumerator
H A Dunits_converter.cpp91 Signum powerSig = this->constantExponents[i] < 0 ? Signum::NEGATIVE : Signum::POSITIVE;
181 Signum signum = Signum::POSITIVE;
/third_party/node/deps/icu-small/source/i18n/
H A Dunits_converter.h70 POSITIVE = 1, enumerator
H A Dunits_converter.cpp92 Signum powerSig = this->constantExponents[i] < 0 ? Signum::NEGATIVE : Signum::POSITIVE;
182 Signum signum = Signum::POSITIVE;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp698 POSITIVE = 0, enumerator
731 inputs.push_back((tcu::Float16(composeHalfFloat(POSITIVE, 0u, 1u)).bits() << 16) in iterate()
735 | tcu::Float16(composeHalfFloat(POSITIVE, 0u, 1u << (mantBits - 1u))).bits()); in iterate()
737 inputs.push_back((tcu::Float16(composeHalfFloat(POSITIVE, 0u, mantBitMask)).bits() << 16) in iterate()
760 const Sign sign = rnd.getBool()? POSITIVE : NEGATIVE; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp698 POSITIVE = 0, enumerator
731 inputs.push_back((tcu::Float16(composeHalfFloat(POSITIVE, 0u, 1u)).bits() << 16) in iterate()
735 | tcu::Float16(composeHalfFloat(POSITIVE, 0u, 1u << (mantBits - 1u))).bits()); in iterate()
737 inputs.push_back((tcu::Float16(composeHalfFloat(POSITIVE, 0u, mantBitMask)).bits() << 16) in iterate()
760 const Sign sign = rnd.getBool()? POSITIVE : NEGATIVE; in iterate()
/third_party/icu/icu4c/source/test/intltest/
H A Dunits_test.cpp88 addSingleFactorConstant(constant, 1, POSITIVE, factor, status); in testUnitConstantFreshness()

Completed in 13 milliseconds