Home
last modified time | relevance | path

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

12345

/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */ member
183 bool use_carry; in normal_rand() local
212 fctx->use_carry = false; in normal_rand()
228 use_carry = fctx->use_carry; in normal_rand()
234 if (use_carry) in normal_rand()
239 fctx->use_carry = false; in normal_rand()
255 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */ member
183 bool use_carry; in normal_rand() local
212 fctx->use_carry = false; in normal_rand()
228 use_carry = fctx->use_carry; in normal_rand()
234 if (use_carry) in normal_rand()
239 fctx->use_carry = false; in normal_rand()
255 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */ member
183 bool use_carry; in normal_rand() local
212 fctx->use_carry = false; in normal_rand()
228 use_carry = fctx->use_carry; in normal_rand()
234 if (use_carry) in normal_rand()
239 fctx->use_carry = false; in normal_rand()
255 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql10-server/postgresql-10.19/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */ member
183 bool use_carry; in normal_rand() local
212 fctx->use_carry = false; in normal_rand()
228 use_carry = fctx->use_carry; in normal_rand()
234 if (use_carry) in normal_rand()
239 fctx->use_carry = false; in normal_rand()
255 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */ member
183 bool use_carry; in normal_rand() local
212 fctx->use_carry = false; in normal_rand()
228 use_carry = fctx->use_carry; in normal_rand()
234 if (use_carry) in normal_rand()
239 fctx->use_carry = false; in normal_rand()
255 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql10-client/postgresql-10.19/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */ member
183 bool use_carry; in normal_rand() local
212 fctx->use_carry = false; in normal_rand()
228 use_carry = fctx->use_carry; in normal_rand()
234 if (use_carry) in normal_rand()
239 fctx->use_carry = false; in normal_rand()
255 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */ member
183 bool use_carry; in normal_rand() local
212 fctx->use_carry = false; in normal_rand()
228 use_carry = fctx->use_carry; in normal_rand()
234 if (use_carry) in normal_rand()
239 fctx->use_carry = false; in normal_rand()
255 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */ member
183 bool use_carry; in normal_rand() local
212 fctx->use_carry = false; in normal_rand()
228 use_carry = fctx->use_carry; in normal_rand()
234 if (use_carry) in normal_rand()
239 fctx->use_carry = false; in normal_rand()
255 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */ member
183 bool use_carry; in normal_rand() local
212 fctx->use_carry = false; in normal_rand()
228 use_carry = fctx->use_carry; in normal_rand()
234 if (use_carry) in normal_rand()
239 fctx->use_carry = false; in normal_rand()
255 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */ member
183 bool use_carry; in normal_rand() local
212 fctx->use_carry = false; in normal_rand()
228 use_carry = fctx->use_carry; in normal_rand()
234 if (use_carry) in normal_rand()
239 fctx->use_carry = false; in normal_rand()
255 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */ member
183 bool use_carry; in normal_rand() local
212 fctx->use_carry = false; in normal_rand()
228 use_carry = fctx->use_carry; in normal_rand()
234 if (use_carry) in normal_rand()
239 fctx->use_carry = false; in normal_rand()
255 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */ member
183 bool use_carry; in normal_rand() local
212 fctx->use_carry = false; in normal_rand()
228 use_carry = fctx->use_carry; in normal_rand()
234 if (use_carry) in normal_rand()
239 fctx->use_carry = false; in normal_rand()
255 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */ member
183 bool use_carry; in normal_rand() local
212 fctx->use_carry = false; in normal_rand()
228 use_carry = fctx->use_carry; in normal_rand()
234 if (use_carry) in normal_rand()
239 fctx->use_carry = false; in normal_rand()
255 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */
183 bool use_carry;
212 fctx->use_carry = false;
228 use_carry = fctx->use_carry;
234 if (use_carry)
239 fctx->use_carry = false;
255 fctx->use_carry = true;
/dports/databases/postgresql11-server/postgresql-11.14/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */ member
183 bool use_carry; in normal_rand() local
212 fctx->use_carry = false; in normal_rand()
228 use_carry = fctx->use_carry; in normal_rand()
234 if (use_carry) in normal_rand()
239 fctx->use_carry = false; in normal_rand()
255 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql11-client/postgresql-11.14/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */ member
183 bool use_carry; in normal_rand() local
212 fctx->use_carry = false; in normal_rand()
228 use_carry = fctx->use_carry; in normal_rand()
234 if (use_carry) in normal_rand()
239 fctx->use_carry = false; in normal_rand()
255 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql12-client/postgresql-12.9/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */ member
183 bool use_carry; in normal_rand() local
212 fctx->use_carry = false; in normal_rand()
228 use_carry = fctx->use_carry; in normal_rand()
234 if (use_carry) in normal_rand()
239 fctx->use_carry = false; in normal_rand()
255 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql11-pltcl/postgresql-11.14/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */ member
183 bool use_carry; in normal_rand() local
212 fctx->use_carry = false; in normal_rand()
228 use_carry = fctx->use_carry; in normal_rand()
234 if (use_carry) in normal_rand()
239 fctx->use_carry = false; in normal_rand()
255 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/tablefunc/
H A Dtablefunc.c90 bool use_carry; /* use second generated value */ member
181 bool use_carry; in normal_rand() local
217 fctx->use_carry = false; in normal_rand()
233 use_carry = fctx->use_carry; in normal_rand()
239 if (use_carry) in normal_rand()
244 fctx->use_carry = false; in normal_rand()
260 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql14-server/postgresql-14.1/contrib/tablefunc/
H A Dtablefunc.c90 bool use_carry; /* use second generated value */ member
181 bool use_carry; in normal_rand() local
217 fctx->use_carry = false; in normal_rand()
233 use_carry = fctx->use_carry; in normal_rand()
239 if (use_carry) in normal_rand()
244 fctx->use_carry = false; in normal_rand()
260 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql96-client/postgresql-9.6.24/contrib/tablefunc/
H A Dtablefunc.c92 bool use_carry; /* use second generated value */ member
183 bool use_carry; in normal_rand() local
212 fctx->use_carry = false; in normal_rand()
228 use_carry = fctx->use_carry; in normal_rand()
234 if (use_carry) in normal_rand()
239 fctx->use_carry = false; in normal_rand()
255 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/tablefunc/
H A Dtablefunc.c90 bool use_carry; /* use second generated value */ member
181 bool use_carry; in normal_rand() local
217 fctx->use_carry = false; in normal_rand()
233 use_carry = fctx->use_carry; in normal_rand()
239 if (use_carry) in normal_rand()
244 fctx->use_carry = false; in normal_rand()
260 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql14-plperl/postgresql-14.1/contrib/tablefunc/
H A Dtablefunc.c90 bool use_carry; /* use second generated value */ member
181 bool use_carry; in normal_rand() local
217 fctx->use_carry = false; in normal_rand()
233 use_carry = fctx->use_carry; in normal_rand()
239 if (use_carry) in normal_rand()
244 fctx->use_carry = false; in normal_rand()
260 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql13-pltcl/postgresql-13.5/contrib/tablefunc/
H A Dtablefunc.c91 bool use_carry; /* use second generated value */ member
182 bool use_carry; in normal_rand() local
211 fctx->use_carry = false; in normal_rand()
227 use_carry = fctx->use_carry; in normal_rand()
233 if (use_carry) in normal_rand()
238 fctx->use_carry = false; in normal_rand()
254 fctx->use_carry = true; in normal_rand()
/dports/databases/postgresql13-server/postgresql-13.5/contrib/tablefunc/
H A Dtablefunc.c91 bool use_carry; /* use second generated value */
182 bool use_carry;
211 fctx->use_carry = false;
227 use_carry = fctx->use_carry;
233 if (use_carry)
238 fctx->use_carry = false;
254 fctx->use_carry = true;

12345