Searched defs:exp (Results 76 - 100 of 218) sorted by relevance

123456789

/external/deqp/framework/common/
H A DtcuTexVerifierUtil.cpp36 const int exp = tcu::Float32(value).exponent(); local
38 return Float32::construct(+1, exp, (1u<<23) | mask).asFloat() - Float32::construct(+1, exp, 1u<<23).asFloat();
/external/deqp/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp204 string exp = input.name; local
215 exp = string() + "(" + getDataTypeName(floatType) + "(" + exp + ") / 255.0" + ")";
228 oss << "hsv(vec3(" << exp << ", 1.0, 1.0))"; local
231 oss << "hsv(vec3(" << exp << ", 1.0))"; local
234 oss << "vec4(" << exp << ", 1.0)"; local
237 oss << exp; local
249 oss << "hsv(vec3(determinant(" << exp << ")))"; local
254 exp = "transpose(" + exp
260 oss << "hsv(" << exp << ")"; local
[all...]
/external/dnsmasq/src/
H A Dlease.c351 time_t exp = now + (time_t)len; local
355 exp = 0;
359 if (exp != lease->expires)
362 lease->expires = exp;
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixExponential.h53 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
62 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
71 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
80 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
89 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
98 * approximant of \f$ \exp(A) \f$ around \f$ A = 0 \f$.
110 * \f$ \exp(2^{-\mbox{squarings}}M) \f$ around \f$ M = 0 \f$. The
182 result = m_M.matrixFunction(StdStemFunctions<ComplexScalar>::exp);
397 * MatrixBase::exp() and most of the time this is the only way it is
443 const MatrixExponentialReturnValue<Derived> MatrixBase<Derived>::exp() cons function in class:Eigen::MatrixBase
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcdtdptst.c306 UChar *pattern, *tzID, *exp; local
336 exp=(UChar*)malloc(sizeof(UChar) * (strlen(expStr) + 1) );
337 u_uastrcpy(exp, expStr);
340 if(u_strncmp(dateString, exp, (int32_t)strlen(expStr)) !=0)
345 free(exp);
H A Dspreptst.c574 char exp[MAX_BUFFER_SIZE]={'\0'}; local
577 int32_t expLen = unescapeData(expected, (int32_t)strlen(expected), exp, MAX_BUFFER_SIZE, &status);
584 if(strcmp(exp, dest)!=0){
/external/icu/icu4c/source/test/intltest/
H A Dastrotst.cpp405 double exp = -3444.; local
406 if (jd == exp) {
412 ", expected " + exp);
H A Dnormconf.cpp481 * @param exp expected value
483 * @param return true if got == exp
488 const UnicodeString& exp,
492 if (exp == got)
498 UnicodeString expPretty(prettify(exp));
511 errln(" %s%d)%s(%s)=%s, exp. %s", msg, field, op, sChars, gotChars, expChars);
485 assertEqual(const char *op, const UnicodeString& s, const UnicodeString& got, const UnicodeString& exp, const char *msg, int32_t field) argument
H A Ddcfmapts.cpp565 UnicodeString exp; local
577 exp = testData[i].expectedOutput;
578 verifyString(message, resultStr, exp);
581 exp.remove();
H A Dtchcfmt.cpp526 UnicodeString exp[] = { local
549 if (str == exp[j]) {
553 ", expected " + exp[j]);
/external/skia/experimental/Intersection/
H A DCubicParameterizationCode.cpp238 char exp = str[idx]; local
239 if (exp < '2' || exp > '3') {
242 pow = exp - '0';
/external/skia/src/core/
H A DSkFloat.cpp37 int exp = get_unsigned_exp(packed) - EXP_BIAS - shift; local
40 if (exp >= 0)
42 if (exp > 8) // overflow
45 value <<= exp; local
49 exp = -exp;
50 if (exp > 23) // underflow
53 value >>= exp; local
135 int exp; local
142 exp
217 int exp = get_unsigned_exp(packed); local
[all...]
/external/stlport/src/
H A Dcomplex.cpp198 // exp, log, pow for complex<float>, complex<double>, and complex<long double>
200 // exp
203 _Tp expx = ::exp(z._M_re);
207 _STLP_DECLSPEC complex<float> _STLP_CALL exp(const complex<float>& z) function
210 _STLP_DECLSPEC complex<double> _STLP_CALL exp(const complex<double>& z) function
214 _STLP_DECLSPEC complex<long double> _STLP_CALL exp(const complex<long double>& z) function
275 _Tp x = ::exp(logr * b._M_re);
295 _Tp x = ::exp(logr * b);
305 _Tp x = ::exp(logr * b._M_re - logi * b._M_im);
/external/aac/libSBRenc/src/
H A Dnf_est.cpp442 FIXP_DBL tmp, exp; local
494 exp = fDivNorm((FIXP_DBL)noiseFloorOffset, 3, &qexp);
495 tmp = fPow(2, DFRACT_BITS-1, exp, qexp, &qtmp);
H A Dsbrenc_freq_sca.cpp564 FIXP_DBL base, exp, tmp; local
570 exp = fDivNorm((FIXP_DBL)i, (FIXP_DBL)num_bands, &qe);
571 tmp = fPow(base, qb, exp, qe, &qtmp);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DGCMBlockCipher.java29 private GCMExponentiator exp; field in class:GCMBlockCipher
145 exp = null;
358 if (exp == null)
360 exp = new Tables1kGCMExponentiator();
361 exp.init(H);
363 exp.exponentiateX(c, H_c);
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_util.cc135 uint8 exp = *(url.spec().c_str() + value.begin) - '0'; local
136 if (exp < 1 || exp > 9)
138 return exp;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dastrotst.cpp407 double exp = -3444.; local
408 if (jd == exp) {
414 ", expected " + exp);
H A Ddcfmapts.cpp559 UnicodeString exp; local
571 exp = testData[i].expectedOutput;
572 verifyString(message, resultStr, exp);
575 exp.remove();
H A Dtchcfmt.cpp526 UnicodeString exp[] = { local
549 if (str == exp[j]) {
553 ", expected " + exp[j]);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_utility.cc44 #define DEBUG_PRINT(exp) ((void)0)
187 uint32_t pow2(uint8_t exp) { argument
188 return 1 << exp;
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dre.h88 struct RegExp *exp; member in struct:RegExp::__anon16385::__anon16386
100 struct RegExp *exp; member in union:RegExp::__anon16385
103 struct RegExp *exp; member in struct:RegExp::__anon16385::__anon16388
166 r->d.exp = e;
175 r->d.CloseVOp.exp = e;
/external/chromium_org/ui/events/
H A Devent_dispatcher_unittest.cc309 int exp[] = { 1 }; local
316 std::vector<int>(exp, exp + sizeof(exp) / sizeof(int)),
/external/deqp/modules/gles3/functional/
H A Des3fShaderPackingFunctionTests.cpp563 const int exp = rnd.getInt(minExp, maxExp); local
566 v[c] = tcu::Float32::construct(s, exp ? exp : 1 /* avoid denormals */, (1u<<23) | mantissa).asFloat();
669 const int exp = rnd.getInt(minExp, maxExp); local
671 const deUint16 value = tcu::Float16::construct(s, exp ? exp : 1 /* avoid denorm */, (1u<<10) | mantissa).bits();
/external/libvorbis/lib/
H A Dsharedbook.c49 long exp; local
55 exp= floor(log(val)/log(2.f)+.001); //+epsilon
56 mant=rint(ldexp(val,(VQ_FMAN-1)-exp));
57 exp=(exp+VQ_FEXP_BIAS)<<VQ_FMAN;
59 return(sign|exp|mant);
65 long exp =(val&0x7fe00000L)>>VQ_FMAN; local
67 return(ldexp(mant,exp-(VQ_FMAN-1)-VQ_FEXP_BIAS));

Completed in 9254 milliseconds

123456789