Home
last modified time | relevance | path

Searched refs:Sign (Results 1 – 25 of 265) sorted by relevance

1234567891011

/third_party/node/lib/internal/crypto/
Dsig.js14 Sign: _Sign,
33 function Sign(algorithm, options) { class
34 if (!(this instanceof Sign))
35 return new Sign(algorithm, options);
43 ObjectSetPrototypeOf(Sign.prototype, Writable.prototype);
44 ObjectSetPrototypeOf(Sign, Writable);
46 Sign.prototype._write = function _write(chunk, encoding, callback) {
51 Sign.prototype.update = function update(data, encoding) {
97 Sign.prototype.sign = function sign(options, encoding) {
166 Verify.prototype._write = Sign.prototype._write;
[all …]
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dtest-ieee.cc250 CHECK_EQ(1, Double(1.0).Sign()); in TEST()
251 CHECK_EQ(1, Double(Double::Infinity()).Sign()); in TEST()
252 CHECK_EQ(-1, Double(-Double::Infinity()).Sign()); in TEST()
253 CHECK_EQ(1, Double(0.0).Sign()); in TEST()
254 CHECK_EQ(-1, Double(-0.0).Sign()); in TEST()
256 CHECK_EQ(1, Double(min_double64).Sign()); in TEST()
261 CHECK_EQ(1, Single(1.0f).Sign()); in TEST()
262 CHECK_EQ(1, Single(Single::Infinity()).Sign()); in TEST()
263 CHECK_EQ(-1, Single(-Single::Infinity()).Sign()); in TEST()
264 CHECK_EQ(1, Single(0.0f).Sign()); in TEST()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h74 ASSERT(Sign() > 0); in AsDiyFp()
104 if (Sign() < 0 && Significand() == 0) { in NextDouble()
108 if (Sign() < 0) { in NextDouble()
117 if (Sign() < 0) { in PreviousDouble()
169 int Sign() const { in Sign() function
177 ASSERT(Sign() > 0); in UpperBoundary()
293 ASSERT(Sign() > 0); in AsDiyFp()
347 int Sign() const { in Sign() function
375 ASSERT(Sign() > 0); in UpperBoundary()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dieee.h63 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in AsDiyFp()
93 if (Sign() < 0 && Significand() == 0) { in NextDouble()
97 if (Sign() < 0) { in NextDouble()
106 if (Sign() < 0) { in PreviousDouble()
167 int Sign() const { in Sign() function
175 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in UpperBoundary()
290 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in AsDiyFp()
353 int Sign() const { in Sign() function
381 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in UpperBoundary()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-ieee.h77 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in AsDiyFp()
107 if (Sign() < 0 && Significand() == 0) { in NextDouble()
111 if (Sign() < 0) { in NextDouble()
120 if (Sign() < 0) { in PreviousDouble()
181 int Sign() const { in Sign() function
189 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in UpperBoundary()
304 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in AsDiyFp()
367 int Sign() const { in Sign() function
395 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in UpperBoundary()
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h77 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in AsDiyFp()
107 if (Sign() < 0 && Significand() == 0) { in NextDouble()
111 if (Sign() < 0) { in NextDouble()
120 if (Sign() < 0) { in PreviousDouble()
181 int Sign() const { in Sign() function
189 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in UpperBoundary()
304 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in AsDiyFp()
367 int Sign() const { in Sign() function
395 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in UpperBoundary()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h77 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in AsDiyFp()
107 if (Sign() < 0 && Significand() == 0) { in NextDouble()
111 if (Sign() < 0) { in NextDouble()
120 if (Sign() < 0) { in PreviousDouble()
181 int Sign() const { in Sign() function
189 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in UpperBoundary()
304 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in AsDiyFp()
367 int Sign() const { in Sign() function
395 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in UpperBoundary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLEB128.cpp31 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
37 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in getSLEB128Size()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCmpInstAnalysis.cpp42 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode() argument
48 case 1: Pred = Sign ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; break; in getPredForICmpCode()
50 case 3: Pred = Sign ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; break; in getPredForICmpCode()
51 case 4: Pred = Sign ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT; break; in getPredForICmpCode()
53 case 6: Pred = Sign ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE; break; in getPredForICmpCode()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DindicExceptions.txt78 "\u0956>\u0948;" // AI Length Mark -> Devanagari Vowel Sign AI
79 "\u0957>\u094C;" // AU Length Mark -> Devanagari Vowel Sign AU
96 "\u09BD>\u09BD;" // <unknown> Sign Avagraha - Devanagari (\u093D)
107 "\u09D6>\u09C8;" // AI Length Mark -> Bengali Vowel Sign AI
123 "\u0A03>\u0A03;" // <unknown> Sign Visarga - Devanagari (\u0903) & the rest
134 "\u0A3D>\u0A3D;" // <unknown> Sign Avagraha - Devanagari (\u093D)
147 "\u0A56>\u0A48;" // AI Length Mark -> Gurmukhi Vowel Sign AI
148 "\u0A57>\u0A4C;" // AU Length Mark -> Gurmukhi Vowel Sign AU
177 "\u0AD6>\u0AC8;" // AI Length Mark -> Gujarati Vowel Sign AI
178 "\u0AD7>\u0ACC;" // AU Length Mark -> Gujarati Vowel Sign AU
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h633 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local
642 I |= Sign << 31; in getFPImmFloat()
654 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local
669 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP16Imm()
680 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local
697 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP32Imm()
708 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
725 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP64Imm()
/third_party/flutter/skia/third_party/externals/wuffs/lib/interval/
Dinterval.go178 if x[0].Sign() >= 0 {
189 if x[1].Sign() <= 0 {
197 return (x[0] == nil || x[0].Sign() <= 0) &&
198 (x[1] == nil || x[1].Sign() >= 0)
249 return x[0] != nil && x[1] != nil && x[0].Sign() == 0 && x[1].Sign() == 0
256 if x[0] != nil && x[0].Sign() > 0 {
259 if x[1] != nil && x[1].Sign() < 0 {
852 if x[0].Sign() == 0 && y[0].Sign() == 0 {
924 if s := i.Sign(); s < 0 {
/third_party/mbedtls/tests/suites/
Dtest_suite_rsa.data187 RSA PKCS1 Sign #1 (SHA512, 1536 bits RSA)
191 RSA PKCS1 Sign #1 Verify
195 RSA PKCS1 Sign #2 (SHA256, 2048 bits RSA)
199 RSA PKCS1 Sign #2 Verify
203 RSA PKCS1 Sign #2 Verify (Fail)
207 RSA PKCS1 Sign #3 (SHA224, 2048 bits RSA)
211 RSA PKCS1 Sign #3 Verify
215 RSA PKCS1 Sign #4 (SHA384, 2048 bits RSA)
219 RSA PKCS1 Sign #4 Verify
223 RSA PKCS1 Sign #7 (MD5, 2048 bits RSA)
[all …]
/third_party/mindspore/tests/st/ops/cpu/
Dtest_sign_op.py40 op = P.Sign()
54 op = P.Sign()
/third_party/node/lib/
Dcrypto.js92 Sign,
150 return new Sign(algorithm, options);
210 Sign, property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h346 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local
356 I |= Sign << 31; in getFPImmFloat()
368 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local
383 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP16Imm()
394 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local
411 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP32Imm()
422 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
439 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP64Imm()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/
Dunary_op_gpu_kernel.cc131 MS_REG_GPU_KERNEL_ONE(Sign, KernelAttr().AddInputAttr(kNumberTypeInt32).AddOutputAttr(kNumberTypeIn…
133 MS_REG_GPU_KERNEL_ONE(Sign, KernelAttr().AddInputAttr(kNumberTypeFloat64).AddOutputAttr(kNumberType…
135 MS_REG_GPU_KERNEL_ONE(Sign, KernelAttr().AddInputAttr(kNumberTypeFloat32).AddOutputAttr(kNumberType…
137 MS_REG_GPU_KERNEL_ONE(Sign, KernelAttr().AddInputAttr(kNumberTypeFloat16).AddOutputAttr(kNumberType…
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dsubmitting-patches.md16 3. Sign off the patch.
18 …The usage of the Signed-off-by tag is the same as [Linux Kernel Sign your work](https://www.kernel…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td2289 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, LdStCode:$Sign,
2291 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth "
2295 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, LdStCode:$Sign,
2297 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth "
2301 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, LdStCode:$Sign,
2303 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth "
2307 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, LdStCode:$Sign,
2309 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth "
2314 LdStCode:$Sign, i32imm:$fromWidth, Int64Regs:$addr, i32imm:$offset),
2315 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth "
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_conversions_impl.h67 template <typename Dst, typename Src, IntegerRepresentation Sign>
68 struct StaticDstRangeRelationToSrcRange<Dst, Src, Sign, Sign>
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DDurationPartial.cs75 return Math.Sign(seconds) * Math.Sign(nanoseconds) != -1; in IsNormalized()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp104 int Sign = 1; in inc() local
107 Sign = -1; in inc()
117 Value[Kind] += Sign; in inc()
127 Sign * (~PrevMask & NewMask).getNumLanes(); in inc()
131 Value[Kind] += Sign * MRI.getPressureSets(Reg).getWeight(); in inc()
/third_party/boost/libs/math/doc/fp_utilities/
Dsign.qbk1 [section:sign_functions Sign Manipulation Functions]
68 [h5 Sign bits]
130 [endsect] [/section:sign_functions Sign Manipulation Functions]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCmpInstAnalysis.h54 Constant *getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy,
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dtype.go658 n.SetConstValue(btoi(cv.Sign() == 0))
813 if r.Sign() == 0 {
820 if r.Sign() < 0 || r.Cmp(ffff) > 0 {
826 if r.Sign() < 0 || r.Cmp(ffff) > 0 {
838 if r.Sign() == 0 {
855 return btoi((l.Sign() != 0) && (r.Sign() != 0)), nil
857 return btoi((l.Sign() != 0) || (r.Sign() != 0)), nil

1234567891011