Searched refs:log (Results 51 - 75 of 1084) sorted by relevance

1234567891011>>

/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsv_log_2u5.c2 * Double-precision SVE log(x) function.
22 return sv_call_f64 (log, x, y, cmp);
25 /* SVE port of AdvSIMD log algorithm.
27 SV_NAME_D1 (log)(0x1.a6129884398a3p+0) got 0x1.ffffff1cca043p-2
29 svfloat64_t SV_NAME_D1 (log) (svfloat64_t x, const svbool_t pg) function
51 /* log(x) = log1p(z/c-1) + log(c) + k*Ln2. */
54 /* hi = r + log(c) + k*Ln2. */
68 PL_SIG (SV, D, 1, log, 0.01, 11.1)
69 PL_TEST_ULP (SV_NAME_D1 (log), 1.6
[all...]
H A Dsv_logf_3u4.c2 * Single-precision vector log function.
44 SV_NAME_F1 (log)(0x1.557298p+0) got 0x1.26edecp-2
46 svfloat32_t SV_NAME_F1 (log) (svfloat32_t x, const svbool_t pg) function
61 /* y = log(1+r) + n*ln2. */
79 PL_SIG (SV, F, 1, log, 0.01, 11.1)
80 PL_TEST_ULP (SV_NAME_F1 (log), 2.85)
81 PL_TEST_INTERVAL (SV_NAME_F1 (log), -0.0, -inf, 100)
82 PL_TEST_INTERVAL (SV_NAME_F1 (log), 0, 0x1p-126, 100)
83 PL_TEST_INTERVAL (SV_NAME_F1 (log), 0x1p-126, 0x1p-23, 50000)
84 PL_TEST_INTERVAL (SV_NAME_F1 (log),
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/slog/
H A Dslog_009_neg.ksh36 # A raidz/raidz2 log can not be added to existed pool.
39 # 1. Create pool with or without log.
40 # 2. Add a raidz/raidz2 log to this pool.
55 log_assert "A raidz/raidz2 log can not be added to existed pool."
64 log=$(random_get_with_non "log")
67 log_mustnot $ZPOOL add $TESTPOOL log $logtype $LDEV2
73 log_pass "A raidz/raidz2 log can not be added to existed pool."
/freebsd-current/crypto/openssh/regress/
H A Dputty-kex.sh30 2>${OBJ}/log/putty-kex-$k.log
34 kexmsg=`grep -E '^Doing.* key exchange' ${OBJ}/log/putty-kex-$k.log`
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dcommitcheck.sh10 body=$(git log --no-show-signature -n 1 --pretty=%b "$REF" | grep -Ev "http(s)*://" | grep -E -m 1 ".{$((length + 1))}")
23 foundline=$(git log --no-show-signature -n 1 "$REF" | grep -E -m 1 "$regex")
38 long_subject=$(git log --no-show-signature -n 1 --pretty=%s "$REF" | grep -E -m 1 '.{73}')
60 subject=$(git log --no-show-signature -n 1 --pretty=%s "$REF" | grep -E -m 1 '^Fix coverity defects')
73 subject=$(git log --no-show-signature -n 1 --pretty=%s "$REF" |
89 for line in $(git log --no-show-signature -n 1 --pretty=%b "$REF" | grep -E '^CID'); do
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_009_neg.ksh36 # A raidz/raidz2 log can not be added to existed pool.
39 # 1. Create pool with or without log.
40 # 2. Add a raidz/raidz2 log to this pool.
46 log_assert "A raidz/raidz2 log can not be added to existed pool."
56 log=$(random_get_with_non "log")
58 $spare $SDEV $log $LDEV
60 log_mustnot zpool add $TESTPOOL log $logtype $LDEV2
70 log_pass "A raidz/raidz2 log can not be added to existed pool."
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp80 Log *log = GetLog(LLDBLog::Step); local
86 LLDB_LOG(log, "returning previous thread plan vote: {0}", prev_vote);
90 LLDB_LOG(log, "Returning vote: {0}", m_report_stop_vote);
120 Log *log = GetLog(LLDBLog::Step); local
122 if (log) {
129 log,
202 Log *log = GetLog(LLDBLog::Thread);
203 if (log)
204 log->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64
218 Log *log
[all...]
H A DThreadPlanCallFunction.cpp50 Log *log = GetLog(LLDBLog::Step);
63 LLDB_LOGF(log, "ThreadPlanCallFunction(%p): %s.", static_cast<void *>(this),
72 LLDB_LOGF(log, "ThreadPlanCallFunction(%p): %s.", static_cast<void *>(this),
81 if (log && log->GetVerbose())
88 LLDB_LOGF(log, "ThreadPlanCallFunction(%p): %s.", static_cast<void *>(this),
153 Log *log = GetLog(LLDBLog::Step); local
154 if (log && log->GetVerbose()) {
158 log
176 Log *log = GetLog(LLDBLog::Step); local
391 Log *log = GetLog(LLDBLog::Step); local
442 Log *log = GetLog(LLDBLog::Step); local
[all...]
H A DThreadPlanStepInstruction.cpp99 Log *log = GetLog(LLDBLog::Step); local
119 if (log) {
120 LLDB_LOGF(log,
131 Log *log = GetLog(LLDBLog::Step); local
135 log,
174 if (log) {
175 LLDB_LOGF(log,
183 if (log) {
194 LLDB_LOGF(log, "%s.", s.GetData());
205 if (log) {
247 Log *log = GetLog(LLDBLog::Step); local
[all...]
H A DThreadPlanPython.cpp74 Log *log = GetLog(LLDBLog::Thread); local
75 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION,
93 Log *log = GetLog(LLDBLog::Thread); local
94 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION,
112 Log *log = GetLog(LLDBLog::Thread); local
113 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION,
131 Log *log = GetLog(LLDBLog::Thread); local
132 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION,
149 Log *log = GetLog(LLDBLog::Thread); local
150 LLDB_LOGF(log, "
165 Log *log = GetLog(LLDBLog::Thread); local
190 Log *log = GetLog(LLDBLog::Thread); local
[all...]
/freebsd-current/contrib/unbound/testdata/rpz_reload.tdir/
H A Drpz_reload.conf12 log-time-ascii: yes
24 rpz-log: yes
25 rpz-log-name: "example policy"
/freebsd-current/sys/contrib/libsodium/builds/msvc/build/
H A Dbuildbase.bat6 SET log=build_%version%.log
19 msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=Win32 %solution% >> %log%
22 msbuild /m /v:n /p:Configuration=DynRelease /p:Platform=Win32 %solution% >> %log%
25 msbuild /m /v:n /p:Configuration=LtcgDebug /p:Platform=Win32 %solution% >> %log%
28 msbuild /m /v:n /p:Configuration=LtcgRelease /p:Platform=Win32 %solution% >> %log%
31 msbuild /m /v:n /p:Configuration=StaticDebug /p:Platform=Win32 %solution% >> %log%
34 msbuild /m /v:n /p:Configuration=StaticRelease /p:Platform=Win32 %solution% >> %log%
41 msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=x64 %solution% >> %log%
44 msbuild /m /v:n /p:Configuration=DynRelease /p:Platform=x64 %solution% >> %log
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dfsck4.sh31 # https://people.freebsd.org/~pho/stress/log/kostik1128.txt
39 log=fsck4.sh.log
55 fsck_ffs -fy $diskimage > $log 2>&1
56 if grep -q "MARKED CLEAN" $log; then
62 cat $log
H A Dfsck7.sh36 log=/tmp/fsck7.sh.log
61 fsck -fy $md 2>&1 | tee $log
62 grep -q 'FILE SYSTEM IS CLEAN' $log && s=0 || s=1
64 rm -f $log /tmp/zapsb
H A Dsnap12.sh39 log=/tmp/snap12.log
67 fsck -t ufs -y /dev/md$mdstart > $log 2>&1 || s=5
68 egrep -v "IS CLEAN" $log | grep -q "[A-Z]" $log || { cat $log; s=6; }
70 rm -rf $log
H A Dgnop13.sh41 log=/tmp/gnop13.sh.log
103 fsck_ffs -fy /dev/md$mdstart > $log 2>&1; s=$?
104 grep -q CLEAN $log && grep -q "MODIFIED" $log && c=$((c+=1))
105 grep -Eq "FILE SYSTEM WAS MODIFIED" $log || break
110 grep -Eq "IS CLEAN|MARKED CLEAN" $log || { s=102; break; }
124 fsck_ffs -fy $f > $log 2>&1; s=$?
125 grep -q CLEAN $log && grep -q "MODIFIED" $log
[all...]
H A Dforce13.sh33 # https://people.freebsd.org/~pho/stress/log/log0376.txt
36 # https://people.freebsd.org/~pho/stress/log/log0377.txt
42 log=/tmp/force13.sh.log
94 fsck_ffs -fy /dev/md$mdstart > $log 2>&1; s=$?
95 grep -q CLEAN $log && grep -q "MODIFIED" $log && c=$((c+=1))
96 grep -Eq "FILE SYSTEM WAS MODIFIED" $log || break
101 grep -Eq "IS CLEAN|MARKED CLEAN" $log || { s=102; break; }
115 fsck_ffs -fy $f > $log
[all...]
H A Dthr3.sh42 log=/tmp/$0.$$
43 trap "rm -f $log" EXIT INT
45 echo " $r" > $log
58 done >> $log 2>&1
59 [ $n -gt 1 ] && cat $log
H A Dforce14.sh33 # https://people.freebsd.org/~pho/stress/log/log0422.txt
36 # https://people.freebsd.org/~pho/stress/log/log0423.txt
39 # https://people.freebsd.org/~pho/stress/log/log0424.txt
45 log=/tmp/force14.sh.log
94 fsck_ffs -fy /dev/md$mdstart > $log 2>&1; s=$?
95 grep 'INTERNAL ERROR: GOT TO reply' $log
99 fsck_ffs -fy /dev/md$mdstart > $log 2>&1; s=$?
100 grep 'INTERNAL ERROR: GOT TO reply' $log
101 grep -q CLEAN $log
[all...]
/freebsd-current/usr.sbin/mptutil/
H A Dmpt_evt.c94 CONFIG_PAGE_LOG_0 *log; local
105 log = mpt_get_events(fd, NULL);
106 if (log == NULL) {
108 warn("Failed to get event log info");
124 free(log);
133 entries = malloc(sizeof(MPI_LOG_0_ENTRY *) * log->NumLogEntries);
135 free(log);
140 for (i = 0; i < log->NumLogEntries; i++) {
141 if (log->LogEntry[i].LogEntryQualifier ==
144 entries[num_events] = &log
[all...]
/freebsd-current/sys/netinet/tcp_stacks/
H A Drack_pcm.c233 union tcp_log_stackspecific log; local
244 memset(&log.u_bbr, 0, sizeof(log.u_bbr));
245 log.u_bbr.timeStamp = tcp_tv_to_usectick(&tv);
246 log.u_bbr.inflight = ctf_flight_size(rack->rc_tp, rack->r_ctl.rc_sacked);
247 log.u_bbr.flex8 = 1;
248 log.u_bbr.flex1 = e->sseq;
249 log.u_bbr.flex2 = e->eseq;
253 log.u_bbr.flex3 = (uint32_t)(e->ack_time - prev_time);
255 log
[all...]
/freebsd-current/tests/sys/netpfil/pf/
H A Dridentifier.sh56 "pass in log" \
57 "pass in log proto tcp ridentifier 1234"
59 jexec alcatraz tcpdump --immediate-mode -n -e -i pflog0 > tcpdump.log &
70 grep 'rule 1/0.*ridentifier 1234' tcpdump.log
73 grep 'rule 0/0.*ridentifier' tcpdump.log
77 "pass in log" \
78 "antispoof log for ${epair}b ridentifier 4321"
80 jexec alcatraz tcpdump --immediate-mode -n -e -i pflog0 > tcpdump.log &
90 cat tcpdump.log
94 grep 'rule 2/0.*ridentifier 4321' tcpdump.log
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_003_pos.ksh94 typeset log
97 log=$(logname $node $acl_spec $ZFS_ACL_CUR_USER)
98 $log rwx_node $ZFS_ACL_CUR_USER $node $acl_spec
101 log=$(logname $node $acl_spec $g_usr)
102 $log rwx_node $g_usr $node $acl_spec
105 log=$(logname $node $acl_spec $o_usr)
106 $log rwx_node $o_usr $node $acl_spec
H A Dzfs_acl_chmod_rwx_004_pos.ksh56 function check_access #log user node access rflag
58 typeset log=$1
77 $log rwx_node $user $node $access
87 typeset log rlog rflag
89 # Get the expect log check
91 log=log_mustnot
95 log=log_must
102 check_access $log $ZFS_ACL_OTHER1 $node $access $rflag
107 check_access $log $ZFS_ACL_OTHER1 $node $access $rflag
108 check_access $log
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp35 Log *log(GetLog(
36 LLDBLog::Expressions)); // FIXME - a more appropriate log channel?
38 if (log) {
39 LLDB_LOGF(log,
72 Log *log(GetLog(
73 LLDBLog::Expressions)); // FIXME - a more appropriate log channel?
75 LLDB_LOGF(log,
81 LLDB_LOG(log, " AOEAS::CT Before:\n{1}", ClangUtil::DumpDecl(tag_decl));
83 LLDB_LOG(log, " AOEAS::CT After:{1}", ClangUtil::DumpDecl(tag_decl));
88 Log *log(GetLo
[all...]

Completed in 234 milliseconds

1234567891011>>