/external/libvorbis/lib/ |
H A D | sharedbook.c | 49 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));
|
/external/skia/tools/skpdiff/ |
H A D | generate_pmetric_tables.py | 23 return a * cycles_per_degree * exp(-b * cycles_per_degree) * sqrt(1.0 + 0.06 * exp(b * cycles_per_degree))
|
/external/valgrind/main/tests/ |
H A D | check_makefile_consistency | 63 # beneath and check the consistency of the files *.vgtest and *.exp* files 74 for f in $(ls -d *.exp* *.gdb *.vgtest 2>/dev/null) 76 if [ "$f" = "*.exp*" -o "$f" = "*.gdb" -o "$f" = "*.vgtest" ]; then
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
H A D | exceptions.py | 220 exp = ", expected %s" % self.expecting 222 exp = "" 225 return "UnwantedTokenException(found=%s%s)" % (None, exp) 227 return "UnwantedTokenException(found=%s%s)" % (self.token.text, exp)
|
/external/chromium_org/chrome/browser/prerender/ |
H A D | prerender_util.cc | 137 uint8 exp = *(url.spec().c_str() + value.begin) - '0'; local 138 if (exp < 1 || exp > 9) 140 return exp;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
H A D | normconf.h | 73 * @param exp expected value 75 * @param return true if got == exp 80 const UnicodeString& exp,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
H A D | f.cpp | 64 return exp(x*log(2.0));
|
/external/chromium_org/third_party/opus/src/src/ |
H A D | mlp_train.h | 37 return 2./(1.+exp(-2.*x)) - 1.;
|
/external/clang/test/CodeGen/ |
H A D | libcalls.c | 101 double exp_ = exp(d); 104 // CHECK-NO: declare double @exp(double) [[NUW_RN]] 107 // CHECK-YES-NOT: declare double @exp(double) [[NUW_RN]]
|
/external/e2fsprogs/intl/ |
H A D | plural-exp.h | 104 extern void FREE_EXPRESSION (struct expression *exp)
|
/external/icu4c/test/intltest/ |
H A D | normconf.h | 73 * @param exp expected value 75 * @param return true if got == exp 80 const UnicodeString& exp,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | f.cpp | 64 return exp(x*log(2.0));
|
/external/srec/srec/clib/ |
H A D | log_add.c | 67 + exp(-(float)ii / ((float)logtab->scale * mul_scale)))
|
/external/valgrind/main/exp-sgcheck/tests/ |
H A D | hsg.stderr.exp | 6 <protocoltool>exp-sgcheck</protocoltool> 18 <tool>exp-sgcheck</tool>
|
/external/stlport/src/ |
H A D | complex.cpp | 198 // 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/eigen/test/ |
H A D | array.cpp | 192 VERIFY_IS_APPROX(m1.exp(), std::exp(m1)); 193 VERIFY_IS_APPROX(m1.exp() * m2.exp(), std::exp(m1+m2)); 194 VERIFY_IS_APPROX(m1.exp(), internal::exp(m1)); 195 VERIFY_IS_APPROX(m1.exp() / m2.exp(), std::exp(m [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
H A D | cdtdptst.c | 306 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);
|
/external/icu4c/test/cintltst/ |
H A D | cdtdptst.c | 306 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);
|
/external/libppp/src/ |
H A D | chat.c | 224 ExpandString(c, c->argptr, c->exp + 2, sizeof c->exp - 2, needcr); 234 len = strlen(c->exp+2); 247 memcpy(c->abort.string[i].data, c->exp+2, len+1); 254 c->TimeoutSec = atoi(c->exp + 2); 258 } else if (c->nargptr == NULL && !strcmp(c->exp+2, "ABORT")) 260 else if (c->nargptr == NULL && !strcmp(c->exp+2, "TIMEOUT")) 263 if (c->exp[2] == '!' && c->exp[3] != '!') 264 ExecStr(c->physical, c->exp [all...] |
/external/llvm/lib/Support/ |
H A D | APFloat.cpp | 2384 unsigned sigPartCount, int exp, 2397 /* Calculate pow(5, abs(exp)). */ 2398 pow5PartCount = powerOf5(pow5Parts, exp >= 0 ? exp: -exp); 2415 /* Add exp, as 10^n = 5^n * 2^n. */ 2416 decSig.exponent += exp; 2422 if (exp >= 0) { 2479 small. Writing L for log 10 / log 2, a number d.ddddd*10^exp 2482 (exp [all...] |
/external/chromium/testing/gmock/include/gmock/ |
H A D | gmock-spec-builders.h | 219 // Returns an Expectation object that references and co-owns exp, 221 Expectation GetHandleOf(ExpectationBase* exp); 490 Expectation(internal::ExpectationBase& exp); // NOLINT 564 ExpectationSet(internal::ExpectationBase& exp) { // NOLINT 565 *this += Expectation(exp); 1590 TypedExpectation<F>* exp = this->FindMatchingExpectationLocked(args); 1591 if (exp == NULL) { // A match wasn't found. 1597 // which will increment the call count for *exp and thus affect 1599 *is_excessive = exp->IsSaturated(); 1600 const Action<F>* action = exp [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
H A D | StepPattern.java | 957 public void setExpression(Expression exp) argument 959 exp.exprSetParent(StepPattern.this); 960 m_predicates[m_index] = exp; 1011 public void setExpression(Expression exp) argument 1013 exp.exprSetParent(this); 1014 m_relativePathPattern = (StepPattern)exp;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
H A D | GCMBlockCipher.java | 29 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/ceres-solver/internal/ceres/ |
H A D | gradient_checker_test.cc | 49 // f = exp(- a' x). 85 double f = *residuals = exp(-ax); 138 double f = *residuals = exp(-ax);
|
/external/chromium_org/cc/test/ |
H A D | layer_tree_json_parser_unittest.cc | 20 #define RETURN_IF_EXPECTATION_FAILS(exp) \ 22 exp; \
|