Home
last modified time | relevance | path

Searched refs:n_log (Results 1 – 25 of 25) sorted by relevance

/dports/science/latte/LATTE-1.2.2/tests/
H A Dtimer_cpu_time.f90101 n = 2**( n_log )
113 delta(n_log,rep_num+1) = minval ( delta(n_log,1:rep_num) )
114 delta(n_log,rep_num+2) = sum ( delta(n_log,1:rep_num) ) &
116 delta(n_log,rep_num+3) = maxval ( delta(n_log,1:rep_num) )
127 n = 2**( n_log )
189 n = 2**( n_log )
220 n = 2**( n_log )
287 n = 2**( n_log )
326 n = 2**( n_log )
396 n = 2**( n_log )
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/int/extensional/
H A Ddfa.hpp70 int n_log; member in Gecode::DFA::DFAI
100 n_log = 1; in fill()
101 while (n_symbols >= static_cast<unsigned int>(1<<n_log)) in fill()
102 n_log++; in fill()
104 table = heap.alloc<HashEntry>(1<<n_log); in fill()
106 for (int i=(1<<n_log); i--; ) in fill()
108 int mask = (1 << n_log) - 1; in fill()
227 int mask = (1<<o->n_log)-1; in Transitions()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dfile_logger.c112 static char *logname(LOGGER_HANDLE *log, char *buf, unsigned int n_log) in logname() argument
114 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log); in logname()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dfile_logger.c111 static char *logname(LOGGER_HANDLE *log, char *buf, unsigned int n_log)
113 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log);
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dfile_logger.c111 static char *logname(LOGGER_HANDLE *log, char *buf, unsigned int n_log) in logname() argument
113 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log); in logname()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dfile_logger.c111 static char *logname(LOGGER_HANDLE *log, char *buf, unsigned int n_log) in logname() argument
113 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log); in logname()
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dfile_logger.c111 static char *logname(LOGGER_HANDLE *log, char *buf, unsigned int n_log) in logname() argument
113 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log); in logname()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dfile_logger.c112 static char *logname(LOGGER_HANDLE *log, char *buf, unsigned int n_log) in logname() argument
114 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log); in logname()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/
H A Dmesh.c139 int n_log; member
178 int n_log; member
230 if (tp->n_log < N_DBG_LOG) in dlog()
231 ++tp->n_log; in dlog()
234 if (ms->n_log < N_DBG_SLOG) in dlog()
235 ++ms->n_log; in dlog()
244 if (tp->n_log == 0) in dumplog()
249 tp->n_log = 0; in dumplog()
269 if (ms->n_log == 0) in dumpslog()
274 ms->n_log = 0; in dumpslog()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/
H A Dmesh.c139 int n_log; member
178 int n_log; member
230 if (tp->n_log < N_DBG_LOG) in dlog()
231 ++tp->n_log; in dlog()
234 if (ms->n_log < N_DBG_SLOG) in dlog()
235 ++ms->n_log; in dlog()
244 if (tp->n_log == 0) in dumplog()
249 tp->n_log = 0; in dumplog()
269 if (ms->n_log == 0) in dumpslog()
274 ms->n_log = 0; in dumpslog()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/
H A Dmesh.c139 int n_log; member
178 int n_log; member
230 if (tp->n_log < N_DBG_LOG) in dlog()
231 ++tp->n_log; in dlog()
234 if (ms->n_log < N_DBG_SLOG) in dlog()
235 ++ms->n_log; in dlog()
244 if (tp->n_log == 0) in dumplog()
249 tp->n_log = 0; in dumplog()
269 if (ms->n_log == 0) in dumpslog()
274 ms->n_log = 0; in dumpslog()
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/simplCore/
H A DCoreMonad.hs261 n_log :: !Int, -- N function
280 n_log = 0, log1 = [], log2 = []} function
295 sc@(SimplCount { ticks = tks, details = dts, n_log = nl, log1 = l1 })
296 | nl >= historySize dflags = sc1 { n_log = 1, log1 = [tick], log2 = l1 }
297 | otherwise = sc1 { n_log = nl+1, log1 = tick : l1 }
/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DCoreMonad.hs261 n_log :: !Int, -- N function
280 n_log = 0, log1 = [], log2 = []} function
295 sc@(SimplCount { ticks = tks, details = dts, n_log = nl, log1 = l1 })
296 | nl >= historySize dflags = sc1 { n_log = 1, log1 = [tick], log2 = l1 }
297 | otherwise = sc1 { n_log = nl+1, log1 = tick : l1 }
/dports/databases/percona56-server/percona-server-5.6.51-91.0/plugin/audit_log/
H A Dfile_logger.c211 static char *logname(LOGGER_HANDLE *log, char *buf, unsigned int n_log) in logname() argument
213 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log); in logname()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/plugin/audit_log/
H A Dfile_logger.c211 static char *logname(LOGGER_HANDLE *log, char *buf, unsigned int n_log) in logname() argument
213 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log); in logname()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/plugin/audit_log/
H A Dfile_logger.c211 static char *logname(LOGGER_HANDLE *log, char *buf, unsigned int n_log) in logname() argument
213 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log); in logname()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/plugin/audit_log/
H A Dfile_logger.c211 static char *logname(LOGGER_HANDLE *log, char *buf, unsigned int n_log) in logname() argument
213 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log); in logname()
/dports/databases/percona57-server/percona-server-5.7.36-39/plugin/audit_log/
H A Dfile_logger.c213 unsigned int n_log) in logname() argument
216 n_log); in logname()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/plugin/audit_log/
H A Dfile_logger.c213 unsigned int n_log) in logname() argument
216 n_log); in logname()
/dports/databases/percona57-client/percona-server-5.7.36-39/plugin/audit_log/
H A Dfile_logger.c213 unsigned int n_log) in logname() argument
216 n_log); in logname()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/plugin/audit_log/
H A Dfile_logger.c213 unsigned int n_log) in logname() argument
216 n_log); in logname()
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/Opt/
H A DMonad.hs263 n_log :: !Int, -- N function
282 n_log = 0, log1 = [], log2 = []} function
297 sc@(SimplCount { ticks = tks, details = dts, n_log = nl, log1 = l1 })
298 | nl >= historySize dflags = sc1 { n_log = 1, log1 = [tick], log2 = l1 }
299 | otherwise = sc1 { n_log = nl+1, log1 = tick : l1 }
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/Opt/
H A DMonad.hs283 n_log :: !Int, -- N function
302 n_log = 0, log1 = [], log2 = []} function
317 sc@(SimplCount { ticks = tks, details = dts, n_log = nl, log1 = l1 })
318 | nl >= historySize dflags = sc1 { n_log = 1, log1 = [tick], log2 = l1 }
319 | otherwise = sc1 { n_log = nl+1, log1 = tick : l1 }
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/third_party/
H A Dautopep8.py3078 n_log, n = start_log + t[0], t[1][0]
3082 source = local_fix(source, start_log, n_log,
3085 start_log = n_log if n == end else n_log + 1
3104 n_log = start_lines.index(n)
3105 source = local_fix(source, start_log, n_log - 1,
3108 start_log = n_log + 1
/dports/math/gnumeric/gnumeric-1.12.50/po-functions/
H A Des.po9697 msgstr "wiki:es:Distribución_log-normal"