/third_party/icu/icu4c/source/i18n/ |
D | double-conversion-ieee.h | 79 return DiyFp(Significand(), Exponent()); in AsDiyFp() 86 int e = Exponent(); in AsNormalizedDiyFp() 128 int Exponent() const { in Exponent() function 198 return DiyFp(Significand() * 2 + 1, Exponent() - 1); in UpperBoundary() 231 return physical_significand_is_zero && (Exponent() != kDenormalExponent); in LowerBoundaryIsCloser() 319 return DiyFp(Significand(), Exponent()); in AsDiyFp() 327 int Exponent() const { in Exponent() function 417 return DiyFp(Significand() * 2 + 1, Exponent() - 1); in UpperBoundary() 430 return physical_significand_is_zero && (Exponent() != kDenormalExponent); in LowerBoundaryIsCloser()
|
D | double-conversion-bignum-dtoa.cpp | 114 exponent = Single(f).Exponent(); in BignumDtoa() 118 exponent = Double(v).Exponent(); in BignumDtoa()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion-ieee.h | 79 return DiyFp(Significand(), Exponent()); in AsDiyFp() 86 int e = Exponent(); in AsNormalizedDiyFp() 128 int Exponent() const { in Exponent() function 190 return DiyFp(Significand() * 2 + 1, Exponent() - 1); in UpperBoundary() 223 return physical_significand_is_zero && (Exponent() != kDenormalExponent); in LowerBoundaryIsCloser() 306 return DiyFp(Significand(), Exponent()); in AsDiyFp() 314 int Exponent() const { in Exponent() function 396 return DiyFp(Significand() * 2 + 1, Exponent() - 1); in UpperBoundary() 409 return physical_significand_is_zero && (Exponent() != kDenormalExponent); in LowerBoundaryIsCloser()
|
D | double-conversion-bignum-dtoa.cpp | 114 exponent = Single(f).Exponent(); in BignumDtoa() 118 exponent = Double(v).Exponent(); in BignumDtoa()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | double-conversion-ieee.h | 79 return DiyFp(Significand(), Exponent()); in AsDiyFp() 86 int e = Exponent(); in AsNormalizedDiyFp() 128 int Exponent() const { in Exponent() function 198 return DiyFp(Significand() * 2 + 1, Exponent() - 1); in UpperBoundary() 231 return physical_significand_is_zero && (Exponent() != kDenormalExponent); in LowerBoundaryIsCloser() 319 return DiyFp(Significand(), Exponent()); in AsDiyFp() 327 int Exponent() const { in Exponent() function 417 return DiyFp(Significand() * 2 + 1, Exponent() - 1); in UpperBoundary() 430 return physical_significand_is_zero && (Exponent() != kDenormalExponent); in LowerBoundaryIsCloser()
|
D | double-conversion-bignum-dtoa.cpp | 114 exponent = Single(f).Exponent(); in BignumDtoa() 118 exponent = Double(v).Exponent(); in BignumDtoa()
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
D | ieee.h | 65 return DiyFp(Significand(), Exponent()); in AsDiyFp() 72 int e = Exponent(); in AsNormalizedDiyFp() 114 int Exponent() const { in Exponent() function 184 return DiyFp(Significand() * 2 + 1, Exponent() - 1); in UpperBoundary() 217 return physical_significand_is_zero && (Exponent() != kDenormalExponent); in LowerBoundaryIsCloser() 305 return DiyFp(Significand(), Exponent()); in AsDiyFp() 313 int Exponent() const { in Exponent() function 403 return DiyFp(Significand() * 2 + 1, Exponent() - 1); in UpperBoundary() 416 return physical_significand_is_zero && (Exponent() != kDenormalExponent); in LowerBoundaryIsCloser()
|
D | bignum-dtoa.cc | 100 exponent = Single(f).Exponent(); in BignumDtoa() 104 exponent = Double(v).Exponent(); in BignumDtoa()
|
/third_party/node/deps/v8/src/base/numbers/ |
D | bignum-dtoa.cc | 67 int exponent = Double(v).Exponent(); in BignumDtoa() 372 numerator->ShiftLeft(Double(v).Exponent()); in InitialScaledStartValuesPositiveExponent() 384 delta_plus->ShiftLeft(Double(v).Exponent()); in InitialScaledStartValuesPositiveExponent() 387 delta_minus->ShiftLeft(Double(v).Exponent()); in InitialScaledStartValuesPositiveExponent() 410 int exponent = Double(v).Exponent(); in InitialScaledStartValuesNegativeExponentPositivePower() 459 int exponent = Double(v).Exponent(); in InitialScaledStartValuesNegativeExponentNegativePower() 551 if (Double(v).Exponent() >= 0) { in InitialScaledStartValues()
|
D | double.h | 39 return DiyFp(Significand(), Exponent()); in AsDiyFp() 46 int e = Exponent(); in AsNormalizedDiyFp() 76 int Exponent() const { in Exponent() function 123 return DiyFp(Significand() * 2 + 1, Exponent() - 1); in UpperBoundary()
|
/third_party/python/Tools/scripts/ |
D | fixcid.py | 207 Exponent = '[eE][-+]?[0-9]+' variable 208 Pointfloat = r'([0-9]+\.[0-9]*|\.[0-9]+)(' + Exponent + r')?' 209 Expfloat = '[0-9]+' + Exponent
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | NativeFormatting.cpp | 176 if (Style == FloatStyle::Exponent) in write_double() 187 if (Style == FloatStyle::Exponent || Style == FloatStyle::ExponentUpper) { in write_double() 255 case FloatStyle::Exponent: in getDefaultPrecision()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | NativeFormatting.cpp | 177 if (Style == FloatStyle::Exponent) in write_double() 188 if (Style == FloatStyle::Exponent || Style == FloatStyle::ExponentUpper) { in write_double() 259 case FloatStyle::Exponent: in getDefaultPrecision()
|
/third_party/node/deps/v8/src/numbers/ |
D | conversions-inl.h | 98 int exponent = d.Exponent(); in DoubleToInt32() 122 int exponent = d.Exponent(); in DoubleToWebIDLInt64()
|
/third_party/openssl/test/recipes/30-test_evp_pkey_provided/ |
D | RSA.pub.txt | 3 Exponent: 65537 (0x10001)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 609 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2()); in emitBump() local 610 return Builder.CreateShl(ExtendedStride, Exponent); in emitBump() 614 ConstantInt *Exponent = in emitBump() local 616 return Builder.CreateNeg(Builder.CreateShl(ExtendedStride, Exponent)); in emitBump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | NativeFormatting.h | 19 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | NativeFormatting.h | 18 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
|
/third_party/python/Lib/lib2to3/pgen2/ |
D | tokenize.py | 66 Exponent = r'[eE][-+]?\d+(?:_\d+)*' variable 67 Pointfloat = group(r'\d+(?:_\d+)*\.(?:\d+(?:_\d+)*)?', r'\.\d+(?:_\d+)*') + maybe(Exponent) 68 Expfloat = r'\d+(?:_\d+)*' + Exponent
|
/third_party/python/Lib/ |
D | tokenize.py | 75 Exponent = r'[eE][-+]?[0-9](?:_?[0-9])*' variable 77 r'\.[0-9](?:_?[0-9])*') + maybe(Exponent) 78 Expfloat = r'[0-9](?:_?[0-9])*' + Exponent
|
/third_party/rust/crates/rust-openssl/openssl/test/ |
D | csr.pem | 27 Exponent: 65537 (0x10001)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 785 uint64_t Exponent = 0; in visitMulExpr() local 791 while (E != OpsAndLoops.end() && *I == *E && Exponent != MaxExponent) { in visitMulExpr() 792 ++Exponent; in visitMulExpr() 795 assert(Exponent > 0 && "Trying to calculate a zeroth exponent of operand?"); in visitMulExpr() 801 if (Exponent & 1) in visitMulExpr() 803 for (uint64_t BinExp = 2; BinExp <= Exponent; BinExp <<= 1) { in visitMulExpr() 806 if (Exponent & BinExp) in visitMulExpr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | README_P9.txt | 383 - Insert Exponent DP/QP: xsiexpdp xsiexpqp 392 - Extract Exponent/Significand DP/QP: xsxexpdp xsxsigdp xsxexpqp xsxsigqp 428 - Vector Insert Exponent DP/SP: xviexpdp xviexpsp 433 - Vector Extract Exponent/Significand DP/SP: xvxexpdp xvxexpsp xvxsigdp xvxsigsp
|
/third_party/openssl/test/certs/ |
D | cyrillic.utf8 | 33 Exponent: 65537 (0x10001)
|
D | rootCA.pem | 34 Exponent: 65537 (0x10001)
|