/external/gemmlowp/internal/ |
D | fixedpoint.h | 175 template <int Exponent, typename IntegerType, 176 int ExponentSign = (Exponent > 0 ? 1 : Exponent < 0 ? -1 : 0)> 179 template <int Exponent, typename IntegerType> 180 struct ImplSaturatingRoundingMultiplyByPOT<Exponent, IntegerType, 0> { 184 template <int Exponent> 185 struct ImplSaturatingRoundingMultiplyByPOT<Exponent, int32_t, 1> { 189 return x >= (1 << (31 - Exponent)) ? max : x <= -(1 << (31 - Exponent)) 191 : x * (1 << Exponent); 195 template <int Exponent> 196 struct ImplSaturatingRoundingMultiplyByPOT<Exponent, int32_t, -1> { [all …]
|
D | fixedpoint_neon.h | 142 template <int Exponent> 143 struct ImplSaturatingRoundingMultiplyByPOT<Exponent, int32x4_t, 1> { 144 static int32x4_t eval(int32x4_t x) { return vqshlq_n_s32(x, Exponent); } 147 template <int Exponent> 148 struct ImplSaturatingRoundingMultiplyByPOT<Exponent, int32x4_t, -1> { 149 static int32x4_t eval(int32x4_t x) { return vrshrq_n_s32(x, -Exponent); }
|
/external/v8/src/ |
D | bignum-dtoa.cc | 73 int exponent = Double(v).Exponent(); in BignumDtoa() 390 numerator->ShiftLeft(Double(v).Exponent()); in InitialScaledStartValuesPositiveExponent() 402 delta_plus->ShiftLeft(Double(v).Exponent()); in InitialScaledStartValuesPositiveExponent() 405 delta_minus->ShiftLeft(Double(v).Exponent()); in InitialScaledStartValuesPositiveExponent() 430 int exponent = Double(v).Exponent(); in InitialScaledStartValuesNegativeExponentPositivePower() 482 int exponent = Double(v).Exponent(); in InitialScaledStartValuesNegativeExponentNegativePower() 578 if (Double(v).Exponent() >= 0) { in InitialScaledStartValues()
|
D | double.h | 39 return DiyFp(Significand(), Exponent()); in AsDiyFp() 46 int e = Exponent(); in AsNormalizedDiyFp() 78 int Exponent() const { in Exponent() function 125 return DiyFp(Significand() * 2 + 1, Exponent() - 1); in UpperBoundary()
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmshalf.c | 393 static cmsUInt32Number Exponent[64] = { variable 514 out.num = Mantissa[ (h & 0x3ff) + Offset[ n ] ] + Exponent[ n ]; in _cmsHalf2Float()
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t033backtracking.g | 489 : ('0'..'9')+ '.' ('0'..'9')* Exponent? FloatTypeSuffix? 490 | '.' ('0'..'9')+ Exponent? FloatTypeSuffix? 491 | ('0'..'9')+ Exponent FloatTypeSuffix? 492 | ('0'..'9')+ Exponent? FloatTypeSuffix 496 Exponent : ('e'|'E') ('+'|'-')? ('0'..'9')+ ;
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t033backtracking.g | 474 : ('0'..'9')+ '.' ('0'..'9')* Exponent? FloatTypeSuffix? 475 | '.' ('0'..'9')+ Exponent? FloatTypeSuffix? 476 | ('0'..'9')+ Exponent FloatTypeSuffix? 477 | ('0'..'9')+ Exponent? FloatTypeSuffix 481 Exponent : ('e'|'E') ('+'|'-')? ('0'..'9')+ ;
|
D | Python.g | 479 : '.' DIGITS (Exponent)? 480 | DIGITS ('.' (DIGITS (Exponent)?)? | Exponent) 488 Exponent
|
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 553 const char *Exponent = s; in NumericLiteralParser() local 562 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent - ThisTokBegin), in NumericLiteralParser() 778 const char *Exponent = s; in ParseNumberStartingWithZero() local 784 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent-ThisTokBegin), in ParseNumberStartingWithZero() 864 const char *Exponent = s; in ParseNumberStartingWithZero() local 874 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent-ThisTokBegin), in ParseNumberStartingWithZero()
|
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 594 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2()); in emitBump() local 595 return Builder.CreateShl(ExtendedStride, Exponent); in emitBump() 599 ConstantInt *Exponent = in emitBump() local 601 return Builder.CreateNeg(Builder.CreateShl(ExtendedStride, Exponent)); in emitBump()
|
/external/autotest/client/site_tests/security_OpenSSLRegressions/src/ |
D | cert.pem | 25 Exponent: 65537 (0x10001)
|
/external/conscrypt/src/test/resources/ |
D | cert.pem | 24 Exponent: 65537 (0x10001)
|
D | ca-cert.pem | 24 Exponent: 65537 (0x10001)
|
D | cert-ct-embedded.pem | 24 Exponent: 65537 (0x10001)
|
D | cert-ct-poisoned.pem | 24 Exponent: 65537 (0x10001)
|
/external/autotest/client/site_tests/security_OpenSSLBlacklist/src/ |
D | cert.pem | 25 Exponent: 65537 (0x10001)
|
D | ca.pem | 25 Exponent: 65537 (0x10001)
|
/external/autotest/client/site_tests/platform_AccurateTime/src/ |
D | cert.pem | 25 Exponent: 65537 (0x10001)
|
D | ca.pem | 25 Exponent: 65537 (0x10001)
|
/external/curl/tests/certs/ |
D | Server-localhost-sv.crt | 30 Exponent: 65537 (0x10001)
|
D | Server-localhost.nn-sv.crt | 30 Exponent: 65537 (0x10001)
|
D | Server-localhost0h-sv.crt | 30 Exponent: 65537 (0x10001)
|
D | EdelCurlRoot-ca.cacert | 39 Exponent: 65537 (0x10001)
|
D | EdelCurlRoot-ca.crt | 39 Exponent: 65537 (0x10001)
|
D | Server-localhost.nn-sv.pem | 70 Exponent: 65537 (0x10001)
|