HomeSort by relevance Sort by last modified time
    Searched defs:isSigned (Results 1 - 25 of 423) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/unittests/ADT/
APIntTest.cpp 343 bool isSigned;
361 isSigned = false;
362 APInt(8, 255, isSigned).toString(S, 2, isSigned, true);
365 APInt(8, 255, isSigned).toString(S, 8, isSigned, true);
368 APInt(8, 255, isSigned).toString(S, 10, isSigned, true);
371 APInt(8, 255, isSigned).toString(S, 16, isSigned, true)
    [all...]
  /libcore/ojluni/src/main/java/java/sql/
ParameterMetaData.java 95 boolean isSigned(int param) throws SQLException;
ResultSetMetaData.java 126 boolean isSigned(int column) throws SQLException;
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
OCSPReq.java 162 if (!this.isSigned())
172 if (!this.isSigned())
214 public boolean isSigned()
226 if (!this.isSigned())
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSetMetaData.java 184 public boolean isSigned(int column) throws java.sql.SQLException {
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.h 45 bool isSigned; // This is only significant if type_class is integral.
52 (first.isSigned == second.isSigned) &&
  /external/llvm/include/llvm/ADT/
APSInt.h 59 bool isSigned() const { return !IsUnsigned; }
66 APInt::toString(Str, Radix, isSigned());
71 return APInt::toString(Radix, isSigned());
78 return isSigned() ? getSExtValue() : getZExtValue();
296 if (I1.getBitWidth() == I2.getBitWidth() && I1.isSigned() == I2.isSigned())
307 if (I1.isSigned()) {
308 assert(!I2.isSigned() && "Expected signed mismatch");
312 assert(I2.isSigned() && "Expected signed mismatch");
336 I.print(OS, I.isSigned());
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 93 RecurrenceType(nullptr), IsSigned(false) {}
99 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
221 /// source operands are added to CI, and IsSigned is updated to indicate if
224 Type *RT, bool &IsSigned,
237 bool isSigned() { return IsSigned; }
254 bool IsSigned;
  /external/llvm/unittests/ADT/
APIntTest.cpp 689 bool isSigned;
707 isSigned = false;
708 APInt(8, 255, isSigned).toString(S, 2, isSigned, true);
711 APInt(8, 255, isSigned).toString(S, 8, isSigned, true);
714 APInt(8, 255, isSigned).toString(S, 10, isSigned, true);
717 APInt(8, 255, isSigned).toString(S, 16, isSigned, true)
    [all...]
  /external/skia/src/sksl/ir/
SkSLType.h 221 bool isSigned() const {
236 return isSigned() || isUnsigned();
  /external/skqp/src/sksl/ir/
SkSLType.h 221 bool isSigned() const {
236 return isSigned() || isUnsigned();
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APSInt.h 55 bool isSigned() const { return !IsUnsigned; }
62 APInt::toString(Str, Radix, isSigned());
67 return APInt::toString(Radix, isSigned());
259 I.print(OS, I.isSigned());
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 413 bool isSigned = I.getOpcode() == Instruction::SDiv;
414 if ((isSigned && match(Z, m_SRem(m_Specific(X), m_Specific(Op1)))) ||
415 (!isSigned && match(Z, m_URem(m_Specific(X), m_Specific(Op1)))))
  /frameworks/base/core/java/android/hardware/location/
NanoAppBinary.java 210 public boolean isSigned() {
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidParser.h 112 bool isSigned() const {
155 return value | ((isSigned() && isNegative(value)) ? ~rawMask() : 0);
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTest.java 260 public final boolean isSigned() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 59 bool isSigned() const { return !IsUnsigned; }
66 APInt::toString(Str, Radix, isSigned());
71 return APInt::toString(Radix, isSigned());
78 return isSigned() ? getSExtValue() : getZExtValue();
290 if (I1.getBitWidth() == I2.getBitWidth() && I1.isSigned() == I2.isSigned())
301 if (I1.isSigned()) {
302 assert(!I2.isSigned() && "Expected signed mismatch");
306 assert(I2.isSigned() && "Expected signed mismatch");
330 I.print(OS, I.isSigned());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 103 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
224 /// source operands are added to CI, and IsSigned is updated to indicate if
227 Type *RT, bool &IsSigned,
240 bool isSigned() { return IsSigned; }
257 bool IsSigned = false;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APSInt.h 59 bool isSigned() const { return !IsUnsigned; }
66 APInt::toString(Str, Radix, isSigned());
71 return APInt::toString(Radix, isSigned());
78 return isSigned() ? getSExtValue() : getZExtValue();
290 if (I1.getBitWidth() == I2.getBitWidth() && I1.isSigned() == I2.isSigned())
301 if (I1.isSigned()) {
302 assert(!I2.isSigned() && "Expected signed mismatch");
306 assert(I2.isSigned() && "Expected signed mismatch");
330 I.print(OS, I.isSigned());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
LoopUtils.h 105 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
226 /// source operands are added to CI, and IsSigned is updated to indicate if
229 Type *RT, bool &IsSigned,
242 bool isSigned() { return IsSigned; }
259 bool IsSigned = false;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APSInt.h 59 bool isSigned() const { return !IsUnsigned; }
66 APInt::toString(Str, Radix, isSigned());
71 return APInt::toString(Radix, isSigned());
78 return isSigned() ? getSExtValue() : getZExtValue();
290 if (I1.getBitWidth() == I2.getBitWidth() && I1.isSigned() == I2.isSigned())
301 if (I1.isSigned()) {
302 assert(!I2.isSigned() && "Expected signed mismatch");
306 assert(I2.isSigned() && "Expected signed mismatch");
330 I.print(OS, I.isSigned());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
LoopUtils.h 105 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
226 /// source operands are added to CI, and IsSigned is updated to indicate if
229 Type *RT, bool &IsSigned,
242 bool isSigned() { return IsSigned; }
259 bool IsSigned = false;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APSInt.h 59 bool isSigned() const { return !IsUnsigned; }
66 APInt::toString(Str, Radix, isSigned());
71 return APInt::toString(Radix, isSigned());
78 return isSigned() ? getSExtValue() : getZExtValue();
290 if (I1.getBitWidth() == I2.getBitWidth() && I1.isSigned() == I2.isSigned())
301 if (I1.isSigned()) {
302 assert(!I2.isSigned() && "Expected signed mismatch");
306 assert(I2.isSigned() && "Expected signed mismatch");
330 I.print(OS, I.isSigned());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
LoopUtils.h 106 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
232 /// source operands are added to CI, and IsSigned is updated to indicate if
235 Type *RT, bool &IsSigned,
248 bool isSigned() { return IsSigned; }
265 bool IsSigned = false;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APSInt.h 59 bool isSigned() const { return !IsUnsigned; }
66 APInt::toString(Str, Radix, isSigned());
71 return APInt::toString(Radix, isSigned());
78 return isSigned() ? getSExtValue() : getZExtValue();
290 if (I1.getBitWidth() == I2.getBitWidth() && I1.isSigned() == I2.isSigned())
301 if (I1.isSigned()) {
302 assert(!I2.isSigned() && "Expected signed mismatch");
306 assert(I2.isSigned() && "Expected signed mismatch");
330 I.print(OS, I.isSigned());
    [all...]

Completed in 587 milliseconds

1 2 3 4 5 6 7 8 91011>>