Home
last modified time | relevance | path

Searched refs:Exponent (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h79 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()
Ddouble-conversion-bignum-dtoa.cpp114 exponent = Single(f).Exponent(); in BignumDtoa()
118 exponent = Double(v).Exponent(); in BignumDtoa()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h79 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()
Ddouble-conversion-bignum-dtoa.cpp114 exponent = Single(f).Exponent(); in BignumDtoa()
118 exponent = Double(v).Exponent(); in BignumDtoa()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-ieee.h79 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()
Ddouble-conversion-bignum-dtoa.cpp114 exponent = Single(f).Exponent(); in BignumDtoa()
118 exponent = Double(v).Exponent(); in BignumDtoa()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dieee.h65 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()
Dbignum-dtoa.cc100 exponent = Single(f).Exponent(); in BignumDtoa()
104 exponent = Double(v).Exponent(); in BignumDtoa()
/third_party/node/deps/v8/src/base/numbers/
Dbignum-dtoa.cc67 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()
Ddouble.h39 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/
Dfixcid.py207 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/
DNativeFormatting.cpp176 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/
DNativeFormatting.cpp177 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/
Dconversions-inl.h98 int exponent = d.Exponent(); in DoubleToInt32()
122 int exponent = d.Exponent(); in DoubleToWebIDLInt64()
/third_party/openssl/test/recipes/30-test_evp_pkey_provided/
DRSA.pub.txt3 Exponent: 65537 (0x10001)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp609 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/
DNativeFormatting.h19 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DNativeFormatting.h18 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
/third_party/python/Lib/lib2to3/pgen2/
Dtokenize.py66 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/
Dtokenize.py75 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/
Dcsr.pem27 Exponent: 65537 (0x10001)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp785 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/
DREADME_P9.txt383 - 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/
Dcyrillic.utf833 Exponent: 65537 (0x10001)
DrootCA.pem34 Exponent: 65537 (0x10001)

1234