Home
last modified time | relevance | path

Searched defs:SIGN (Results 1 – 11 of 11) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dcmps-or0.c2 #define SIGN (1 << 31) macro
/third_party/node/
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/mbedtls/scripts/mbedtls_dev/
Dcrypto_knowledge.py275 SIGN = 6 variable in AlgorithmCategory
/third_party/glslang/glslang/MachineIndependent/
DConstant.cpp629 #define SIGN(X) (X == 0 ? 0 : (X < 0 ? -1 : 1)) in fold() macro
/third_party/gstreamer/gstplugins_good/gst/smpte/
Dpaint.c129 #define SIGN(a) ((a) < 0 ? -1 : 1) macro
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNumberFormat.java1819 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNumberFormat.java1911 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
/third_party/node/deps/icu-small/source/common/
Dputil.cpp176 #define SIGN 0x80000000U macro
/third_party/icu/icu4c/source/common/
Dputil.cpp176 #define SIGN 0x80000000U macro
/third_party/skia/third_party/externals/icu/source/common/
Dputil.cpp176 #define SIGN 0x80000000U macro
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c2142 #define SIGN(a,b) ((a) < (b) ? -1 : (a) > (b) ? 1 : 0) macro