/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ExpandImm.cpp | 254 bool isNeg = false; in expandMOVImmSimple() local 259 isNeg = true; in expandMOVImmSimple() 266 FirstOpc = (isNeg ? AArch64::MOVNWi : AArch64::MOVZWi); in expandMOVImmSimple() 268 FirstOpc = (isNeg ? AArch64::MOVNXi : AArch64::MOVZXi); in expandMOVImmSimple() 288 if (isNeg) in expandMOVImmSimple() 295 if (Imm16 == (isNeg ? Mask : 0)) in expandMOVImmSimple()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBUtil.php | 61 $isNeg = (bccomp($value, 0) < 0); 62 if ($isNeg) { 79 if ($isNeg) { 387 $isNeg = $high < 0; 388 if ($isNeg) { 400 if ($isNeg) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | Utility.h | 44 void writeUnsigned(uint64_t N, bool isNeg = false) { 60 if (isNeg)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringExtras.h | 79 static inline std::string utostr(uint64_t X, bool isNeg = false) { 90 if (isNeg) *--BufPtr = '-'; // Add negative sign...
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 805 bool isNeg = T.I >> 63; in RoundDoubleToAPInt() local 819 return isNeg ? -APInt(width, mantissa >> (52 - exp)) : in RoundDoubleToAPInt() 830 return isNeg ? -Tmp : Tmp; in RoundDoubleToAPInt() 853 bool isNeg = isSigned ? (*this)[BitWidth-1] : false; in roundToDouble() local 856 APInt Tmp(isNeg ? -(*this) : (*this)); in roundToDouble() 868 if (!isSigned || !isNeg) in roundToDouble() 891 uint64_t sign = isNeg ? (1ULL << (APINT_BITS_PER_WORD - 1)) : 0; in roundToDouble() 1563 bool isNeg = u[j+n] < borrow; in KnuthDiv() local 1573 if (isNeg) { in KnuthDiv() 2055 bool isNeg = *p == '-'; in fromString() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringExtras.h | 223 inline std::string utostr(uint64_t X, bool isNeg = false) { 234 if (isNeg) *--BufPtr = '-'; // Add negative sign...
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/ |
D | DecimalQuantity_SimpleStorage.java | 532 boolean isNeg = isNegative(); 533 if (isZero && isNeg) { 537 } else if (isNeg) {
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | DecimalQuantity_AbstractBCD.java | 330 boolean isNeg = isNegative(); in signum() 331 if (isZero && isNeg) { in signum() 335 } else if (isNeg) { in signum()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/ |
D | DecimalQuantity_SimpleStorage.java | 539 boolean isNeg = isNegative(); 540 if (isZero && isNeg) { 544 } else if (isNeg) {
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | DecimalQuantity_AbstractBCD.java | 336 boolean isNeg = isNegative(); in signum() 337 if (isZero && isNeg) { in signum() 341 } else if (isNeg) { in signum()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 773 bool isNeg = I >> 63; in RoundDoubleToAPInt() local 787 return isNeg ? -APInt(width, mantissa >> (52 - exp)) : in RoundDoubleToAPInt() 798 return isNeg ? -Tmp : Tmp; in RoundDoubleToAPInt() 821 bool isNeg = isSigned ? (*this)[BitWidth-1] : false; in roundToDouble() local 824 APInt Tmp(isNeg ? -(*this) : (*this)); in roundToDouble() 836 if (!isSigned || !isNeg) in roundToDouble() 859 uint64_t sign = isNeg ? (1ULL << (APINT_BITS_PER_WORD - 1)) : 0; in roundToDouble() 1415 bool isNeg = u[j+n] < borrow; in KnuthDiv() local 1425 if (isNeg) { in KnuthDiv() 2126 bool isNeg = *p == '-'; in fromString() local [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_decimalquantity.cpp | 345 bool isNeg = isNegative(); in signum() local 346 if (isZero && isNeg) { in signum() 350 } else if (isNeg) { in signum()
|
/third_party/icu/icu4c/source/i18n/ |
D | number_decimalquantity.cpp | 340 bool isNeg = isNegative(); in signum() local 341 if (isZero && isNeg) { in signum() 345 } else if (isNeg) { in signum()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_decimalquantity.cpp | 340 bool isNeg = isNegative(); in signum() local 341 if (isZero && isNeg) { in signum() 345 } else if (isNeg) { in signum()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 498 LLVMValueRef isNeg; in lp_build_sample_wrap_linear() local 519 isNeg = lp_build_cmp(int_coord_bld, PIPE_FUNC_LESS, in lp_build_sample_wrap_linear() 521 coord0 = lp_build_xor(int_coord_bld, coord0, isNeg); in lp_build_sample_wrap_linear() 522 isNeg = lp_build_cmp(int_coord_bld, PIPE_FUNC_LESS, in lp_build_sample_wrap_linear() 524 coord1 = lp_build_xor(int_coord_bld, coord1, isNeg); in lp_build_sample_wrap_linear() 599 LLVMValueRef isNeg; in lp_build_sample_wrap_linear() local 616 isNeg = lp_build_cmp(int_coord_bld, PIPE_FUNC_LESS, coord0, in lp_build_sample_wrap_linear() 618 coord0 = lp_build_xor(int_coord_bld, isNeg, coord0); in lp_build_sample_wrap_linear() 621 isNeg = lp_build_cmp(int_coord_bld, PIPE_FUNC_LESS, coord1, in lp_build_sample_wrap_linear() 623 coord1 = lp_build_xor(int_coord_bld, isNeg, coord1); in lp_build_sample_wrap_linear()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCCodeEmitter.cpp | 462 template <bool isNeg, ARM::Fixups fixup> 1893 template <bool isNeg, ARM::Fixups fixup> 1901 return isNeg ? -(MO.getImm() >> 1) : (MO.getImm() >> 1); in getBFTargetOpValue()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 1191 const bool isNeg = tcu::Float32(in0).sign() < 0; in compare() local 1192 const float ref = isNeg ? (-float(int(-in0))) : float(int(in0)); in compare()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuCompressedTexture.cpp | 449 const bool isNeg = (src & (1<<2)) != 0; in extendSigned3To8() local 450 return (deInt8)((isNeg ? ~((1<<3)-1) : 0) | src); in extendSigned3To8()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 1271 const bool isNeg = tcu::Float32(in0).sign() < 0; in compare() local 1272 const float ref = isNeg ? (-float(int(-in0))) : float(int(in0)); in compare()
|
/third_party/sqlite/src/ |
D | shell.c | 806 int isNeg = 0; in integerValue() local 808 isNeg = 1; in integerValue() 832 return isNeg? -v : v; in integerValue() 5317 int isNeg; in ieee754func() local 5334 isNeg = 1; in ieee754func() 5337 isNeg = 0; in ieee754func() 5355 if( isNeg ) m = -m; in ieee754func() 5373 int isNeg = 0; in ieee754func() local 5385 isNeg = 1; in ieee754func() 5414 if( isNeg ) a |= ((sqlite3_uint64)1)<<63; in ieee754func()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 491 template <bool isSigned, bool isNeg, bool zeroPermitted, int size> 5935 template <bool isSigned, bool isNeg, bool zeroPermitted, int size> 5951 Inst.addOperand(MCOperand::createImm(isNeg ? -DecVal : DecVal)); in DecodeBFLabelOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 364 class BFLabelOp<string signed, string isNeg, string zeroPermitted, string size, 367 let EncoderMethod = !strconcat("getBFTargetOpValue<", isNeg, ", ", 371 isNeg, ", ", zeroPermitted, ", ", size, ">");
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 81678 + int isNeg; 81703 + isNeg = 1; 81706 + isNeg = 0; 81771 + if( isNeg ) m = -m; 81798 + int isNeg = 0; 81810 + isNeg = 1; 81850 + if( isNeg ) a |= ((sqlite3_uint64)1)<<63; 85421 - int isNeg; 85455 - isNeg = 1; 85458 - isNeg = 0; [all …]
|
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/ |
D | plotlyjs-bundle.js | 1 …rn this.testn(t-1)?this.notn(t).iaddn(1).ineg():this.clone()},a.prototype.isNeg=function(){return …
|