/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | crypto_knowledge.py | 272 SIGN = 6 variable in AlgorithmCategory 285 self.SIGN, 346 'DSA': AlgorithmCategory.SIGN, 347 'ECDSA': AlgorithmCategory.SIGN, 348 'EDDSA': AlgorithmCategory.SIGN, 349 'PURE_EDDSA': AlgorithmCategory.SIGN, 350 'RSA_PSS': AlgorithmCategory.SIGN, 351 'RSA_PKCS1V15_SIGN': AlgorithmCategory.SIGN, 555 elif self.category == AlgorithmCategory.SIGN:
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
H A D | cmps-or0.c | 2 #define SIGN (1 << 31) macro 3 #define MASK (SIGN | 32)
|
/third_party/ffmpeg/libavfilter/ |
H A D | avf_ahistogram.c | 35 enum HistogramMode { ABS, SIGN, NB_HMODES }; enumerator 91 { "sign", "use unchanged samples", 0, AV_OPT_TYPE_CONST, {.i64=SIGN},0, 0, FLAGS, "hmode" }, 179 case SIGN: s->get_bin = get_lin_bin_sign; break; in config_output() 187 case SIGN: s->get_bin = get_log_bin_sign; break; in config_output()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | AffixUtils.java | 270 return NumberFormat.Field.SIGN; in getFieldForType() 272 return NumberFormat.Field.SIGN; in getFieldForType()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | AffixUtils.java | 275 return NumberFormat.Field.SIGN; in getFieldForType() 277 return NumberFormat.Field.SIGN; in getFieldForType()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir_emit.c | 71 OP(fsign, SIGN, X_X_0), OP(ffloor, FLOOR, X_X_0), OP(fceil, CEIL, X_X_0), 94 IOP(isign, SIGN, X_X_0),
|
H A D | etnaviv_disasm.c | 503 OPC(SIGN),
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
H A D | DecimalFormatICU.java | 445 } else if (icuAttribute == NumberFormat.Field.SIGN) { in mapAttribute() 446 jdkAttribute = java.text.NumberFormat.Field.SIGN; in mapAttribute()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | NumberFormat.java | 1911 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field 1973 * Approximately sign. In ICU 70, this was categorized under the generic SIGN field. 2014 if (this.getName().equals(SIGN.getName())) in readResolve() 2015 return SIGN; in readResolve()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | NumberFormat.java | 1819 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field 1902 if (this.getName().equals(SIGN.getName())) in readResolve() 1903 return SIGN; in readResolve()
|
/third_party/node/ |
H A D | Makefile | 6 SIGN ?= macro 1114 SIGN="$(CODESIGN_CERT)" PKGDIR="$(MACOSOUTDIR)/dist/x64/node/usr/local" sh \ macro 1122 SIGN="$(CODESIGN_CERT)" PKGDIR="$(MACOSOUTDIR)/dist/node/usr/local" sh \ macro 1148 SIGN="$(PRODUCTSIGN_CERT)" PKG="$(PKG)" sh tools/osx-productsign.sh macro 1287 SIGN="$(CODESIGN_CERT)" PKGDIR="$(BINARYNAME)" sh tools/osx-codesign.sh macro
|
/third_party/icu/icu4c/source/common/ |
H A D | putil.cpp | 176 #define SIGN 0x80000000U macro 383 return ((highBits & ~SIGN) == 0x70FF0000L) && (lowBits == 0x00000000L); in uprv_isInfinite() 412 return((highBits & SIGN) && uprv_isInfinite(number)); in uprv_isNegativeInfinity()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | putil.cpp | 176 #define SIGN 0x80000000U macro 383 return ((highBits & ~SIGN) == 0x70FF0000L) && (lowBits == 0x00000000L); in uprv_isInfinite() 412 return((highBits & SIGN) && uprv_isInfinite(number)); in uprv_isNegativeInfinity()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | putil.cpp | 176 #define SIGN 0x80000000U macro 383 return ((highBits & ~SIGN) == 0x70FF0000L) && (lowBits == 0x00000000L); in uprv_isInfinite() 412 return((highBits & SIGN) && uprv_isInfinite(number)); in uprv_isNegativeInfinity()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | FormattedStringBuilder.java | 447 fieldToDebugChar.put(NumberFormat.Field.SIGN, '-');
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | FormattedStringBuilder.java | 433 fieldToDebugChar.put(NumberFormat.Field.SIGN, '-');
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Constant.cpp | 593 #define SIGN(X) (X == 0 ? 0 : (X < 0 ? -1 : 1)) in fold() macro 595 newConstArray[i].setDConst(SIGN(unionArray[i].getDConst())); in fold() 597 newConstArray[i].setIConst(SIGN(unionArray[i].getIConst())); in fold()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | IntlTestDecimalFormatAPIC.java | 367 // v.add(new FieldContainer(0, 1, NumberFormat.Field.SIGN)); 384 // SIGN added with fix for issue 11805. in getNegativeCurrencyVectorUS() 385 v.add(new FieldContainer(0, 1, NumberFormat.Field.SIGN)); in getNegativeCurrencyVectorUS()
|
H A D | NumberFormatTest.java | 4866 v3.add(new FieldContainer(0, 1, NumberFormat.Field.SIGN)); in TestNPEIssue11914() 4888 v4.add(new FieldContainer(0, 1, NumberFormat.Field.SIGN)); in TestNPEIssue11914() 4963 NumberFormat.Field.SIGN, 0, 1); in TestMissingFieldPositionsNegativeDouble() 4983 NumberFormat.Field.SIGN, 0, 1); in TestMissingFieldPositionsPerCent() 4999 NumberFormat.Field.SIGN, 0, 1); in TestMissingFieldPositionsPerCentPattern() 5019 NumberFormat.Field.SIGN, 0, 1); in TestMissingFieldPositionsPerMille() 5038 NumberFormat.Field.SIGN, 0, 1); in TestMissingFieldPositionsNegativeBigInt() 5059 NumberFormat.Field.SIGN, 0, 1); in TestMissingFieldPositionsNegativeLong() 5081 NumberFormat.Field.SIGN, 0, 1); in TestMissingFieldPositionsPositiveBigDec() 5105 NumberFormat.Field.SIGN, in TestMissingFieldPositionsNegativeBigDec() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | IntlTestDecimalFormatAPIC.java | 370 // v.add(new FieldContainer(0, 1, NumberFormat.Field.SIGN)); 387 // SIGN added with fix for issue 11805. in getNegativeCurrencyVectorUS() 388 v.add(new FieldContainer(0, 1, NumberFormat.Field.SIGN)); in getNegativeCurrencyVectorUS()
|
H A D | NumberFormatTest.java | 4866 v3.add(new FieldContainer(0, 1, NumberFormat.Field.SIGN)); in TestNPEIssue11914() 4888 v4.add(new FieldContainer(0, 1, NumberFormat.Field.SIGN)); in TestNPEIssue11914() 4963 NumberFormat.Field.SIGN, 0, 1); in TestMissingFieldPositionsNegativeDouble() 4983 NumberFormat.Field.SIGN, 0, 1); in TestMissingFieldPositionsPerCent() 4999 NumberFormat.Field.SIGN, 0, 1); in TestMissingFieldPositionsPerCentPattern() 5019 NumberFormat.Field.SIGN, 0, 1); in TestMissingFieldPositionsPerMille() 5038 NumberFormat.Field.SIGN, 0, 1); in TestMissingFieldPositionsNegativeBigInt() 5059 NumberFormat.Field.SIGN, 0, 1); in TestMissingFieldPositionsNegativeLong() 5081 NumberFormat.Field.SIGN, 0, 1); in TestMissingFieldPositionsPositiveBigDec() 5105 NumberFormat.Field.SIGN, in TestMissingFieldPositionsNegativeBigDec() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
H A D | NumberRangeFormatterTest.java | 819 {NumberFormat.Field.SIGN, 1, 2}, in testFieldPositions()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
H A D | FormatHandler.java | 2226 NumberFormat.Field.PERMILLE, NumberFormat.Field.SIGN in getTestObjects()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
H A D | FormatHandler.java | 2239 NumberFormat.Field.PERMILLE, NumberFormat.Field.SIGN in getTestObjects()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
H A D | NumberFormatterApiTest.java | 2619 {NumberFormat.Field.SIGN, 0, 1}, in fieldPositionLogic()
|