Home
last modified time | relevance | path

Searched refs:NEGATIVE (Results 1 - 19 of 19) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dunits_converter.cpp92 Signum powerSig = this->constantExponents[i] < 0 ? Signum::NEGATIVE : Signum::POSITIVE;
95 if (powerSig == Signum::NEGATIVE) {
196 signum = Signum::NEGATIVE; // Change the signum because we reached the Denominator.
401 if (signum == Signum::NEGATIVE) {
H A Dunits_converter.h61 NEGATIVE = -1, enumerator
/third_party/node/deps/icu-small/source/i18n/
H A Dunits_converter.cpp92 Signum powerSig = this->constantExponents[i] < 0 ? Signum::NEGATIVE : Signum::POSITIVE;
95 if (powerSig == Signum::NEGATIVE) {
196 signum = Signum::NEGATIVE; // Change the signum because we reached the Denominator.
409 if (signum == Signum::NEGATIVE) {
H A Dunits_converter.h69 NEGATIVE = -1, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunits_converter.cpp91 Signum powerSig = this->constantExponents[i] < 0 ? Signum::NEGATIVE : Signum::POSITIVE;
94 if (powerSig == Signum::NEGATIVE) {
195 signum = Signum::NEGATIVE; // Change the signum because we reached the Denominator.
394 if (signum == Signum::NEGATIVE) {
H A Dunits_converter.h55 NEGATIVE = -1, enumerator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DNumberFormatter.java365 * that round to zero. To hide the sign on negative zero, use the NEGATIVE option.
442 NEGATIVE, enum constant
H A DNumberSkeletonImpl.java366 return SignDisplay.NEGATIVE; in signDisplay()
496 case NEGATIVE: in signDisplay()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dcbor.h31 // UNSIGNED/NEGATIVE (major types 0 / 1).
77 // Encodes |value| as |UNSIGNED| (major type 0) iff >= 0, or |NEGATIVE|
190 NEGATIVE = 1, member in v8_crdtp::cbor::MajorType
H A Dcbor.cc253 internals::WriteTokenStart(MajorType::NEGATIVE, representation, out); in EncodeInt32()
706 case MajorType::NEGATIVE: { // INT32. in ReadNextToken()
709 // negative values for INT32 are represented as NEGATIVE, that is, -1 in ReadNextToken()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp699 NEGATIVE enumerator
732 | tcu::Float16(composeHalfFloat(NEGATIVE, 0u, 1u)).bits()); in iterate()
734 inputs.push_back((tcu::Float16(composeHalfFloat(NEGATIVE, 0u, 1u << (mantBits - 1u))).bits() << 16) in iterate()
738 | tcu::Float16(composeHalfFloat(NEGATIVE, 0u, mantBitMask)).bits()); in iterate()
760 const Sign sign = rnd.getBool()? POSITIVE : NEGATIVE; in iterate()
870 const deUint32 value = (((sign == NEGATIVE ? 1u : 0u) << 5u | exponent) << 10u) | significand; in composeHalfFloat()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp699 NEGATIVE enumerator
732 | tcu::Float16(composeHalfFloat(NEGATIVE, 0u, 1u)).bits()); in iterate()
734 inputs.push_back((tcu::Float16(composeHalfFloat(NEGATIVE, 0u, 1u << (mantBits - 1u))).bits() << 16) in iterate()
738 | tcu::Float16(composeHalfFloat(NEGATIVE, 0u, mantBitMask)).bits()); in iterate()
760 const Sign sign = rnd.getBool()? POSITIVE : NEGATIVE; in iterate()
870 const deUint32 value = (((sign == NEGATIVE ? 1u : 0u) << 5u | exponent) << 10u) | significand; in composeHalfFloat()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-os2-table.hh127 NEGATIVE = 1u<<2, enumerator
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberFormatterApiTest.java5052 NumberFormatter.with().sign(SignDisplay.NEGATIVE), in sign()
5061 NumberFormatter.with().sign(SignDisplay.NEGATIVE), in sign()
5070 NumberFormatter.with().sign(SignDisplay.NEGATIVE), in sign()
5172 { SignDisplay.NEGATIVE, 1.1, "1" }, in signNearZero()
5173 { SignDisplay.NEGATIVE, 0.9, "1" }, in signNearZero()
5174 { SignDisplay.NEGATIVE, 0.1, "0" }, in signNearZero()
5175 { SignDisplay.NEGATIVE, -0.1, "0" }, // interesting case in signNearZero()
5176 { SignDisplay.NEGATIVE, -0.9, "-1" }, in signNearZero()
5177 { SignDisplay.NEGATIVE, -1.1, "-1" }, in signNearZero()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DPatternStringUtils.java559 case NEGATIVE: in resolveSignDisplay()
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding.h172 // UNSIGNED/NEGATIVE (major types 0 / 1).
209 // Encodes |value| as |UNSIGNED| (major type 0) iff >= 0, or |NEGATIVE|
334 NEGATIVE = 1, member in v8_inspector_protocol_encoding::cbor::MajorType
H A Dencoding.cc323 internals::WriteTokenStart(MajorType::NEGATIVE, representation, out); in EncodeInt32Tmpl()
842 case MajorType::NEGATIVE: { // INT32. in ReadNextToken()
845 // negative values for INT32 are represented as NEGATIVE, that is, -1 in ReadNextToken()
/third_party/node/deps/v8/src/objects/
H A Djs-number-format.cc100 NEGATIVE, member in v8::internal::__anon14849::SignDisplay
183 case SignDisplay::NEGATIVE: in ToUNumberSignDisplay()
1553 SignDisplay::EXCEPT_ZERO, SignDisplay::NEGATIVE}, in New()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DOS2Table.java535 NEGATIVE, enum constant

Completed in 40 milliseconds