HomeSort by relevance Sort by last modified time
    Searched refs:exp (Results 576 - 600 of 1085) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/native/
java_lang_StrictMath.cpp 131 NATIVE_METHOD(StrictMath, exp, "!(D)D"),
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 206 /|?^/b exp
295 : exp
  /packages/apps/Gallery2/jni/filters/
edge.c 26 // f(v) = exp(-alpha * v^beta)
96 float ret = 1.0f - exp (- alpha * pow(mag, beta));
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
Paper.java 82 (1 / (1 + (float) Math.exp(-t * ROTATE_FACTOR)) - 0.5f) * 2 * -45;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 141 for (xfmt, exp) in [('>'+fmt, big), ('!'+fmt, big), ('<'+fmt, lil),
144 self.assertEqual(res, exp)
255 for exp in range(self.bitsize + 3):
256 values.append(1L << exp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 141 for (xfmt, exp) in [('>'+fmt, big), ('!'+fmt, big), ('<'+fmt, lil),
144 self.assertEqual(res, exp)
255 for exp in range(self.bitsize + 3):
256 values.append(1L << exp)
  /external/chromium_org/chrome/browser/history/
visit_filter.cc 131 double staleness = 1.0 / exp(decay_exponent);
149 score = exp(-(offset * offset) / (2 * sd * sd));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing_unittest.py 173 def run_test(total, exp, unexp, shards, result):
175 fake_results = FakeRunResults(total, exp, unexp, shards)
  /external/chromium_org/third_party/icu/source/test/intltest/
tstnorm.cpp 363 UnicodeString exp(DATA[i+1], "");
364 exp = exp.unescape();
365 if (b == exp) {
369 ", expect " + hex(exp));
376 UnicodeString exp = UnicodeString(DATA[i+2], "").unescape(); local
377 if (a == exp) {
381 ", expect " + hex(exp));
    [all...]
dtfmttst.cpp 340 int32_t i, j, exp; local
401 for (j = 0, exp = 0; j < COUNT; ++j) {
413 int32_t expBase = exp; // save for later
414 for (i = 0; i < UDAT_FIELD_COUNT; ++i, ++exp) {
421 ctou(EXPECTED[exp]), field);
770 UnicodeString exp("08/13/1997 at 10:42:28 AM ");
772 if (0 != dateString.compareBetween(0, exp.length(), exp, 0, exp.length())) errln((UnicodeString)"FAIL: Expected " + exp);
1630 UDate exp = FAIL; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 159 exp [Ee][-+]?[0-9]+
201 EXP { return_opcode(require_ARB_vp, SCALAR_OP, EXP, 3); }
339 {num}?{frac}{exp}? {
347 {num}{exp} {
351 {num}"."{exp} {
  /external/chromium_org/tools/code_coverage/
process_coverage.py 138 for exp in win32_srcs_exclude:
139 if line.rfind(exp) != -1:
  /external/icu4c/test/intltest/
tstnorm.cpp 364 UnicodeString exp(DATA[i+1], "");
365 exp = exp.unescape();
366 if (b == exp) {
370 ", expect " + hex(exp));
377 UnicodeString exp = UnicodeString(DATA[i+2], "").unescape(); local
378 if (a == exp) {
382 ", expect " + hex(exp));
    [all...]
  /external/mesa3d/src/mesa/program/
program_lexer.l 159 exp [Ee][-+]?[0-9]+
201 EXP { return_opcode(require_ARB_vp, SCALAR_OP, EXP, 3); }
339 {num}?{frac}{exp}? {
347 {num}{exp} {
351 {num}"."{exp} {
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 117 #define exp(z) __TGMATH_CPLX(z, exp, cexp) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 117 #define exp(z) __TGMATH_CPLX(z, exp, cexp) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 128 #define exp(z) __TGMATH_CPLX(z, exp, cexp) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 128 #define exp(z) __TGMATH_CPLX(z, exp, cexp) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 117 #define exp(z) __TGMATH_CPLX(z, exp, cexp) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 117 #define exp(z) __TGMATH_CPLX(z, exp, cexp) macro
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.c 2817 Int exp; \/* working exponent *\/ local
3628 Int exp=dn->exponent; \/* local copy *\/ local
4674 Int exp=lhs->exponent; \/* save min(exponents) *\/ local
4741 Int exp, expunits, exprem; \/* work *\/ local
6602 Int d, exp; \/* work *\/ local
    [all...]
  /external/icu4c/i18n/
decNumber.c 2836 Int exp; \/* working exponent *\/ local
3649 Int exp=dn->exponent; \/* local copy *\/ local
4697 Int exp=lhs->exponent; \/* save min(exponents) *\/ local
4764 Int exp, expunits, exprem; \/* work *\/ local
6633 Int d, exp; \/* work *\/ local
    [all...]
  /external/speex/libspeex/
preprocess.c 386 noise_floor = exp(.2302585f*noise_suppress);
387 echo_floor = exp(.2302585f*effective_echo_suppress);
509 /*st->loudness_weight[i] = .5f*(1.f/(1.f+ff/8000.f))+1.f*exp(-.5f*(ff-3800.f)*(ff-3800.f)/9e5f);*/
510 st->loudness_weight[i] = .35f-.35f*ff/16000.f+.73f*exp(-.5f*(ff-3800)*(ff-3800)/9e5f);
519 st->max_increase_step = exp(0.11513f * 12.*st->frame_size / st->sampling_rate);
520 st->max_decrease_step = exp(-0.11513f * 40.*st->frame_size / st->sampling_rate);
868 st->gain2[i]=1/(1.f + (q/(1.f-q))*(1+st->prior[i])*exp(-theta));
    [all...]
  /external/ceres-solver/include/ceres/
jet.h 411 inline double exp (double x) { return std::exp(x); } function in namespace:ceres
443 // exp(a + h) ~= exp(a) + exp(a) h
445 Jet<T, N> exp(const Jet<T, N>& f) { function in namespace:ceres
447 g.a = exp(f.a);
700 template<typename T, int N> inline Jet<T, N> ei_exp (const Jet<T, N>& x) { return exp(x); } // NOLINT
  /external/mksh/src/
check.pl 1 # $MirOS: src/bin/mksh/check.pl,v 1.31 2012/04/06 12:22:14 tg Exp $
2 # $OpenBSD: th,v 1.13 2006/05/18 21:27:23 miod Exp $
822 local($exp, $got) = @_;
827 $exp_len = length($exp);
831 if (substr($got, 0, $exp_len) eq $exp) {
834 } elsif (substr($exp, 0, $got_len) eq $got) {
839 $ce = substr($exp, $i, 1);
    [all...]

Completed in 2373 milliseconds

<<21222324252627282930>>