Home
last modified time | relevance | path

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

1234567

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-sql.r/random.sql.d/
H A Dinput.sql19 function rand_max(n IN number) return number;
23 pragma restrict_references(rand_max, WNDS);
56 c := substr('abcdefghijklmnopqrstuvwxyz0123456789',rand_max(36),1);
78 function rand_max(n IN number) return number is function
81 end rand_max;
85 r := rand_max(n);
96 select random.rand_max(10) from dual;
97 select random.rand_max(10) from dual;
/dports/devel/geany-legacy/geany-1.37.1/tests/ctags/
H A Drandom.sql19 function rand_max(n IN number) return number;
23 pragma restrict_references(rand_max, WNDS);
56 c := substr('abcdefghijklmnopqrstuvwxyz0123456789',rand_max(36),1);
78 function rand_max(n IN number) return number is function
81 end rand_max;
85 r := rand_max(n);
96 select random.rand_max(10) from dual;
97 select random.rand_max(10) from dual;
/dports/devel/geany/geany-1.38/tests/ctags/
H A Drandom.sql19 function rand_max(n IN number) return number;
23 pragma restrict_references(rand_max, WNDS);
56 c := substr('abcdefghijklmnopqrstuvwxyz0123456789',rand_max(36),1);
78 function rand_max(n IN number) return number is function
81 end rand_max;
85 r := rand_max(n);
96 select random.rand_max(10) from dual;
97 select random.rand_max(10) from dual;
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevstc2.c144 long rand_max; in stc_fs() local
190 rand_max = 0; in stc_fs()
200 if(buf[i+3] > rand_max) rand_max = buf[i+3]; in stc_fs()
203 if (rand_max != 0) in stc_fs()
204 scale = (double) buf[1] / (double) rand_max; in stc_fs()
209 buf[i+3] = (long)(0.25000*scale*(buf[i+3]-rand_max/2)); in stc_fs()
212 buf[i+3] = (long)(0.28125*scale*(buf[i+3]-rand_max/2)); in stc_fs()
345 long rand_max; in stc_fscmyk() local
395 rand_max = 0; in stc_fscmyk()
405 if(buf[i+3] > rand_max) rand_max = buf[i+3]; in stc_fscmyk()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevstc2.c144 long rand_max; in stc_fs() local
190 rand_max = 0; in stc_fs()
200 if(buf[i+3] > rand_max) rand_max = buf[i+3]; in stc_fs()
203 if (rand_max != 0) in stc_fs()
204 scale = (double) buf[1] / (double) rand_max; in stc_fs()
209 buf[i+3] = (long)(0.25000*scale*(buf[i+3]-rand_max/2)); in stc_fs()
212 buf[i+3] = (long)(0.28125*scale*(buf[i+3]-rand_max/2)); in stc_fs()
345 long rand_max; in stc_fscmyk() local
395 rand_max = 0; in stc_fscmyk()
405 if(buf[i+3] > rand_max) rand_max = buf[i+3]; in stc_fscmyk()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/autotvm/tuner/
H A Dindex_based_tuner.py92 self.rand_max = self.range_length
98 if self.rand_max == 0:
102 index_ = np.random.randint(self.rand_max)
103 self.rand_max -= 1
111 self.rand_state[index_] = self.rand_state.get(self.rand_max, self.rand_max)
112 self.rand_state.pop(self.rand_max, None)
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevstc2.c149 long rand_max; in stc_fs() local
196 rand_max = 0; in stc_fs()
206 if(buf[i+3] > rand_max) rand_max = buf[i+3]; in stc_fs()
209 scale = (double) buf[1] / (double) rand_max; in stc_fs()
212 buf[i+3] = 0.25000*scale*(buf[i+3]-rand_max/2); in stc_fs()
215 buf[i+3] = 0.28125*scale*(buf[i+3]-rand_max/2); in stc_fs()
349 long rand_max; in stc_fscmyk() local
399 rand_max = 0; in stc_fscmyk()
409 if(buf[i+3] > rand_max) rand_max = buf[i+3]; in stc_fscmyk()
412 scale = (double) buf[1] / (double) rand_max; in stc_fscmyk()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevstc2.c144 long rand_max; in stc_fs() local
191 rand_max = 0; in stc_fs()
201 if(buf[i+3] > rand_max) rand_max = buf[i+3]; in stc_fs()
204 scale = (double) buf[1] / (double) rand_max; in stc_fs()
207 buf[i+3] = (long)(0.25000*scale*(buf[i+3]-rand_max/2)); in stc_fs()
210 buf[i+3] = (long)(0.28125*scale*(buf[i+3]-rand_max/2)); in stc_fs()
343 long rand_max; in stc_fscmyk() local
393 rand_max = 0; in stc_fscmyk()
403 if(buf[i+3] > rand_max) rand_max = buf[i+3]; in stc_fscmyk()
406 scale = (double) buf[1] / (double) rand_max; in stc_fscmyk()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevstc2.c144 long rand_max; in stc_fs() local
191 rand_max = 0; in stc_fs()
201 if(buf[i+3] > rand_max) rand_max = buf[i+3]; in stc_fs()
204 scale = (double) buf[1] / (double) rand_max; in stc_fs()
207 buf[i+3] = (long)(0.25000*scale*(buf[i+3]-rand_max/2)); in stc_fs()
210 buf[i+3] = (long)(0.28125*scale*(buf[i+3]-rand_max/2)); in stc_fs()
343 long rand_max; in stc_fscmyk() local
393 rand_max = 0; in stc_fscmyk()
403 if(buf[i+3] > rand_max) rand_max = buf[i+3]; in stc_fscmyk()
406 scale = (double) buf[1] / (double) rand_max; in stc_fscmyk()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevstc2.c144 long rand_max; in stc_fs() local
191 rand_max = 0; in stc_fs()
201 if(buf[i+3] > rand_max) rand_max = buf[i+3]; in stc_fs()
204 scale = (double) buf[1] / (double) rand_max; in stc_fs()
207 buf[i+3] = (long)(0.25000*scale*(buf[i+3]-rand_max/2)); in stc_fs()
210 buf[i+3] = (long)(0.28125*scale*(buf[i+3]-rand_max/2)); in stc_fs()
344 long rand_max; in stc_fscmyk() local
394 rand_max = 0; in stc_fscmyk()
404 if(buf[i+3] > rand_max) rand_max = buf[i+3]; in stc_fscmyk()
407 scale = (double) buf[1] / (double) rand_max; in stc_fscmyk()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevstc2.c144 long rand_max; in stc_fs() local
191 rand_max = 0; in stc_fs()
201 if(buf[i+3] > rand_max) rand_max = buf[i+3]; in stc_fs()
204 scale = (double) buf[1] / (double) rand_max; in stc_fs()
207 buf[i+3] = (long)(0.25000*scale*(buf[i+3]-rand_max/2)); in stc_fs()
210 buf[i+3] = (long)(0.28125*scale*(buf[i+3]-rand_max/2)); in stc_fs()
344 long rand_max; in stc_fscmyk() local
394 rand_max = 0; in stc_fscmyk()
404 if(buf[i+3] > rand_max) rand_max = buf[i+3]; in stc_fscmyk()
407 scale = (double) buf[1] / (double) rand_max; in stc_fscmyk()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevstc2.c149 long rand_max; in stc_fs() local
196 rand_max = 0; in stc_fs()
206 if(buf[i+3] > rand_max) rand_max = buf[i+3]; in stc_fs()
209 scale = (double) buf[1] / (double) rand_max; in stc_fs()
212 buf[i+3] = 0.25000*scale*(buf[i+3]-rand_max/2); in stc_fs()
215 buf[i+3] = 0.28125*scale*(buf[i+3]-rand_max/2); in stc_fs()
349 long rand_max; in stc_fscmyk() local
399 rand_max = 0; in stc_fscmyk()
409 if(buf[i+3] > rand_max) rand_max = buf[i+3]; in stc_fscmyk()
412 scale = (double) buf[1] / (double) rand_max; in stc_fscmyk()
[all …]
/dports/math/chaco/Chaco-2.2/code/util/
H A Dmachine_params.c18 void machine_params(double_epsilon, double_max, rand_max) in machine_params() argument
21 int *rand_max; /* returns largest value returnable from rand() */
93 *rand_max = rmax;
95 *rand_max = RAND_MAX;
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/include/
H A Drand.inc10 # [--let $rand_max= MAX_VALUE]
20 # [$rand_min, $rand_max).
23 # range [$rand_min, $rand_max).
28 # $rand_min, $rand_max
92 if ($rand_max)
94 --let $_rand_max= $rand_max
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/include/
H A Drand.inc10 # [--let $rand_max= MAX_VALUE]
20 # [$rand_min, $rand_max).
23 # range [$rand_min, $rand_max).
28 # $rand_min, $rand_max
92 if ($rand_max)
94 --let $_rand_max= $rand_max
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/include/
H A Drand.inc10 # [--let $rand_max= MAX_VALUE]
20 # [$rand_min, $rand_max).
23 # range [$rand_min, $rand_max).
28 # $rand_min, $rand_max
92 if ($rand_max)
94 --let $_rand_max= $rand_max
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/include/
H A Drand.inc10 # [--let $rand_max= MAX_VALUE]
20 # [$rand_min, $rand_max).
23 # range [$rand_min, $rand_max).
28 # $rand_min, $rand_max
92 if ($rand_max)
94 --let $_rand_max= $rand_max
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/include/
H A Drand.inc10 # [--let $rand_max= MAX_VALUE]
20 # [$rand_min, $rand_max).
23 # range [$rand_min, $rand_max).
28 # $rand_min, $rand_max
92 if ($rand_max)
94 --let $_rand_max= $rand_max
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/include/
H A Drand.inc10 # [--let $rand_max= MAX_VALUE]
20 # [$rand_min, $rand_max).
23 # range [$rand_min, $rand_max).
28 # $rand_min, $rand_max
92 if ($rand_max)
94 --let $_rand_max= $rand_max
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/include/
H A Drand.inc10 # [--let $rand_max= MAX_VALUE]
20 # [$rand_min, $rand_max).
23 # range [$rand_min, $rand_max).
28 # $rand_min, $rand_max
92 if ($rand_max)
94 --let $_rand_max= $rand_max
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/include/
H A Drand.inc10 # [--let $rand_max= MAX_VALUE]
20 # [$rand_min, $rand_max).
23 # range [$rand_min, $rand_max).
28 # $rand_min, $rand_max
92 if ($rand_max)
94 --let $_rand_max= $rand_max
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/include/
H A Drand.inc10 # [--let $rand_max= MAX_VALUE]
20 # [$rand_min, $rand_max).
23 # range [$rand_min, $rand_max).
28 # $rand_min, $rand_max
92 if ($rand_max)
94 --let $_rand_max= $rand_max
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/include/
H A Drand.inc10 # [--let $rand_max= MAX_VALUE]
20 # [$rand_min, $rand_max).
23 # range [$rand_min, $rand_max).
28 # $rand_min, $rand_max
92 if ($rand_max)
94 --let $_rand_max= $rand_max
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/include/
H A Drand.inc10 # [--let $rand_max= MAX_VALUE]
20 # [$rand_min, $rand_max).
23 # range [$rand_min, $rand_max).
28 # $rand_min, $rand_max
92 if ($rand_max)
94 --let $_rand_max= $rand_max
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/include/
H A Drand.inc10 # [--let $rand_max= MAX_VALUE]
20 # [$rand_min, $rand_max).
23 # range [$rand_min, $rand_max).
31 # $rand_min, $rand_max
99 if ($rand_max)
101 --let $_rand_max= $rand_max

1234567