Home
last modified time | relevance | path

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

12345

/dports/www/moodle310/moodle/report/participation/
H A Dlocallib.php59 * @param int $minlog Time of first log record available.
62 function report_participation_get_time_options($minlog) { argument
68 if (strtotime('-'.$i.' days',$now) >= $minlog) {
74 if (strtotime('-'.$i.' weeks',$now) >= $minlog) {
80 if (strtotime('-'.$i.' months',$now) >= $minlog) {
85 if (strtotime('-1 year',$now) >= $minlog) {
180 * @param int $minlog Time of first record present in log store.
185 function report_participation_print_filter_form($course, $timefrom, $minlog, $action, $roleid, $ins… argument
188 $timeoptions = report_participation_get_time_options($minlog);
/dports/www/moodle311/moodle/report/participation/
H A Dlocallib.php59 * @param int $minlog Time of first log record available.
62 function report_participation_get_time_options($minlog) { argument
68 if (strtotime('-'.$i.' days',$now) >= $minlog) {
74 if (strtotime('-'.$i.' weeks',$now) >= $minlog) {
80 if (strtotime('-'.$i.' months',$now) >= $minlog) {
85 if (strtotime('-1 year',$now) >= $minlog) {
180 * @param int $minlog Time of first record present in log store.
185 function report_participation_print_filter_form($course, $timefrom, $minlog, $action, $roleid, $ins… argument
188 $timeoptions = report_participation_get_time_options($minlog);
/dports/www/moodle39/moodle/report/participation/
H A Dlocallib.php59 * @param int $minlog Time of first log record available.
62 function report_participation_get_time_options($minlog) { argument
68 if (strtotime('-'.$i.' days',$now) >= $minlog) {
74 if (strtotime('-'.$i.' weeks',$now) >= $minlog) {
80 if (strtotime('-'.$i.' months',$now) >= $minlog) {
85 if (strtotime('-1 year',$now) >= $minlog) {
180 * @param int $minlog Time of first record present in log store.
185 function report_participation_print_filter_form($course, $timefrom, $minlog, $action, $roleid, $ins… argument
188 $timeoptions = report_participation_get_time_options($minlog);
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/layer/
H A DLogColourScale.cpp44 double minlog, in paintVertical() argument
51 double val = minlog; in paintVertical()
68 double val = ((boxh - y) * (maxlog - minlog)) / boxh + minlog; in paintVertical()
85 y = boxy + int(boxh - ((val - minlog) * boxh) / (maxlog - minlog)); in paintVertical()
H A DLogNumericalScale.cpp44 double minlog, in paintVertical() argument
48 auto ticks = ScaleTickIntervals::logarithmicAlready({ minlog, maxlog, n }); in paintVertical()
H A DLogNumericalScale.h32 QPainter &paint, int x0, double minlog, double maxlog);
/dports/databases/pgroonga/pgroonga-2.3.4/vendor/xxHash/tests/bench/
H A DbhDisplay.c52 static void bench_oneHash_largeInput(Bench_Entry hashDesc, int minlog, int maxlog) in bench_oneHash_largeInput() argument
55 for (int sizelog=minlog; sizelog<=maxlog; sizelog++) { in bench_oneHash_largeInput()
65 void bench_largeInput(Bench_Entry const* hashDescTable, int nbHashes, int minlog, int maxlog) in bench_largeInput() argument
68 assert(minlog >= 0); in bench_largeInput()
70 1U << minlog, minlog, in bench_largeInput()
73 bench_oneHash_largeInput(hashDescTable[i], minlog, maxlog); in bench_largeInput()
/dports/security/hashcat/hashcat-6.2.5/deps/git/xxHash/tests/bench/
H A DbhDisplay.c43 static void bench_oneHash_largeInput(Bench_Entry hashDesc, int minlog, int maxlog) in bench_oneHash_largeInput() argument
46 for (int sizelog=minlog; sizelog<=maxlog; sizelog++) { in bench_oneHash_largeInput()
56 void bench_largeInput(Bench_Entry const* hashDescTable, int nbHashes, int minlog, int maxlog) in bench_largeInput() argument
59 assert(minlog >= 0); in bench_largeInput()
61 1U << minlog, minlog, in bench_largeInput()
64 bench_oneHash_largeInput(hashDescTable[i], minlog, maxlog); in bench_largeInput()
/dports/security/hashcat/hashcat-6.2.5/deps/xxHash/tests/bench/
H A DbhDisplay.c43 static void bench_oneHash_largeInput(Bench_Entry hashDesc, int minlog, int maxlog) in bench_oneHash_largeInput() argument
46 for (int sizelog=minlog; sizelog<=maxlog; sizelog++) { in bench_oneHash_largeInput()
56 void bench_largeInput(Bench_Entry const* hashDescTable, int nbHashes, int minlog, int maxlog) in bench_largeInput() argument
59 assert(minlog >= 0); in bench_largeInput()
61 1U << minlog, minlog, in bench_largeInput()
64 bench_oneHash_largeInput(hashDescTable[i], minlog, maxlog); in bench_largeInput()
/dports/devel/xxhash/xxHash-0.8.0/tests/bench/
H A DbhDisplay.c43 static void bench_oneHash_largeInput(Bench_Entry hashDesc, int minlog, int maxlog) in bench_oneHash_largeInput() argument
46 for (int sizelog=minlog; sizelog<=maxlog; sizelog++) { in bench_oneHash_largeInput()
56 void bench_largeInput(Bench_Entry const* hashDescTable, int nbHashes, int minlog, int maxlog) in bench_largeInput() argument
59 assert(minlog >= 0); in bench_largeInput()
61 1U << minlog, minlog, in bench_largeInput()
64 bench_oneHash_largeInput(hashDescTable[i], minlog, maxlog); in bench_largeInput()
/dports/devel/blitz/blitz-1.0.2/random/
H A Dbeta.h76 minlog = 0.085 * blitz::tiny(T()); in setParameters()
87 T infnty, minlog, expmax; variable
101 static T olda = minlog; in random()
102 static T oldb = minlog; in random()
113 BZPRECHECK((aa > minlog) && (bb > minlog), in random()
114 "Beta RNG: parameters must be >= " << minlog << endl in random()
174 if(alpha/(b+w) < minlog) goto S40; in random()
297 if(alpha/(b+w) < minlog) goto S120; in random()
/dports/math/randlib/source/randlib.f/src/
H A Dgenbet.f47 REAL minlog
48 PARAMETER (minlog=1.0E-37)
77 IF (.NOT. (aa.LT.minlog.OR.bb.LT.minlog)) GO TO 10
78 WRITE (*,*) ' AA or BB < ',minlog,' in GENBET - Abort!'
135 IF (alpha/(b+w).LT.minlog) GO TO 40
236 190 IF (alpha/(b+w).LT.minlog) GO TO 120
/dports/math/octave/octave-6.4.0/liboctave/external/ranlib/
H A Dgenbet.f47 REAL minlog local
48 PARAMETER (minlog=1.0E-37)
77 IF (.NOT. (aa.LT.minlog.OR.bb.LT.minlog)) GO TO 10
78 WRITE (*,*) ' AA or BB < ',minlog,' in GENBET - Abort!'
135 IF (alpha/(b+w).LT.minlog) GO TO 40
236 190 IF (alpha/(b+w).LT.minlog) GO TO 120
/dports/science/dynare/dynare-4.6.4/contrib/dmm/randlib/
H A Dgenbet.f47 DOUBLE PRECISION minlog
48 PARAMETER (minlog=1.0D-37)
77 IF (.NOT. (aa.LT.minlog.OR.bb.LT.minlog)) GO TO 10
78 WRITE (*,*) ' AA or BB < ',minlog,' in GENBET - Abort!'
135 IF (alpha/(b+w).LT.minlog) GO TO 40
236 190 IF (alpha/(b+w).LT.minlog) GO TO 120
/dports/math/randlib/RANDLIB90/source/randlib90/source/
H A Drandom_beta_mod.f9042 minlog = 1.0E-37 local
64 IF (a<minlog .OR. b<minlog) THEN
65 WRITE (*,*) ' A or B < ', minlog, ' in GENBET - Abort!'
127 IF (alpha/(b_local+w)<minlog) GO TO 10
241 IF (alpha/(b_local+w)<minlog) GO TO 50
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/base/
H A DRangeMapper.cpp121 double &minlog, double &ratio) in convertMinMax() argument
125 minlog = log10(minval); in convertMinMax()
126 ratio = (maxpos - minpos) / (log10(maxval) - minlog); in convertMinMax()
130 LogRangeMapper::convertRatioMinLog(double ratio, double minlog, in convertRatioMinLog() argument
134 minval = pow(10, minlog); in convertRatioMinLog()
135 maxval = pow(10, (maxpos - minpos) / ratio + minlog); in convertRatioMinLog()
H A DRangeMapper.h126 static void convertRatioMinLog(double ratio, double minlog,
132 double &minlog, double &ratio);
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/
H A DLoggingUtils.java131 case DEBUG: com.esotericsoftware.minlog.Log.DEBUG(); break; in setMinLogLoggingLevel()
132 case INFO: com.esotericsoftware.minlog.Log.INFO(); break; in setMinLogLoggingLevel()
133 case WARNING: com.esotericsoftware.minlog.Log.WARN(); break; in setMinLogLoggingLevel()
134 case ERROR: com.esotericsoftware.minlog.Log.ERROR(); break; in setMinLogLoggingLevel()
/dports/devel/spark/m2/com/esotericsoftware/minlog/1.3.0/
H A D_remote.repositories3 minlog-1.3.0.jar>central=
4 minlog-1.3.0.pom>central=
/dports/www/moodle310/moodle/report/outline/
H A Dindex.php106 $minlog = $DB->get_field_sql('SELECT min(time) FROM {log}'); variable
112 if (empty($minlog) || ($minloginternalreader <= $minlog)) {
113 $minlog = $minloginternalreader; variable
119 echo $OUTPUT->container(get_string('computedfromlogs', 'admin', userdate($minlog)), 'loginfo');
/dports/www/moodle311/moodle/report/outline/
H A Dindex.php115 $minlog = $DB->get_field_sql('SELECT min(time) FROM {log}'); variable
121 if (empty($minlog) || ($minloginternalreader <= $minlog)) {
122 $minlog = $minloginternalreader; variable
128 echo $OUTPUT->container(get_string('computedfromlogs', 'admin', userdate($minlog)), 'loginfo');
/dports/www/moodle39/moodle/report/outline/
H A Dindex.php106 $minlog = $DB->get_field_sql('SELECT min(time) FROM {log}'); variable
112 if (empty($minlog) || ($minloginternalreader <= $minlog)) {
113 $minlog = $minloginternalreader; variable
119 echo $OUTPUT->container(get_string('computedfromlogs', 'admin', userdate($minlog)), 'loginfo');
/dports/math/scilab/scilab-6.1.1/scilab/modules/randlib/src/c/
H A Dgenbet.c39 #define minlog 1.0E-37 in C2F() macro
139 if (alpha / (b + w) < minlog) in C2F()
301 if (alpha / (b + w) < minlog) in C2F()
326 #undef minlog in C2F()
/dports/devel/xsimd/xsimd-7.6.0/include/xsimd/math/
H A Dxsimd_exp_reduction.hpp48 static constexpr B minlog() noexcept in minlog() function
50 return xsimd::minlog<B>(); in minlog()
62 static constexpr B minlog() noexcept in minlog() function
76 static constexpr B minlog() noexcept in minlog() function
/dports/databases/db5/db-5.3.28/examples/java/src/db/repquote/
H A DRepQuoteExample.java639 int minlog; in run() local
662 minlog = logFileList.length - logs_to_keep; in run()
663 for (int i = 0; i < minlog; i++) { in run()

12345