/external/capstone/arch/AArch64/ |
D | AArch64BaseInfo.c | 81 static char *utostr(uint64_t X, bool isNeg) in utostr()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
D | AArch64ExpandImm.cpp | 252 bool isNeg = false; in expandMOVImmSimple() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ExpandImm.cpp | 254 bool isNeg = false; in expandMOVImmSimple() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 805 bool isNeg = T.I >> 63; in RoundDoubleToAPInt() local 853 bool isNeg = isSigned ? (*this)[BitWidth-1] : false; in roundToDouble() local 1563 bool isNeg = u[j+n] < borrow; in KnuthDiv() local 2055 bool isNeg = *p == '-'; in fromString() local
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 842 bool isNeg = T.I >> 63; in RoundDoubleToAPInt() local 890 bool isNeg = isSigned ? (*this)[BitWidth-1] : false; in roundToDouble() local 1604 bool isNeg = u[j+n] < borrow; in KnuthDiv() local 2096 bool isNeg = *p == '-'; in fromString() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | APInt.cpp | 806 bool isNeg = I >> 63; in RoundDoubleToAPInt() local 854 bool isNeg = isSigned ? (*this)[BitWidth-1] : false; in roundToDouble() local 1385 bool isNeg = u[j+n] < borrow; in KnuthDiv() local 2097 bool isNeg = *p == '-'; in fromString() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 773 bool isNeg = I >> 63; in RoundDoubleToAPInt() local 821 bool isNeg = isSigned ? (*this)[BitWidth-1] : false; in roundToDouble() local 1415 bool isNeg = u[j+n] < borrow; in KnuthDiv() local 2126 bool isNeg = *p == '-'; in fromString() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ExpandPseudoInsts.cpp | 527 bool isNeg = false; in expandMOVImm() local
|
/external/icu/icu4c/source/i18n/ |
D | number_decimalquantity.cpp | 359 bool isNeg = isNegative(); in signum() local
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | number_decimalquantity.cpp | 353 bool isNeg = isNegative(); in signum() local
|
/external/cronet/tot/third_party/icu/source/i18n/ |
D | number_decimalquantity.cpp | 353 bool isNeg = isNegative(); in signum() local
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 612 LLVMValueRef isNeg; in lp_build_sample_wrap_linear() local 713 LLVMValueRef isNeg; in lp_build_sample_wrap_linear() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 1230 const bool isNeg = tcu::Float32(in0).sign() < 0; in compare() local
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 566 const bool isNeg = (src & (1 << 2)) != 0; in extendSigned3To8() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 1314 const bool isNeg = tcu::Float32(in0).sign() < 0; in compare() local
|
/external/sqlite/dist/sqlite-autoconf-3440300/ |
D | shell.c | 1863 int isNeg = 0; in integerValue() local 4244 int isNeg; in decimalFromDouble() local 5394 int isNeg; in ieee754func() local 5450 int isNeg = 0; in ieee754func() local
|
/external/sqlite/dist/sqlite-autoconf-3440400/orig/ |
D | shell.c | 1858 int isNeg = 0; in integerValue() local 4239 int isNeg; in decimalFromDouble() local 5389 int isNeg; in ieee754func() local 5445 int isNeg = 0; in ieee754func() local
|
/external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
D | shell.c | 1858 int isNeg = 0; in integerValue() local 4239 int isNeg; in decimalFromDouble() local 5389 int isNeg; in ieee754func() local 5445 int isNeg = 0; in ieee754func() local
|
/external/sqlite/dist/sqlite-autoconf-3440400/ |
D | shell.c | 1863 int isNeg = 0; in integerValue() local 4244 int isNeg; in decimalFromDouble() local 5394 int isNeg; in ieee754func() local 5450 int isNeg = 0; in ieee754func() local
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2233 bool BinaryOperator::isNeg(const Value *V) { in isNeg() function in BinaryOperator
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 11262 bool isNeg = false; in isLegalT2AddressImmediate() local
|