Home
last modified time | relevance | path

Searched refs:SIGN (Results 1 - 25 of 28) sorted by relevance

12

/third_party/mbedtls/scripts/mbedtls_dev/
H A Dcrypto_knowledge.py272 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 Dcmps-or0.c2 #define SIGN (1 << 31) macro
3 #define MASK (SIGN | 32)
/third_party/ffmpeg/libavfilter/
H A Davf_ahistogram.c35 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 DAffixUtils.java270 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 DAffixUtils.java275 return NumberFormat.Field.SIGN; in getFieldForType()
277 return NumberFormat.Field.SIGN; in getFieldForType()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c71 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 Detnaviv_disasm.c503 OPC(SIGN),
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDecimalFormatICU.java445 } 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 DNumberFormat.java1911 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 DNumberFormat.java1819 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 DMakefile6 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 Dputil.cpp176 #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 Dputil.cpp176 #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 Dputil.cpp176 #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 DFormattedStringBuilder.java447 fieldToDebugChar.put(NumberFormat.Field.SIGN, '-');
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DFormattedStringBuilder.java433 fieldToDebugChar.put(NumberFormat.Field.SIGN, '-');
/third_party/glslang/glslang/MachineIndependent/
H A DConstant.cpp593 #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 DIntlTestDecimalFormatAPIC.java367 // 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 DNumberFormatTest.java4866 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 DIntlTestDecimalFormatAPIC.java370 // 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 DNumberFormatTest.java4866 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 DNumberRangeFormatterTest.java819 {NumberFormat.Field.SIGN, 1, 2}, in testFieldPositions()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DFormatHandler.java2226 NumberFormat.Field.PERMILLE, NumberFormat.Field.SIGN in getTestObjects()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DFormatHandler.java2239 NumberFormat.Field.PERMILLE, NumberFormat.Field.SIGN in getTestObjects()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DNumberFormatterApiTest.java2619 {NumberFormat.Field.SIGN, 0, 1}, in fieldPositionLogic()

Completed in 70 milliseconds

12