Home
last modified time | relevance | path

Searched refs:Sign (Results 1 - 25 of 127) sorted by relevance

123456

/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Ddiscriminant.rs19 sign: Sign,
24 enum Sign { enum
69 Sign::Negative => { in insert_next()
72 discriminant.sign = Sign::Positive; in insert_next()
76 Sign::Positive => { in insert_next()
121 Sign::Positive => Sign::Negative, in expr_to_discriminant()
122 Sign::Negative => Sign::Positive, in expr_to_discriminant()
155 sign: Sign
[all...]
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Ddiscriminant.rs19 sign: Sign,
24 enum Sign { enum
69 Sign::Negative => { in insert_next()
72 discriminant.sign = Sign::Positive; in insert_next()
76 Sign::Positive => { in insert_next()
121 Sign::Positive => Sign::Negative, in expr_to_discriminant()
122 Sign::Negative => Sign::Positive, in expr_to_discriminant()
155 sign: Sign
[all...]
/third_party/rust/crates/cxx/macro/src/syntax/
H A Ddiscriminant.rs19 sign: Sign,
24 enum Sign { enum
69 Sign::Negative => { in insert_next()
72 discriminant.sign = Sign::Positive; in insert_next()
76 Sign::Positive => { in insert_next()
121 Sign::Positive => Sign::Negative, in expr_to_discriminant()
122 Sign::Negative => Sign::Positive, in expr_to_discriminant()
155 sign: Sign
[all...]
/third_party/rust/crates/cxx/syntax/
H A Ddiscriminant.rs19 sign: Sign,
24 enum Sign { enum
69 Sign::Negative => { in insert_next()
72 discriminant.sign = Sign::Positive; in insert_next()
76 Sign::Positive => { in insert_next()
121 Sign::Positive => Sign::Negative, in expr_to_discriminant()
122 Sign::Negative => Sign::Positive, in expr_to_discriminant()
155 sign: Sign
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Ddiscriminant.rs19 sign: Sign,
24 enum Sign { enum
69 Sign::Negative => { in insert_next()
72 discriminant.sign = Sign::Positive; in insert_next()
76 Sign::Positive => { in insert_next()
121 Sign::Positive => Sign::Negative, in expr_to_discriminant()
122 Sign::Negative => Sign::Positive, in expr_to_discriminant()
155 sign: Sign
[all...]
/third_party/node/lib/internal/crypto/
H A Dsig.js24 Sign: _Sign,
54 function Sign(algorithm, options) { class
55 if (!(this instanceof Sign))
56 return new Sign(algorithm, options);
64 ObjectSetPrototypeOf(Sign.prototype, Writable.prototype);
65 ObjectSetPrototypeOf(Sign, Writable);
67 Sign.prototype._write = function _write(chunk, encoding, callback) {
72 Sign.prototype.update = function update(data, encoding) {
118 Sign.prototype.sign = function sign(options, encoding) {
208 Verify.prototype._write = Sign
[all...]
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A 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/icu/vendor/double-conversion/upstream/double-conversion/
H A 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()
175 int Sign() const { in Sign() function in double_conversion::Double
183 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in UpperBoundary()
303 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in AsDiyFp()
374 int Sign() const { in Sign() function in double_conversion::Single
402 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in UpperBoundary()
/third_party/icu/icu4c/source/i18n/
H A 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()
189 int Sign() const { in Sign() function in double_conversion::Double
197 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in UpperBoundary()
317 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in AsDiyFp()
388 int Sign() const { in Sign() function in double_conversion::Single
416 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in UpperBoundary()
/third_party/node/deps/icu-small/source/i18n/
H A 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()
189 int Sign() const { in Sign() function in double_conversion::Double
197 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in UpperBoundary()
317 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in AsDiyFp()
388 int Sign() const { in Sign() function in double_conversion::Single
416 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in UpperBoundary()
/third_party/skia/third_party/externals/icu/source/i18n/
H A 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 in double_conversion::Double
189 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in UpperBoundary()
304 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in AsDiyFp()
367 int Sign() const { in Sign() function in double_conversion::Single
395 DOUBLE_CONVERSION_ASSERT(Sign() > 0); in UpperBoundary()
/third_party/node/deps/v8/src/base/numbers/
H A Ddouble.h37 DCHECK_GT(Sign(), 0); in AsDiyFp()
65 if (Sign() < 0 && Significand() == 0) { in NextDouble()
69 if (Sign() < 0) { in NextDouble()
114 int Sign() const { in Sign() function in v8::base::Double
122 DCHECK_GT(Sign(), 0); in UpperBoundary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DLEB128.cpp31 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
37 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in getSLEB128Size()
/third_party/node/deps/v8/src/numbers/
H A Dconversions.cc286 enum class Sign { kNegative, kPositive, kNone };
351 bool negative() { return sign_ == Sign::kNegative; } in negative()
352 Sign sign() { return sign_; } in sign()
366 Sign sign_ = Sign::kNone;
407 sign_ = Sign::kPositive; in DetectRadixInternal()
413 sign_ = Sign::kNegative; in DetectRadixInternal()
674 enum class Sign { kNone, kNegative, kPositive }; in InternalStringToDouble() class
676 Sign sign = Sign in InternalStringToDouble()
[all...]
H A Dconversions-inl.h107 // which would overflow on multiplication with d.Sign().
110 return static_cast<int32_t>(d.Sign() * static_cast<int64_t>(bits));
135 return static_cast<int64_t>(d.Sign() * static_cast<int64_t>(bits)); in DoubleToWebIDLInt64()
/third_party/node/src/crypto/
H A Dcrypto_sig.cc325 Sign::Sign(Environment* env, Local<Object> wrap) : SignBase(env, wrap) { in Sign() function in node::crypto::Sign
329 void Sign::Initialize(Environment* env, Local<Object> target) { in Initialize()
341 SetConstructorFunction(env->context(), target, "Sign", t); in Initialize()
355 void Sign::RegisterExternalReferences(ExternalReferenceRegistry* registry) { in RegisterExternalReferences()
363 void Sign::New(const FunctionCallbackInfo<Value>& args) { in New()
365 new Sign(env, args.This()); in New()
368 void Sign::SignInit(const FunctionCallbackInfo<Value>& args) { in SignInit()
370 Sign* sign; in SignInit()
377 void Sign
[all...]
H A Dcrypto_sig.h48 class Sign : public SignBase { class
77 Sign(Environment* env, v8::Local<v8::Object> wrap);
139 // TODO(@jasnell): Sign request vs. Verify request
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A 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/node/lib/
H A Dcrypto.js101 Sign,
169 return new Sign(algorithm, options);
238 Sign,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A 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/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DDurationPartial.cs75 return Math.Sign(seconds) * Math.Sign(nanoseconds) != -1; in IsNormalized()
171 // Now make sure that Sign(seconds) == Sign(nanoseconds) if Sign(seconds) != 0. in Normalize()
/third_party/vixl/src/aarch32/
H A Doperands-aarch32.h664 MemOperand(Register rn, Sign sign, int32_t offset, AddrMode addrmode = Offset) in MemOperand()
681 MemOperand(Register rn, Sign sign, Register rm, AddrMode addrmode = Offset) in MemOperand()
712 Sign sign, in MemOperand()
750 Sign sign, in MemOperand()
795 Sign GetSign() const { return sign_; } in GetSign()
866 Sign sign_;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCmpInstAnalysis.h54 Constant *getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy,

Completed in 24 milliseconds

123456