Home
last modified time | relevance | path

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

1234567

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A 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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp808 const char *Exponent = s; in ParseDecimalOrOctalCommon() local
820 TokLoc, Exponent - ThisTokBegin, SM, LangOpts), in ParseDecimalOrOctalCommon()
920 const char *Exponent = s; in ParseNumberStartingWithZero() local
928 TokLoc, Exponent - ThisTokBegin, SM, LangOpts), in ParseNumberStartingWithZero()
1113 uint64_t Exponent = 0; in GetFixedPointValue() local
1128 Exponent = ExpInt.getZExtValue(); in GetFixedPointValue()
1133 if (NegativeExponent) BaseShift -= Exponent; in GetFixedPointValue()
1134 else BaseShift += Exponent; in GetFixedPointValue()
1156 NumBitsNeeded = 4 * (NumDigits + Exponent) + Scale; in GetFixedPointValue()
1158 NumBitsNeeded = 4 * NumDigits + Exponent + Scale; in GetFixedPointValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DNativeFormatting.h17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp620 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2()); in emitBump() local
621 return Builder.CreateShl(ExtendedStride, Exponent); in emitBump()
625 ConstantInt *Exponent = in emitBump() local
627 return Builder.CreateNeg(Builder.CreateShl(ExtendedStride, Exponent)); in emitBump()
/freebsd-13.1/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-13.1/secure/caroot/blacklisted/
H A DCertum_Root_CA.pem45 Exponent: 65537 (0x10001)
H A DSonera_Class_2_Root_CA.pem47 Exponent: 65537 (0x10001)
H A DGeoTrust_Global_CA.pem45 Exponent: 65537 (0x10001)
H A DGeoTrust_Primary_Certification_Authority_-_G3.pem46 Exponent: 65537 (0x10001)
H A DOISTE_WISeKey_Global_Root_GA_CA.pem46 Exponent: 65537 (0x10001)
H A DVerisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem46 Exponent: 65537 (0x10001)
H A DVerisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem46 Exponent: 65537 (0x10001)
/freebsd-13.1/secure/caroot/trusted/
H A DAmazon_Root_CA_1.pem48 Exponent: 65537 (0x10001)
H A DcertSIGN_ROOT_CA.pem47 Exponent: 65537 (0x10001)
H A DGlobalSign_Root_CA_-_R3.pem48 Exponent: 65537 (0x10001)
H A DHongkong_Post_Root_CA_1.pem47 Exponent: 65537 (0x10001)
H A DAffirmTrust_Networking.pem47 Exponent: 65537 (0x10001)
H A DGlobalSign_Root_CA.pem48 Exponent: 65537 (0x10001)
H A DSecureSign_RootCA11.pem47 Exponent: 65537 (0x10001)
H A DSecureTrust_CA.pem48 Exponent: 65537 (0x10001)
H A DDigiCert_High_Assurance_EV_Root_CA.pem48 Exponent: 65537 (0x10001)
H A DEntrust_net_Premium_2048_Secure_Server_CA.pem47 Exponent: 65537 (0x10001)
H A DGo_Daddy_Root_Certificate_Authority_-_G2.pem47 Exponent: 65537 (0x10001)
H A DOISTE_WISeKey_Global_Root_GB_CA.pem48 Exponent: 65537 (0x10001)
H A DT-TeleSec_GlobalRoot_Class_3.pem47 Exponent: 65537 (0x10001)

1234567