/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A 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/ |
H A D | GPBUtil.php | 61 $isNeg = (bccomp($value, 0) < 0); variable 62 if ($isNeg) { 79 if ($isNeg) { 387 $isNeg = $high < 0; variable 388 if ($isNeg) { 400 if ($isNeg) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | Utility.h | 44 void writeUnsigned(uint64_t N, bool isNeg = false) { in writeUnsigned() 60 if (isNeg) in writeUnsigned()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | StringExtras.h | 79 static inline std::string utostr(uint64_t X, bool isNeg = false) { in utostr() 90 if (isNeg) *--BufPtr = '-'; // Add negative sign... in utostr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A 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() 1573 if (isNeg) { in KnuthDiv() 2055 bool isNeg [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APInt.cpp | 773 bool isNeg = I >> 63; 787 return isNeg ? -APInt(width, mantissa >> (52 - exp)) : 798 return isNeg ? -Tmp : Tmp; 821 bool isNeg = isSigned ? (*this)[BitWidth-1] : false; 824 APInt Tmp(isNeg ? -(*this) : (*this)); 836 if (!isSigned || !isNeg) 859 uint64_t sign = isNeg ? (1ULL << (APINT_BITS_PER_WORD - 1)) : 0; 1415 bool isNeg = u[j+n] < borrow; 1425 if (isNeg) { 2126 bool isNeg [all...] |
/third_party/decimal.js/ |
H A D | decimal.js | 158 * isNegative isNeg 736 ? x.isNeg() ? getPi(Ctor, pr, rm) : new Ctor(0) 1060 P.isNegative = P.isNeg = function () { 2006 return x.isNeg() && !x.isZero() ? '-' + str : str; 2045 return x.isNeg() && !x.isZero() ? '-' + str : str; 2396 return x.isNeg() && !x.isZero() ? '-' + str : str; 2444 return x.isNeg() && !x.isZero() ? '-' + str : str; 2467 return x.isNeg() ? '-' + str : str; 3759 isNeg = x.s < 0, 3766 quadrant = isNeg [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/ |
H A D | DecimalQuantity_SimpleStorage.java | 539 boolean isNeg = isNegative(); in signum() 540 if (isZero && isNeg) { in signum() 544 } else if (isNeg) { in signum()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A 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/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/ |
H A D | DecimalQuantity_SimpleStorage.java | 532 boolean isNeg = isNegative(); in signum() 533 if (isZero && isNeg) { in signum() 537 } else if (isNeg) { in signum()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 223 inline std::string utostr(uint64_t X, bool isNeg = false) { in utostr() 234 if (isNeg) *--BufPtr = '-'; // Add negative sign... in utostr()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | DecimalQuantity_AbstractBCD.java | 342 boolean isNeg = isNegative(); in signum() 343 if (isZero && isNeg) { in signum() 347 } else if (isNeg) { in signum()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_decimalquantity.cpp | 353 bool isNeg = isNegative(); in signum() local 354 if (isZero && isNeg) { in signum() 358 } else if (isNeg) { in signum()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_decimalquantity.cpp | 353 bool isNeg = isNegative(); in signum() local 354 if (isZero && isNeg) { in signum() 358 } else if (isNeg) { in signum()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A 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/ |
H A 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, coord in lp_build_sample_wrap_linear() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A 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);
|
/third_party/decimal.js/test/modules/ |
H A D | immutability.js | 271 y = a.isNeg();
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A 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/modules/gles31/functional/ |
H A 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/vk-gl-cts/framework/common/ |
H A 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/sqlite/src/ |
H A D | shell.c | 793 int isNeg = 0; in integerValue() local 795 isNeg = 1; in integerValue() 819 return isNeg? -v : v; in integerValue() 3098 int isNeg; in ieee754func() local 3115 isNeg = 1; in ieee754func() 3118 isNeg = 0; in ieee754func() 3136 if( isNeg ) m = -m; in ieee754func() 3154 int isNeg = 0; in ieee754func() local 3166 isNeg = 1; in ieee754func() 3195 if( isNeg ) in ieee754func() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
H A 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()
|