/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | charconv_bigint_test.cc | 25 TEST(BigUnsigned, ShiftLeft) { in TEST() argument 29 num.ShiftLeft(100); in TEST() 41 a.ShiftLeft(125); in TEST() 42 b.ShiftLeft(125); in TEST() 43 c.ShiftLeft(125); in TEST() 52 a.ShiftLeft(84 * 32 - 3); in TEST() 53 b.ShiftLeft(84 * 32 - 3); in TEST() 54 c.ShiftLeft(84 * 32 - 3); in TEST() 64 a.ShiftLeft(1); in TEST() 66 b.ShiftLeft(i); in TEST() [all …]
|
D | charconv_bigint.h | 102 void ShiftLeft(int count) { in ShiftLeft() function 180 ShiftLeft(n); in MultiplyByTenToTheNth()
|
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
D | test-bignum.cc | 120 TEST(ShiftLeft) { in TEST() argument 124 bignum.ShiftLeft(100); in TEST() 129 bignum.ShiftLeft(1); in TEST() 134 bignum.ShiftLeft(4); in TEST() 139 bignum.ShiftLeft(32); in TEST() 144 bignum.ShiftLeft(64); in TEST() 149 bignum.ShiftLeft(64); in TEST() 152 bignum.ShiftLeft(1); in TEST() 197 bignum.ShiftLeft(100); in TEST() 203 bignum.ShiftLeft(100); in TEST() [all …]
|
/third_party/abseil-cpp/absl/strings/internal/ |
D | charconv_bigint_test.cc | 25 TEST(BigUnsigned, ShiftLeft) { in TEST() argument 29 num.ShiftLeft(100); in TEST() 41 a.ShiftLeft(125); in TEST() 42 b.ShiftLeft(125); in TEST() 43 c.ShiftLeft(125); in TEST() 52 a.ShiftLeft(84 * 32 - 3); in TEST() 53 b.ShiftLeft(84 * 32 - 3); in TEST() 54 c.ShiftLeft(84 * 32 - 3); in TEST() 64 a.ShiftLeft(1); in TEST() 66 b.ShiftLeft(i); in TEST() [all …]
|
D | charconv_bigint.h | 102 void ShiftLeft(int count) { in ShiftLeft() function 180 ShiftLeft(n); in MultiplyByTenToTheNth()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion-bignum-dtoa.cpp | 443 numerator->ShiftLeft(exponent); in InitialScaledStartValuesPositiveExponent() 450 denominator->ShiftLeft(1); in InitialScaledStartValuesPositiveExponent() 451 numerator->ShiftLeft(1); in InitialScaledStartValuesPositiveExponent() 455 delta_plus->ShiftLeft(exponent); in InitialScaledStartValuesPositiveExponent() 458 delta_minus->ShiftLeft(exponent); in InitialScaledStartValuesPositiveExponent() 479 denominator->ShiftLeft(-exponent); in InitialScaledStartValuesNegativeExponentPositivePower() 484 denominator->ShiftLeft(1); in InitialScaledStartValuesNegativeExponentPositivePower() 485 numerator->ShiftLeft(1); in InitialScaledStartValuesNegativeExponentPositivePower() 528 denominator->ShiftLeft(-exponent); in InitialScaledStartValuesNegativeExponentNegativePower() 533 numerator->ShiftLeft(1); in InitialScaledStartValuesNegativeExponentNegativePower() [all …]
|
D | double-conversion-bignum.h | 72 void ShiftLeft(int shift_amount);
|
D | double-conversion-strtod.cpp | 428 diy_fp_bignum.ShiftLeft(diy_fp.e()); in CompareBufferWithDiyFp() 430 buffer_bignum.ShiftLeft(-diy_fp.e()); in CompareBufferWithDiyFp()
|
D | double-conversion-bignum.cpp | 252 void Bignum::ShiftLeft(int shift_amount) { in ShiftLeft() function in double_conversion::Bignum 350 ShiftLeft(exponent); in MultiplyByPowerOfTen() 495 ShiftLeft(shifts * power_exponent); in AssignPowerUInt16()
|
/third_party/icu/icu4c/source/i18n/ |
D | double-conversion-bignum-dtoa.cpp | 443 numerator->ShiftLeft(exponent); in InitialScaledStartValuesPositiveExponent() 450 denominator->ShiftLeft(1); in InitialScaledStartValuesPositiveExponent() 451 numerator->ShiftLeft(1); in InitialScaledStartValuesPositiveExponent() 455 delta_plus->ShiftLeft(exponent); in InitialScaledStartValuesPositiveExponent() 458 delta_minus->ShiftLeft(exponent); in InitialScaledStartValuesPositiveExponent() 479 denominator->ShiftLeft(-exponent); in InitialScaledStartValuesNegativeExponentPositivePower() 484 denominator->ShiftLeft(1); in InitialScaledStartValuesNegativeExponentPositivePower() 485 numerator->ShiftLeft(1); in InitialScaledStartValuesNegativeExponentPositivePower() 528 denominator->ShiftLeft(-exponent); in InitialScaledStartValuesNegativeExponentNegativePower() 533 numerator->ShiftLeft(1); in InitialScaledStartValuesNegativeExponentNegativePower() [all …]
|
D | double-conversion-bignum.h | 73 void ShiftLeft(const int shift_amount);
|
D | double-conversion-bignum.cpp | 252 void Bignum::ShiftLeft(const int shift_amount) { in ShiftLeft() function in double_conversion::Bignum 364 ShiftLeft(exponent); in MultiplyByPowerOfTen() 510 ShiftLeft(shifts * power_exponent); in AssignPowerUInt16()
|
D | double-conversion-strtod.cpp | 423 diy_fp_bignum.ShiftLeft(diy_fp.e()); in CompareBufferWithDiyFp() 425 buffer_bignum.ShiftLeft(-diy_fp.e()); in CompareBufferWithDiyFp()
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
D | bignum-dtoa.cc | 429 numerator->ShiftLeft(exponent); in InitialScaledStartValuesPositiveExponent() 436 denominator->ShiftLeft(1); in InitialScaledStartValuesPositiveExponent() 437 numerator->ShiftLeft(1); in InitialScaledStartValuesPositiveExponent() 441 delta_plus->ShiftLeft(exponent); in InitialScaledStartValuesPositiveExponent() 444 delta_minus->ShiftLeft(exponent); in InitialScaledStartValuesPositiveExponent() 465 denominator->ShiftLeft(-exponent); in InitialScaledStartValuesNegativeExponentPositivePower() 470 denominator->ShiftLeft(1); in InitialScaledStartValuesNegativeExponentPositivePower() 471 numerator->ShiftLeft(1); in InitialScaledStartValuesNegativeExponentPositivePower() 514 denominator->ShiftLeft(-exponent); in InitialScaledStartValuesNegativeExponentNegativePower() 519 numerator->ShiftLeft(1); in InitialScaledStartValuesNegativeExponentNegativePower() [all …]
|
D | bignum.h | 59 void ShiftLeft(const int shift_amount);
|
D | bignum.cc | 238 void Bignum::ShiftLeft(const int shift_amount) { in ShiftLeft() function in double_conversion::Bignum 350 ShiftLeft(exponent); in MultiplyByPowerOfTen() 496 ShiftLeft(shifts * power_exponent); in AssignPowerUInt16()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | double-conversion-bignum-dtoa.cpp | 443 numerator->ShiftLeft(exponent); in InitialScaledStartValuesPositiveExponent() 450 denominator->ShiftLeft(1); in InitialScaledStartValuesPositiveExponent() 451 numerator->ShiftLeft(1); in InitialScaledStartValuesPositiveExponent() 455 delta_plus->ShiftLeft(exponent); in InitialScaledStartValuesPositiveExponent() 458 delta_minus->ShiftLeft(exponent); in InitialScaledStartValuesPositiveExponent() 479 denominator->ShiftLeft(-exponent); in InitialScaledStartValuesNegativeExponentPositivePower() 484 denominator->ShiftLeft(1); in InitialScaledStartValuesNegativeExponentPositivePower() 485 numerator->ShiftLeft(1); in InitialScaledStartValuesNegativeExponentPositivePower() 528 denominator->ShiftLeft(-exponent); in InitialScaledStartValuesNegativeExponentNegativePower() 533 numerator->ShiftLeft(1); in InitialScaledStartValuesNegativeExponentNegativePower() [all …]
|
D | double-conversion-bignum.h | 73 void ShiftLeft(const int shift_amount);
|
D | double-conversion-bignum.cpp | 252 void Bignum::ShiftLeft(const int shift_amount) { in ShiftLeft() function in double_conversion::Bignum 364 ShiftLeft(exponent); in MultiplyByPowerOfTen() 510 ShiftLeft(shifts * power_exponent); in AssignPowerUInt16()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion-bignum-dtoa.cpp | 443 numerator->ShiftLeft(exponent); in InitialScaledStartValuesPositiveExponent() 450 denominator->ShiftLeft(1); in InitialScaledStartValuesPositiveExponent() 451 numerator->ShiftLeft(1); in InitialScaledStartValuesPositiveExponent() 455 delta_plus->ShiftLeft(exponent); in InitialScaledStartValuesPositiveExponent() 458 delta_minus->ShiftLeft(exponent); in InitialScaledStartValuesPositiveExponent() 479 denominator->ShiftLeft(-exponent); in InitialScaledStartValuesNegativeExponentPositivePower() 484 denominator->ShiftLeft(1); in InitialScaledStartValuesNegativeExponentPositivePower() 485 numerator->ShiftLeft(1); in InitialScaledStartValuesNegativeExponentPositivePower() 528 denominator->ShiftLeft(-exponent); in InitialScaledStartValuesNegativeExponentNegativePower() 533 numerator->ShiftLeft(1); in InitialScaledStartValuesNegativeExponentNegativePower() [all …]
|
D | double-conversion-bignum.h | 73 void ShiftLeft(const int shift_amount);
|
D | double-conversion-bignum.cpp | 252 void Bignum::ShiftLeft(const int shift_amount) { in ShiftLeft() function in double_conversion::Bignum 364 ShiftLeft(exponent); in MultiplyByPowerOfTen() 510 ShiftLeft(shifts * power_exponent); in AssignPowerUInt16()
|
D | double-conversion-strtod.cpp | 423 diy_fp_bignum.ShiftLeft(diy_fp.e()); in CompareBufferWithDiyFp() 425 buffer_bignum.ShiftLeft(-diy_fp.e()); in CompareBufferWithDiyFp()
|
/third_party/abseil-cpp/absl/strings/ |
D | charconv.cc | 457 lhs.ShiftLeft(exact_exponent - guess_exponent); in MustRoundUp() 459 rhs.ShiftLeft(guess_exponent - exact_exponent); in MustRoundUp() 470 lhs.ShiftLeft(exact_exponent - guess_exponent); in MustRoundUp() 472 rhs.ShiftLeft(guess_exponent - exact_exponent); in MustRoundUp()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | charconv.cc | 457 lhs.ShiftLeft(exact_exponent - guess_exponent); in MustRoundUp() 459 rhs.ShiftLeft(guess_exponent - exact_exponent); in MustRoundUp() 470 lhs.ShiftLeft(exact_exponent - guess_exponent); in MustRoundUp() 472 rhs.ShiftLeft(guess_exponent - exact_exponent); in MustRoundUp()
|