/third_party/icu/icu4c/source/i18n/ |
H A D | units_converter.cpp | 92 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 D | units_converter.h | 61 NEGATIVE = -1, enumerator
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | units_converter.cpp | 92 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 D | units_converter.h | 69 NEGATIVE = -1, enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | units_converter.cpp | 91 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 D | units_converter.h | 55 NEGATIVE = -1, enumerator
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | NumberFormatter.java | 365 * that round to zero. To hide the sign on negative zero, use the NEGATIVE option. 442 NEGATIVE, enum constant
|
H A D | NumberSkeletonImpl.java | 366 return SignDisplay.NEGATIVE; in signDisplay() 496 case NEGATIVE: in signDisplay()
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | cbor.h | 31 // 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 D | cbor.cc | 253 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 D | vktShaderPackingFunctionTests.cpp | 699 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 D | vktShaderPackingFunctionTests.cpp | 699 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 D | hb-ot-os2-table.hh | 127 NEGATIVE = 1u<<2, enumerator
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
H A D | NumberFormatterApiTest.java | 5052 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 D | PatternStringUtils.java | 559 case NEGATIVE: in resolveSignDisplay()
|
/third_party/node/tools/inspector_protocol/encoding/ |
H A D | encoding.h | 172 // 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 D | encoding.cc | 323 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 D | js-number-format.cc | 100 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 D | OS2Table.java | 535 NEGATIVE, enum constant
|