Searched refs:log (Results 1 - 25 of 2002) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/zlib/src/
H A Dconfigure16 # start off configure.log
17 echo -------------------- >> configure.log
18 echo $0 $* >> configure.log
19 date >> configure.log
39 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
42 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
47 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
53 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
85 echo "** $0 aborting." | tee -a configure.log
88 echo -------------------- >> configure.log
[all...]
/external/zlib/src/examples/
H A Dgzlog.c30 Files (log name "foo"):
31 foo.gz -- gzip file with the complete log
36 foo.repairs -- log file for log file recovery operations (not compressed)
83 gain exclusive access to the log files, first a foo.lock file must be
287 /* internal structure for log information */
289 struct log { struct
292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */
348 local int log_lock(struct log *log) argument
372 log_touch(struct log *log) argument
384 log_check(struct log *log) argument
396 log_unlock(struct log *log) argument
410 log_head(struct log *log) argument
437 log_mark(struct log *log, int op) argument
462 log_last(struct log *log, int last) argument
501 log_append(struct log *log, unsigned char *data, size_t len) argument
571 log_replace(struct log *log) argument
608 log_compress(struct log *log, unsigned char *data, size_t len) argument
718 log_log(struct log *log, int op, char *record) argument
738 log_recover(struct log *log, int op) argument
796 log_close(struct log *log) argument
813 log_open(struct log *log) argument
868 struct log *log; local
914 struct log *log = logd; local
998 struct log *log = logd; local
1044 struct log *log = logd; local
[all...]
H A Dgzlog.h29 gzlog_write() now always leaves the log file as valid gzip
35 The gzlog object allows writing short messages to a gzipped log file,
36 opening the log file locked for small bursts, and then closing it. The log
39 replaces the uncompressed data in the file. The log file is truncated to
40 its new size at that time. After each write operation, the log file is a
44 system crash, and the log file will be recovered the next time the log is
54 /* Open a gzlog object, creating the log file if it does not exist. Return
59 this object. If path is "foo", then the log fil
[all...]
/external/zlib/
H A Dupdate_zlib.sh35 rm Makefile configure.log
/external/zopfli/src/zopfli/
H A Dtree.c72 static const double kInvLog2 = 1.4426950408889; /* 1.0 / log(2.0) */
79 log2sum = (sum == 0 ? log(n) : log(sum)) * kInvLog2;
85 else bitlengths[i] = log2sum - log(count[i]) * kInvLog2;
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c539 * Transform the LPC gain to log domain then remove the mean value.
545 * -lpcGain : mean-removed in log domain.
554 data[coeffCntr] = log(data[coeffCntr]) - WebRtcIsac_kMeanLpcGain;
567 * -data : LPC gain in log-domain with mean removed.
594 * Quantize the decorrelated log-domain gains.
694 * -lpcGain : LPC gain in log-domain & mean removed
H A Dentropy_coding.c638 lar[k] = log((1 + refc[k]) / (1 - refc[k]));
974 /* log gains */
1248 /* log gains, mean removal and scaling */
1251 tmpcoeffs_g[posg] = log(LPCCoef_lo[(LPC_LOBAND_ORDER + 1) * k]);
1255 tmpcoeffs_g[posg] = log(LPCCoef_hi[(LPC_HIBAND_ORDER + 1) * k]);
1880 /* log gains, mean removal and scaling */
1883 tmpcoeffs_g[posg] = log(LPCCoef_lo[(LPC_LOBAND_ORDER + 1) * k]);
1887 tmpcoeffs_g[posg] = log(LPCCoef_hi[(LPC_HIBAND_ORDER + 1) * k]);
H A Dpitch_estimator.c183 log_lag = log(0.5 * old_lag);
188 ratio = log((double) (k + (PITCH_MIN_LAG/2-2))) - log_lag;
411 corr = peak_vals[k] * pow(PITCH_PEAK_DECAY, log(lags1[k] + lags2[k]));
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.c1095 ((float)log(aec->hNlFbMin + 1e-10f) + 1e-10f), aec->minOverDrive);
/external/webrtc/src/modules/audio_processing/ns/
H A Dns_core.c249 lmagn[i] = (float)log(magn[i]);
265 // update log quantile estimate
543 // compute log of ratio of the geometric to arithmetic mean: check for log(0) case
546 avgSpectralFlatnessNum += (float)log(magnIn[i]);
556 //ratio and inverse log: check for case of log(0)
640 // this is the average over all frequencies of the smooth log lrt
646 inst->logLrtTimeAvg[i] += LRT_TAVG * (besselTmp - (float)log(tmpFloat1)
879 tmpFloat2 = log((floa
[all...]
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c26 #include <android/log.h>
/external/wpa_supplicant_8/hostapd/
H A DAndroid.mk24 # Set Android log name
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.c39 #include <android/log.h>
286 /* Limit debug message length for Android log */
527 "re-open log file.");
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.c39 #include <android/log.h>
286 /* Limit debug message length for Android log */
527 "re-open log file.");
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.c39 #include <android/log.h>
286 /* Limit debug message length for Android log */
527 "re-open log file.");
/external/valgrind/main/none/tests/mips64/
H A Dtest_math.stdout.exp51 log(M_E): 1.000000
/external/valgrind/
H A Dmerge.upstream.sh49 echo "Merging valgrind... (in $valgrind_dir)" | tee $current_dir/merge.log
51 svn diff -r$valgrind_revision:$upstream_valgrind_revision $valgrind_svn_url | patch -Ep0 | tee -a $current_dir/merge.log
55 echo "Merging vex... (in $vex_dir)" | tee -a $current_dir/merge.log
57 svn diff -r$vex_revision:$upstream_vex_revision $vex_svn_url | patch -Ep0 | tee -a $current_dir/merge.log
64 echo " 1. Check $current_dir/merge.log for possible merge issues"
H A Druntest.sh37 logfile_native=$test_name.stdout.log
41 echo "Creating reference point log (run without valgrind)..."
48 diff $logfile_native $logfile_valgrind | grep -v "^> ==" | grep -v -e "^[0-9]" > $test_name.diff.log
50 if [ -s $test_name.diff.log ]; then
52 cat $test_name.diff.log | sed "s/^< /expected: /" | sed "s/^> /actual : /"
/external/vixl/src/
H A Dglobals-vixl.h47 #include <cutils/log.h>
/external/vixl/test/
H A Dtest-assembler-a64.cc8823 TEST(log) {
H A Dtest-disasm-a64.cc1585 TEST(log) {
/external/webp/src/dsp/
H A Dlossless.c330 // Practically, we can get rid of the call to log() as the two values match to
352 // The correction factor: log(1 + d) ~ d; for very small d values, so
358 return (float)(LOG_2_RECIPROCAL * v * log((double)v));
383 return (float)(LOG_2_RECIPROCAL * log((double)v));
H A Dlossless_mips32.c53 // The correction factor: log(1 + d) ~ d; for very small d values, so
61 return (float)(LOG_2_RECIPROCAL * v * log((double)v));
94 return (float)(LOG_2_RECIPROCAL * log((double)v));
/external/webp/src/enc/
H A Dpicture_psnr.c60 return (float)((v > 0.) ? -4.3429448 * log(v / (255 * 255.))

Completed in 1867 milliseconds

1234567891011>>