HomeSort by relevance Sort by last modified time
    Searched refs:Sign (Results 1 - 25 of 353) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Support/
LEB128.cpp 32 int Sign = Value >> (8 * sizeof(Value) - 1);
38 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0;
  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 27 /// same sign. Is illegal to do: (A u< B) | (A s> B)
67 /// predicate for a new ICmp instruction. The sign is passed in to determine
72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
78 case 1: NewICmpPred = Sign ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; break;
80 case 3: NewICmpPred = Sign ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; break;
81 case 4: NewICmpPred = Sign ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT; break;
83 case 6: NewICmpPred = Sign ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE; break;
90 /// PredicatesFoldable - Return true if both predicates match sign or if at
  /system/keymaster/include/keymaster/km_openssl/
hmac.h 37 // Sign calculates the HMAC of |data| with the key supplied to the Init
40 bool Sign(const Buffer& data, uint8_t* digest, size_t digest_len) const;
41 bool Sign(const uint8_t* data, size_t data_len, uint8_t* digest, size_t digest_len) const;
45 // Use of this method is strongly recommended over using Sign() with a manual
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/
sign-extension.d 3 #name: Sign-extended immediate
  /external/llvm/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 30 /// same sign. Is illegal to do: (A u< B) | (A s> B)
51 /// predicate for a new ICmp instruction. The sign is passed in to determine
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
59 /// PredicatesFoldable - Return true if both predicates match sign or if at
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbDisasmSupport.c 97 Get Sign, NaturalUnits, and ConstantUnits of the WORD data.
103 @return Sign value of WORD
113 BOOLEAN Sign;
116 Sign = (BOOLEAN)(Data16 >> 15);
123 return Sign;
128 Get Sign, NaturalUnits, and ConstantUnits of the DWORD data.
134 @return Sign value of DWORD
144 BOOLEAN Sign;
147 Sign = (BOOLEAN)(Data32 >> 31);
154 return Sign;
    [all...]
  /external/libchrome/crypto/
ec_signature_creator_impl.h 23 bool Sign(const uint8_t* data,
signature_creator.h 25 // Currently can only sign data using SHA-1 or SHA-256 with RSA PKCS#1v1.5.
44 static bool Sign(RSAPrivateKey* key,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 30 /// same sign. It is illegal to do: (A u< B) | (A s> B)
51 /// ICmp instruction. The sign is passed in to determine which kind of
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
59 /// Return true if both predicates match sign or if at least one of them is an
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 30 /// same sign. It is illegal to do: (A u< B) | (A s> B)
51 /// ICmp instruction. The sign is passed in to determine which kind of
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
59 /// Return true if both predicates match sign or if at least one of them is an
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 30 /// same sign. It is illegal to do: (A u< B) | (A s> B)
51 /// ICmp instruction. The sign is passed in to determine which kind of
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
59 /// Return true if both predicates match sign or if at least one of them is an
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
CmpInstAnalysis.h 30 /// same sign. It is illegal to do: (A u< B) | (A s> B)
51 /// ICmp instruction. The sign is passed in to determine which kind of
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
59 /// Return true if both predicates match sign or if at least one of them is an
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
CmpInstAnalysis.h 30 /// same sign. It is illegal to do: (A u< B) | (A s> B)
51 /// ICmp instruction. The sign is passed in to determine which kind of
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
59 /// Return true if both predicates match sign or if at least one of them is an
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
CmpInstAnalysis.h 30 /// same sign. It is illegal to do: (A u< B) | (A s> B)
51 /// ICmp instruction. The sign is passed in to determine which kind of
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
59 /// Return true if both predicates match sign or if at least one of them is an
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
CmpInstAnalysis.h 30 /// same sign. It is illegal to do: (A u< B) | (A s> B)
51 /// ICmp instruction. The sign is passed in to determine which kind of
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
59 /// Return true if both predicates match sign or if at least one of them is an
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 30 /// same sign. It is illegal to do: (A u< B) | (A s> B)
51 /// ICmp instruction. The sign is passed in to determine which kind of
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
59 /// Return true if both predicates match sign or if at least one of them is an
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 30 /// same sign. It is illegal to do: (A u< B) | (A s> B)
51 /// ICmp instruction. The sign is passed in to determine which kind of
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
59 /// Return true if both predicates match sign or if at least one of them is an
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 30 /// same sign. It is illegal to do: (A u< B) | (A s> B)
51 /// ICmp instruction. The sign is passed in to determine which kind of
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
59 /// Return true if both predicates match sign or if at least one of them is an
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
CmpInstAnalysis.h 30 /// same sign. It is illegal to do: (A u< B) | (A s> B)
51 /// ICmp instruction. The sign is passed in to determine which kind of
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
59 /// Return true if both predicates match sign or if at least one of them is an
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
CmpInstAnalysis.h 30 /// same sign. It is illegal to do: (A u< B) | (A s> B)
51 /// ICmp instruction. The sign is passed in to determine which kind of
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
59 /// Return true if both predicates match sign or if at least one of them is an
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
CmpInstAnalysis.h 30 /// same sign. It is illegal to do: (A u< B) | (A s> B)
51 /// ICmp instruction. The sign is passed in to determine which kind of
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
59 /// Return true if both predicates match sign or if at least one of them is an
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
CmpInstAnalysis.h 30 /// same sign. It is illegal to do: (A u< B) | (A s> B)
51 /// ICmp instruction. The sign is passed in to determine which kind of
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
59 /// Return true if both predicates match sign or if at least one of them is an
  /system/keymaster/km_openssl/
hmac.cpp 50 bool HmacSha256::Sign(const Buffer& data, uint8_t* out_digest, size_t digest_len) const {
51 return Sign(data.peek_read(), data.available_read(), out_digest, digest_len);
54 bool HmacSha256::Sign(const uint8_t* data, size_t data_len, uint8_t* out_digest,
83 if (!Sign(data, data_len, computed_digest, sizeof(computed_digest)))
  /external/tensorflow/tensorflow/compiler/xla/tests/
unary_op_test.cc 65 auto sign = builder.Sign(arg); local
74 auto sign = builder.Sign(arg); local
76 builder.Sub(builder.Mul(sign, abs), arg);
108 auto sign = builder.Sign(arg); local
120 auto sign = builder.Sign(arg); local
122 builder.Sub(builder.Mul(sign, builder.ConvertElementType(abs, C64)), arg)
203 auto sign = builder.Sign(arg); local
211 auto sign = builder.Sign(arg); local
    [all...]
  /external/pdfium/third_party/bigint/
BigInteger.hh 16 * A BigInteger is just an aggregate of a BigUnsigned and a sign. (It is no
29 // Enumeration for the sign of a BigInteger.
30 enum Sign { negative = -1, zero = 0, positive = 1 };
33 Sign sign; member in class:BigInteger
38 BigInteger() : sign(zero), mag() {}
41 BigInteger(const BigInteger &x) : sign(x.sign), mag(x.mag) {};
46 // Constructor that copies from a given array of blocks with a sign.
47 BigInteger(const Blk *b, Index blen, Sign s)
    [all...]

Completed in 1377 milliseconds

1 2 3 4 5 6 7 8 91011>>