Home
last modified time | relevance | path

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

12

/external/gemmlowp/internal/
Dfixedpoint.h175 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 …]
Dfixedpoint_neon.h142 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/
Dbignum-dtoa.cc73 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()
Ddouble.h39 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/
Dcmshalf.c393 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/
Dt033backtracking.g489 : ('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/
Dt033backtracking.g474 : ('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')+ ;
DPython.g479 : '.' DIGITS (Exponent)?
480 | DIGITS ('.' (DIGITS (Exponent)?)? | Exponent)
488 Exponent
/external/clang/lib/Lex/
DLiteralSupport.cpp553 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/
DStraightLineStrengthReduce.cpp594 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/
Dcert.pem25 Exponent: 65537 (0x10001)
/external/conscrypt/src/test/resources/
Dcert.pem24 Exponent: 65537 (0x10001)
Dca-cert.pem24 Exponent: 65537 (0x10001)
Dcert-ct-embedded.pem24 Exponent: 65537 (0x10001)
Dcert-ct-poisoned.pem24 Exponent: 65537 (0x10001)
/external/autotest/client/site_tests/security_OpenSSLBlacklist/src/
Dcert.pem25 Exponent: 65537 (0x10001)
Dca.pem25 Exponent: 65537 (0x10001)
/external/autotest/client/site_tests/platform_AccurateTime/src/
Dcert.pem25 Exponent: 65537 (0x10001)
Dca.pem25 Exponent: 65537 (0x10001)
/external/curl/tests/certs/
DServer-localhost-sv.crt30 Exponent: 65537 (0x10001)
DServer-localhost.nn-sv.crt30 Exponent: 65537 (0x10001)
DServer-localhost0h-sv.crt30 Exponent: 65537 (0x10001)
DEdelCurlRoot-ca.cacert39 Exponent: 65537 (0x10001)
DEdelCurlRoot-ca.crt39 Exponent: 65537 (0x10001)
DServer-localhost.nn-sv.pem70 Exponent: 65537 (0x10001)

12