| /external/rust/crates/num-bigint/src/ |
| D | bigint.rs | 41 pub enum Sign { enum 47 impl Neg for Sign { implementation 52 fn neg(self) -> Sign { in neg() 574 pub fn new(sign: Sign, digits: Vec<u32>) -> BigInt { in new() 582 pub fn from_biguint(mut sign: Sign, mut data: BigUint) -> BigInt { in from_biguint() 596 pub fn from_slice(sign: Sign, slice: &[u32]) -> BigInt { in from_slice() 604 pub fn assign_from_slice(&mut self, sign: Sign, slice: &[u32]) { in assign_from_slice() 632 pub fn from_bytes_be(sign: Sign, bytes: &[u8]) -> BigInt { in from_bytes_be() 640 pub fn from_bytes_le(sign: Sign, bytes: &[u8]) -> BigInt { in from_bytes_le() 694 pub fn from_radix_be(sign: Sign, buf: &[u8], radix: u32) -> Option<BigInt> { in from_radix_be() [all …]
|
| /external/rust/crates/num-bigint/src/bigint/ |
| D | power.rs | 13 fn powsign<T: Integer>(sign: Sign, other: &T) -> Sign { in powsign()
|
| D | serde.rs | 6 impl Serialize for Sign { implementation 21 impl<'de> Deserialize<'de> for Sign { implementation
|
| D | multiplication.rs | 11 impl Mul<Sign> for Sign { implementation 15 fn mul(self, other: Sign) -> Sign { in mul()
|
| /external/cronet/net/ssl/ |
| D | threaded_ssl_private_key.cc | 39 std::tuple<Error, std::unique_ptr<std::vector<uint8_t>>> Sign( in Sign() function in net::ThreadedSSLPrivateKey::Core 68 void ThreadedSSLPrivateKey::Sign(uint16_t algorithm, in Sign() function in net::ThreadedSSLPrivateKey
|
| D | test_ssl_private_key.cc | 42 Error Sign(uint16_t algorithm, in Sign() function in net::__anond70e830e0111::TestSSLPlatformKey 91 Error Sign(uint16_t algorithm, in Sign() function in net::__anond70e830e0111::FailingSSLPlatformKey
|
| D | ssl_platform_key_win.cc | 106 Error Sign(uint16_t algorithm, in Sign() function in net::__anon92a15a860111::SSLPlatformKeyCAPI 290 Error Sign(uint16_t algorithm, in Sign() function in net::__anon92a15a860111::SSLPlatformKeyCNG
|
| /external/tensorflow/tensorflow/lite/kernels/ |
| D | sign_custom.cc | 87 struct Sign { struct 89 static T Eval(T x) { in Eval()
|
| D | sign.cc | 84 struct Sign { struct 86 static T Eval(T x) { in Eval()
|
| /external/tensorflow/tensorflow/core/lib/math/ |
| D | math_util.h | 94 static T Sign(const T x) { in Sign() function 98 static T Sign(const T x) { in Sign() function
|
| /external/cronet/crypto/ |
| D | hmac.cc | 58 bool HMAC::Sign(base::StringPiece data, in Sign() function in crypto::HMAC 65 bool HMAC::Sign(base::span<const uint8_t> data, in Sign() function in crypto::HMAC
|
| D | ec_signature_creator_impl.cc | 27 bool ECSignatureCreatorImpl::Sign(base::span<const uint8_t> data, in Sign() function in crypto::ECSignatureCreatorImpl
|
| /external/openthread/src/core/crypto/ |
| D | ecdsa_tinycrypt.cpp | 126 Error P256::KeyPair::Sign(const Sha256::Hash &aHash, Signature &aSignature) const in Sign() function in ot::Crypto::Ecdsa::P256::KeyPair 169 Error Sign(uint8_t * aOutput, in Sign() function
|
| D | ecdsa.cpp | 124 Error P256::KeyPair::Sign(const Sha256::Hash &aHash, Signature &aSignature) const in Sign() function in ot::Crypto::Ecdsa::P256::KeyPair 211 Error Sign(uint8_t * aOutput, in Sign() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | LEB128.cpp | 31 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
|
| /external/llvm/lib/Support/ |
| D | LEB128.cpp | 32 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
|
| /external/rust/crates/quiche/deps/boringssl/src/tool/ |
| D | sign.cc | 31 bool Sign(const std::vector<std::string> &args) { in Sign() function
|
| /external/boringssl/src/tool/ |
| D | sign.cc | 31 bool Sign(const std::vector<std::string> &args) { in Sign() function
|
| /external/cronet/third_party/boringssl/src/tool/ |
| D | sign.cc | 31 bool Sign(const std::vector<std::string> &args) { in Sign() function
|
| /external/llvm/lib/Transforms/Utils/ |
| D | CmpInstAnalysis.cpp | 72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getICmpValue()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | CmpInstAnalysis.cpp | 42 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMAddressingModes.h | 633 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 654 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local 680 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 708 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
|
| /external/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMAddressingModes.h | 658 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 680 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local 706 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 734 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
|
| /external/cronet/net/third_party/quiche/src/quiche/blind_sign_auth/anonymous_tokens/cpp/crypto/ |
| D | rsa_blind_signer.cc | 154 absl::StatusOr<std::string> RsaBlindSigner::Sign( in Sign() function in private_membership::anonymous_tokens::RsaBlindSigner
|
| /external/libchrome/crypto/ |
| D | hmac.cc | 56 bool HMAC::Sign(base::StringPiece data, in Sign() function in crypto::HMAC
|