/third_party/node/deps/icu-small/source/i18n/ |
D | units_converter.cpp | 91 Signum powerSig = this->constantExponents[i] < 0 ? Signum::NEGATIVE : Signum::POSITIVE; in substituteConstants() 94 if (powerSig == Signum::NEGATIVE) { in substituteConstants() 195 signum = Signum::NEGATIVE; // Change the signum because we reached the Denominator. in extractFactorConversions() 394 if (signum == Signum::NEGATIVE) { in addSingleFactorConstant()
|
D | units_converter.h | 55 NEGATIVE = -1, enumerator
|
/third_party/icu/icu4c/source/i18n/ |
D | units_converter.cpp | 91 Signum powerSig = this->constantExponents[i] < 0 ? Signum::NEGATIVE : Signum::POSITIVE; in substituteConstants() 94 if (powerSig == Signum::NEGATIVE) { in substituteConstants() 195 signum = Signum::NEGATIVE; // Change the signum because we reached the Denominator. in extractFactorConversions() 394 if (signum == Signum::NEGATIVE) { in addSingleFactorConstant()
|
D | units_converter.h | 55 NEGATIVE = -1, enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | units_converter.cpp | 91 Signum powerSig = this->constantExponents[i] < 0 ? Signum::NEGATIVE : Signum::POSITIVE; in substituteConstants() 94 if (powerSig == Signum::NEGATIVE) { in substituteConstants() 195 signum = Signum::NEGATIVE; // Change the signum because we reached the Denominator. in extractFactorConversions() 394 if (signum == Signum::NEGATIVE) { in addSingleFactorConstant()
|
D | units_converter.h | 55 NEGATIVE = -1, enumerator
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | NumberFormatter.java | 442 NEGATIVE, enumConstant
|
D | NumberSkeletonImpl.java | 364 return SignDisplay.NEGATIVE; in signDisplay() 494 case NEGATIVE: in signDisplay()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-os2-table.hh | 106 NEGATIVE = 1u<<2, enumerator
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
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/ |
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/ |
D | NumberFormatterApiTest.java | 4139 NumberFormatter.with().sign(SignDisplay.NEGATIVE), in sign() 4148 NumberFormatter.with().sign(SignDisplay.NEGATIVE), in sign() 4157 NumberFormatter.with().sign(SignDisplay.NEGATIVE), in sign() 4259 { SignDisplay.NEGATIVE, 1.1, "1" }, in signNearZero() 4260 { SignDisplay.NEGATIVE, 0.9, "1" }, in signNearZero() 4261 { SignDisplay.NEGATIVE, 0.1, "0" }, in signNearZero() 4262 { SignDisplay.NEGATIVE, -0.1, "0" }, // interesting case in signNearZero() 4263 { SignDisplay.NEGATIVE, -0.9, "-1" }, in signNearZero() 4264 { SignDisplay.NEGATIVE, -1.1, "-1" }, in signNearZero()
|
/third_party/harfbuzz/src/ |
D | hb-ot-os2-table.hh | 128 NEGATIVE = 1u<<2, enumerator
|
/third_party/node/tools/inspector_protocol/lib/ |
D | encoding_h.template | 181 // UNSIGNED/NEGATIVE (major types 0 / 1). 218 // Encodes |value| as |UNSIGNED| (major type 0) iff >= 0, or |NEGATIVE| 343 NEGATIVE = 1,
|
/third_party/openGLES/extensions/NV/ |
D | NV_viewport_swizzle.txt | 135 VIEWPORT_SWIZZLE_{POSITIVE,NEGATIVE}_{X,Y,Z,W}. 182 VIEWPORT_SWIZZLE_{POSITIVE,NEGATIVE}_{X,Y,Z,W}.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_viewport_swizzle.txt | 135 VIEWPORT_SWIZZLE_{POSITIVE,NEGATIVE}_{X,Y,Z,W}. 182 VIEWPORT_SWIZZLE_{POSITIVE,NEGATIVE}_{X,Y,Z,W}.
|
/third_party/node/tools/inspector_protocol/encoding/ |
D | encoding.h | 334 NEGATIVE = 1, enumerator
|
/third_party/boost/boost/polygon/ |
D | isotropy.hpp | 333 NEGATIVE = 0, POSITIVE = 1 }; enumerator
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | PatternStringUtils.java | 532 case NEGATIVE: in resolveSignDisplay()
|
/third_party/boost/libs/spirit/workbench/unicode/ |
D | Scripts.txt | 225 24EA..24FF ; Common # No [22] CIRCLED DIGIT ZERO..NEGATIVE CIRCLED DIGIT ZERO 260 2776..2793 ; Common # No [30] DINGBAT NEGATIVE CIRCLED DIGIT ONE..DINGBAT NEGATIVE CIRCLED SANS… 570 1F157 ; Common # So NEGATIVE CIRCLED LATIN CAPITAL LETTER H 571 1F15F ; Common # So NEGATIVE CIRCLED LATIN CAPITAL LETTER P 572 1F179 ; Common # So NEGATIVE SQUARED LATIN CAPITAL LETTER J 573 1F17B..1F17C ; Common # So [2] NEGATIVE SQUARED LATIN CAPITAL LETTER L..NEGATIVE SQUARED LATIN C… 574 1F17F ; Common # So NEGATIVE SQUARED LATIN CAPITAL LETTER P 575 1F18A..1F18D ; Common # So [4] CROSSED NEGATIVE SQUARED LATIN CAPITAL LETTER P..NEGATIVE SQUARED…
|
/third_party/boost/boost/spirit/home/support/char_encoding/unicode/ |
D | Scripts.txt | 225 24EA..24FF ; Common # No [22] CIRCLED DIGIT ZERO..NEGATIVE CIRCLED DIGIT ZERO 260 2776..2793 ; Common # No [30] DINGBAT NEGATIVE CIRCLED DIGIT ONE..DINGBAT NEGATIVE CIRCLED SANS… 570 1F157 ; Common # So NEGATIVE CIRCLED LATIN CAPITAL LETTER H 571 1F15F ; Common # So NEGATIVE CIRCLED LATIN CAPITAL LETTER P 572 1F179 ; Common # So NEGATIVE SQUARED LATIN CAPITAL LETTER J 573 1F17B..1F17C ; Common # So [2] NEGATIVE SQUARED LATIN CAPITAL LETTER L..NEGATIVE SQUARED LATIN C… 574 1F17F ; Common # So NEGATIVE SQUARED LATIN CAPITAL LETTER P 575 1F18A..1F18D ; Common # So [4] CROSSED NEGATIVE SQUARED LATIN CAPITAL LETTER P..NEGATIVE SQUARED…
|
/third_party/python/Tools/unicode/python-mappings/ |
D | TIS-620.TXT | 58 0x15 0x0015 # NEGATIVE ACKNOWLEDGE
|
D | CP273.TXT | 62 0x3D 0x0015 #NEGATIVE ACKNOWLEDGE (NAK)
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
D | OS2Table.java | 535 NEGATIVE, enumConstant
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
D | OS2Table.java | 535 NEGATIVE, enumConstant
|