/external/llvm-libc/src/__support/ |
D | sign.h | 17 struct Sign { struct 21 LIBC_INLINE friend constexpr bool operator==(Sign a, Sign b) { argument 29 static const Sign POS; argument 30 static const Sign NEG; argument 32 LIBC_INLINE constexpr Sign negate() const { return Sign(!is_negative); } in negate() argument 35 LIBC_INLINE constexpr explicit Sign(bool is_negative) in Sign() function 41 LIBC_INLINE_VAR constexpr Sign Sign::NEG = Sign(true); argument
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/ |
D | sign.h | 17 struct Sign { struct 21 LIBC_INLINE friend constexpr bool operator==(Sign a, Sign b) { argument 29 static const Sign POS; argument 30 static const Sign NEG; argument 33 LIBC_INLINE constexpr explicit Sign(bool is_negative) in Sign() argument 39 LIBC_INLINE_VAR constexpr Sign Sign::NEG = Sign(true); argument
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/ |
D | sign.h | 17 struct Sign { struct 21 LIBC_INLINE friend constexpr bool operator==(Sign a, Sign b) { argument 29 static const Sign POS; argument 30 static const Sign NEG; argument 33 LIBC_INLINE constexpr explicit Sign(bool is_negative) in Sign() argument 39 LIBC_INLINE_VAR constexpr Sign Sign::NEG = Sign(true); argument
|
/external/rust/android-crates-io/crates/num-bigint/src/ |
D | bigint.rs | 36 pub enum Sign { enum 42 impl Neg for Sign { implementation 47 fn neg(self) -> Sign { in neg() 576 pub fn new(sign: Sign, digits: Vec<u32>) -> BigInt { in new() 584 pub fn from_biguint(mut sign: Sign, mut data: BigUint) -> BigInt { in from_biguint() 598 pub fn from_slice(sign: Sign, slice: &[u32]) -> BigInt { in from_slice() 606 pub fn assign_from_slice(&mut self, sign: Sign, slice: &[u32]) { in assign_from_slice() 634 pub fn from_bytes_be(sign: Sign, bytes: &[u8]) -> BigInt { in from_bytes_be() 642 pub fn from_bytes_le(sign: Sign, bytes: &[u8]) -> BigInt { in from_bytes_le() 696 pub fn from_radix_be(sign: Sign, buf: &[u8], radix: u32) -> Option<BigInt> { in from_radix_be() [all …]
|
/external/tink/cc/experimental/pqcrypto/signature/subtle/ |
D | sphincs_helper_pqclean.cc | 81 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka128FRobustPqclean 107 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka128SRobustPqclean 133 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka128FSimplePqclean 159 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka128SSimplePqclean 185 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka192FRobustPqclean 211 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka192SRobustPqclean 237 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka192FSimplePqclean 263 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka192SSimplePqclean 289 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka256FRobustPqclean 315 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka256SRobustPqclean [all …]
|
/external/rust/android-crates-io/crates/num-bigint/src/bigint/ |
D | power.rs | 13 fn powsign<T: Integer>(sign: Sign, other: &T) -> Sign { in powsign()
|
D | serde.rs | 9 impl Serialize for Sign { implementation 24 impl<'de> Deserialize<'de> for Sign { implementation
|
/external/cronet/stable/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 | 43 Error Sign(uint16_t algorithm, in Sign() function in net::__anon454d38090111::FailingSSLPlatformKey 60 void Sign(uint16_t algorithm, in Sign() function in net::__anon454d38090111::SSLPrivateKeyWithPreferences
|
/external/cronet/tot/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 | 43 Error Sign(uint16_t algorithm, in Sign() function in net::__anonb413ed250111::FailingSSLPlatformKey 60 void Sign(uint16_t algorithm, in Sign() function in net::__anonb413ed250111::SSLPrivateKeyWithPreferences
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | sign.cc | 84 struct Sign { struct 86 static T Eval(T x) { in Eval()
|
D | sign_custom.cc | 87 struct Sign { struct 89 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/tot/crypto/ |
D | hmac.cc | 62 bool HMAC::Sign(std::string_view data, in Sign() function in crypto::HMAC 68 bool HMAC::Sign(base::span<const uint8_t> data, in Sign() function in crypto::HMAC 134 void Sign(crypto::hash::HashKind kind, in Sign() function
|
/external/cronet/stable/crypto/ |
D | hmac.cc | 62 bool HMAC::Sign(std::string_view data, in Sign() function in crypto::HMAC 68 bool HMAC::Sign(base::span<const uint8_t> data, in Sign() function in crypto::HMAC 134 void Sign(crypto::hash::HashKind kind, in Sign() function
|
/external/tink/go/tink/ |
D | signer.go | 26 Sign(data []byte) ([]byte, error) methodSpec
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | BCD.h | 37 uint8_t Sign = Ptr[ByteLen - 1] & 0x0f; variable
|
/external/tink/go/signature/subtle/ |
D | ed25519_signer.go | 42 func (e *ED25519Signer) Sign(data []byte) ([]byte, error) { func
|
/external/llvm/lib/Support/ |
D | LEB128.cpp | 32 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | LEB128.cpp | 31 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
|
/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/cronet/stable/third_party/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/tot/third_party/boringssl/src/tool/ |
D | sign.cc | 31 bool Sign(const std::vector<std::string> &args) { in Sign() function
|