/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | NativeFormatting.cpp | 178 if (Style == FloatStyle::Exponent) in write_double() 189 if (Style == FloatStyle::Exponent || Style == FloatStyle::ExponentUpper) { in write_double() 257 case FloatStyle::Exponent: in getDefaultPrecision()
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_pkey_provided/ |
H A D | RSA.pub.txt | 3 Exponent: 65537 (0x10001)
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 1241 const char *Exponent = s; in ParseDecimalOrOctalCommon() local 1253 TokLoc, Exponent - ThisTokBegin, SM, LangOpts), in ParseDecimalOrOctalCommon() 1355 const char *Exponent = s; in ParseNumberStartingWithZero() local 1363 TokLoc, Exponent - ThisTokBegin, SM, LangOpts), in ParseNumberStartingWithZero() 1562 uint64_t Exponent = 0; in GetFixedPointValue() local 1578 Exponent = ExpInt.getZExtValue(); in GetFixedPointValue() 1583 if (NegativeExponent) BaseShift -= Exponent; in GetFixedPointValue() 1584 else BaseShift += Exponent; in GetFixedPointValue() 1606 NumBitsNeeded = 4 * (NumDigits + Exponent) + Scale; in GetFixedPointValue() 1608 NumBitsNeeded = 4 * NumDigits + Exponent + Scale; in GetFixedPointValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 598 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2()); in emitBump() local 599 return Builder.CreateShl(ExtendedStride, Exponent); in emitBump() 603 ConstantInt *Exponent = in emitBump() local 605 return Builder.CreateNeg(Builder.CreateShl(ExtendedStride, Exponent)); in emitBump()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | NativeFormatting.h | 17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 589 uint64_t Exponent = 0; in visitMulExpr() local 595 while (E != OpsAndLoops.end() && *I == *E && Exponent != MaxExponent) { in visitMulExpr() 596 ++Exponent; in visitMulExpr() 599 assert(Exponent > 0 && "Trying to calculate a zeroth exponent of operand?"); in visitMulExpr() 605 if (Exponent & 1) in visitMulExpr() 607 for (uint64_t BinExp = 2; BinExp <= Exponent; BinExp <<= 1) { in visitMulExpr() 610 if (Exponent & BinExp) in visitMulExpr()
|
/freebsd/crypto/openssl/test/certs/ |
H A D | rootCA.pem | 34 Exponent: 65537 (0x10001)
|
H A D | cyrillic.utf8 | 33 Exponent: 65537 (0x10001)
|
H A D | cyrillic.msb | 33 Exponent: 65537 (0x10001)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A 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
|
/freebsd/secure/caroot/trusted/ |
H A D | AffirmTrust_Networking.pem | 46 Exponent: 65537 (0x10001)
|
H A D | Amazon_Root_CA_1.pem | 47 Exponent: 65537 (0x10001)
|
H A D | GlobalSign_Root_CA_-_R3.pem | 47 Exponent: 65537 (0x10001)
|
H A D | certSIGN_ROOT_CA.pem | 46 Exponent: 65537 (0x10001)
|
H A D | Starfield_Services_Root_Certificate_Authority_-_G2.pem | 46 Exponent: 65537 (0x10001)
|
H A D | T-TeleSec_GlobalRoot_Class_3.pem | 46 Exponent: 65537 (0x10001)
|
H A D | AffirmTrust_Commercial.pem | 46 Exponent: 65537 (0x10001)
|
H A D | Atos_TrustedRoot_2011.pem | 46 Exponent: 65537 (0x10001)
|
H A D | Baltimore_CyberTrust_Root.pem | 46 Exponent: 65537 (0x10001)
|
H A D | COMODO_Certification_Authority.pem | 47 Exponent: 65537 (0x10001)
|
/freebsd/secure/caroot/untrusted/ |
H A D | Certum_Root_CA.pem | 44 Exponent: 65537 (0x10001)
|
H A D | Symantec_Class_1_Public_Primary_Certification_Authority_-_G6.pem | 45 Exponent: 65537 (0x10001)
|
H A D | Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem | 45 Exponent: 65537 (0x10001)
|
H A D | Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem | 45 Exponent: 65537 (0x10001)
|
H A D | Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem | 46 Exponent: 65537 (0x10001)
|