Home
last modified time | relevance | path

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

1234567

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A DFPBits.h238 struct Exponent : public TypedInt<int32_t> {
242 return Exponent(-EXP_BIAS);
244 LIBC_INLINE static constexpr auto min() { return Exponent(1 - EXP_BIAS); }
245 LIBC_INLINE static constexpr auto zero() { return Exponent(0); }
246 LIBC_INLINE static constexpr auto max() { return Exponent(EXP_BIAS); }
247 LIBC_INLINE static constexpr auto inf() { return Exponent(EXP_BIAS + 1); }
258 LIBC_INLINE constexpr BiasedExponent(Exponent exp)
262 LIBC_INLINE constexpr operator Exponent() const {
263 return Exponent(static_cast<int32_t>(UP::value - EXP_BIAS));
267 LIBC_ASSERT(*this != BiasedExponent(Exponent::inf()));
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp177 if (Style == FloatStyle::Exponent) in write_double()
188 if (Style == FloatStyle::Exponent || Style == FloatStyle::ExponentUpper) { in write_double()
256 case FloatStyle::Exponent: in getDefaultPrecision()
/freebsd/crypto/openssl/test/recipes/30-test_evp_pkey_provided/
H A DRSA.pub.txt3 Exponent: 65537 (0x10001)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp602 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2()); in emitBump() local
603 return Builder.CreateShl(ExtendedStride, Exponent); in emitBump()
607 ConstantInt *Exponent = in emitBump() local
609 return Builder.CreateNeg(Builder.CreateShl(ExtendedStride, Exponent)); in emitBump()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1243 const char *Exponent = s; in ParseDecimalOrOctalCommon() local
1255 TokLoc, Exponent - ThisTokBegin, SM, LangOpts), in ParseDecimalOrOctalCommon()
1357 const char *Exponent = s; in ParseNumberStartingWithZero() local
1365 TokLoc, Exponent - ThisTokBegin, SM, LangOpts), in ParseNumberStartingWithZero()
1602 uint64_t Exponent = 0; in GetFixedPointValue() local
1618 Exponent = ExpInt.getZExtValue(); in GetFixedPointValue()
1623 if (NegativeExponent) BaseShift -= Exponent; in GetFixedPointValue()
1624 else BaseShift += Exponent; in GetFixedPointValue()
1646 NumBitsNeeded = 4 * (NumDigits + Exponent) + Scale; in GetFixedPointValue()
1648 NumBitsNeeded = 4 * NumDigits + Exponent + Scale; in GetFixedPointValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DNativeFormatting.h18 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp599 uint64_t Exponent = 0; in visitMulExpr() local
605 while (E != OpsAndLoops.end() && *I == *E && Exponent != MaxExponent) { in visitMulExpr()
606 ++Exponent; in visitMulExpr()
609 assert(Exponent > 0 && "Trying to calculate a zeroth exponent of operand?"); in visitMulExpr()
615 if (Exponent & 1) in visitMulExpr()
617 for (uint64_t BinExp = 2; BinExp <= Exponent; BinExp <<= 1) { in visitMulExpr()
620 if (Exponent & BinExp) in visitMulExpr()
/freebsd/crypto/openssl/test/certs/
H A DrootCA.pem34 Exponent: 65537 (0x10001)
H A Dcyrillic.utf833 Exponent: 65537 (0x10001)
H A Dcyrillic.msb33 Exponent: 65537 (0x10001)
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A 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
/freebsd/secure/caroot/trusted/
H A DAmazon_Root_CA_1.pem44 Exponent: 65537 (0x10001)
H A DGlobalSign_Root_CA_-_R3.pem44 Exponent: 65537 (0x10001)
H A DTWCA_Root_Certification_Authority.pem43 Exponent: 65537 (0x10001)
H A DSecureSign_Root_CA12.pem44 Exponent: 65537 (0x10001)
H A DOISTE_WISeKey_Global_Root_GB_CA.pem44 Exponent: 65537 (0x10001)
H A DT-TeleSec_GlobalRoot_Class_2.pem43 Exponent: 65537 (0x10001)
H A DSecurity_Communication_RootCA2.pem43 Exponent: 65537 (0x10001)
H A DCertum_Trusted_Network_CA.pem43 Exponent: 65537 (0x10001)
H A DDigiCert_Assured_ID_Root_G2.pem44 Exponent: 65537 (0x10001)
H A DStarfield_Services_Root_Certificate_Authority_-_G2.pem43 Exponent: 65537 (0x10001)
/freebsd/secure/caroot/untrusted/
H A DCertum_Root_CA.pem43 Exponent: 65537 (0x10001)
H A DEntrust_net_Premium_2048_Secure_Server_CA.pem43 Exponent: 65537 (0x10001)
H A DGlobalSign_Root_CA.pem44 Exponent: 65537 (0x10001)
H A DCOMODO_Certification_Authority.pem44 Exponent: 65537 (0x10001)

1234567