Searched refs:exp (Results 276 - 300 of 596) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/build/util/lib/common/
H A Dperf_tests_results_helper.py59 geom_mean = math.exp(sum_of_logs / count)
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dmath_semantic_attr.js805 'log', 'ln', 'lg', 'exp', 'expt', 'gcd', 'gcd', 'arg', 'im', 're', 'Pr'
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dputiltst.c388 static void remainderTest(double x, double y, double exp)
395 log_err(" IEEEremainder(%f, %f) is %f, expected %f\n", x, y, result, exp);
397 else if(!compareWithNAN(result, exp)) {
398 log_err("FAIL: IEEEremainder(%f, %f) is %f, expected %f\n", x, y, result, exp);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumrgts.cpp2237 UnicodeString exp(DATA[i+1]);
2238 if (s != exp) {
2240 s + ", want " + exp); local
2272 UnicodeString exp(DATA[i+2]);
2278 if (out == exp) {
2282 ", expected " + exp); local
2313 ", exp ^1");
2318 s + ", exp ^");
2329 ", exp 25^");
2334 s + ", exp
2586 ", want " + exp); local
2615 ", want " + exp); local
2636 ", want " + exp); local
[all...]
H A Dtstnorm.cpp364 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));
/external/chromium_org/third_party/skia/tests/
H A DRandomTest.cpp54 double p = 1.0/(1.0 + exp(t));
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoice_engine_defines.h170 #define DEBUG_PRINT(exp) ((void)0)
/external/chromium_org/tools/perf/benchmarks/
H A Ddromaeo.py93 AddResult(key, math.exp(value['sum'] / value['count']))
/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/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/guava/guava/src/com/google/common/hash/
H A DBloomFilter.java108 1 - Math.exp(-numHashFunctions * ((double) insertions / (bits.size()))),
/external/icu/icu4c/source/test/cintltst/
H A Dputiltst.c388 static void remainderTest(double x, double y, double exp)
395 log_err(" IEEEremainder(%f, %f) is %f, expected %f\n", x, y, result, exp);
397 else if(!compareWithNAN(result, exp)) {
398 log_err("FAIL: IEEEremainder(%f, %f) is %f, expected %f\n", x, y, result, exp);
/external/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp2237 UnicodeString exp(DATA[i+1]);
2238 if (s != exp) {
2240 s + ", want " + exp); local
2272 UnicodeString exp(DATA[i+2]);
2278 if (out == exp) {
2282 ", expected " + exp); local
2313 ", exp ^1");
2318 s + ", exp ^");
2329 ", exp 25^");
2334 s + ", exp
2586 ", want " + exp); local
2615 ", want " + exp); local
2636 ", want " + exp); local
[all...]
H A Dtstnorm.cpp364 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));
/external/jemalloc/test/unit/
H A Dmath.c39 /* exp(ln_gamma(x)) == (x-1)! for integer x. */
41 assert_true(double_eq_rel(exp(ln_gamma(x)),
/external/llvm/utils/release/
H A DfindRegressions-simple.py6 (tp, exp) = ('compile', 'exec')
/external/qemu/include/fpu/
H A Dsoftfloat.h128 #define make_floatx80(exp, mant) ((floatx80) { mant, exp })
129 #define make_floatx80_init(exp, mant) { .low = mant, .high = exp }
/external/skia/tests/
H A DRandomTest.cpp54 double p = 1.0/(1.0 + exp(t));
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fnfns.c82 printf(" expD(%+20.13e) = %+20.13e\n", d, exp(d));
/external/chromium_org/chrome/browser/history/
H A Dvisit_filter.cc131 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/
H A Dprinting_unittest.py174 def run_test(total, exp, unexp, shards, result):
176 fake_results = FakeRunResults(total, exp, unexp, shards)
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram_lexer.l159 exp [Ee][-+]?[0-9]+
339 {num}?{frac}{exp}? {
347 {num}{exp} {
351 {num}"."{exp} {
/external/eigen/Eigen/src/Core/
H A DGenericPacketMath.h253 /** \internal \returns the exp of \a a (coeff-wise) */
255 Packet pexp(const Packet& a) { using std::exp; return exp(a); }
/external/mesa3d/src/mesa/program/
H A Dprogram_lexer.l159 exp [Ee][-+]?[0-9]+
339 {num}?{frac}{exp}? {
347 {num}{exp} {
351 {num}"."{exp} {
/external/chromium_org/tools/clang/scripts/
H A Dupdate.sh425 -Wl,-unexported_symbols_list,${ABS_LIBCXX_DIR}/lib/libc++unexp.exp \
426 -Wl,-force_symbols_not_weak_list,${ABS_LIBCXX_DIR}/lib/notweak.exp \
427 -Wl,-force_symbols_weak_list,${ABS_LIBCXX_DIR}/lib/weak.exp

Completed in 4089 milliseconds

<<11121314151617181920>>