Home
last modified time | relevance | path

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

12345

/dports/finance/beancount/beancount-2.3.3/beancount/query/
H A Dquery_render.py189 self.has_negative = False
198 self.has_negative = True
201 self.max_width = (1 if self.has_negative else 0) + self.max_digits
202 self.fmt = '{{:{}{}d}}'.format(' ' if self.has_negative else '',
223 self.has_negative = False
238 self.has_negative = True
246 digits_sign = 1 if self.has_negative else 0
249 self.format_number = '{: }'.format if self.has_negative else '{}'.format
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/fpoptimizer/
H A Dvaluerange.cc11 bool has_negative = !min.known || min.val < Value_t(); in set_abs() local
13 bool crosses_axis = has_negative && has_positive; in set_abs()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/isccfg/
H A Daclconf.c207 uint32_t *count, bool *has_negative) { in count_acl_elements() argument
214 if (has_negative != NULL) { in count_acl_elements()
215 *has_negative = false; in count_acl_elements()
227 if (has_negative != NULL) { in count_acl_elements()
228 *has_negative = true; in count_acl_elements()
/dports/dns/bind916/bind-9.16.27/lib/isccfg/
H A Daclconf.c209 uint32_t *count, bool *has_negative) { in count_acl_elements() argument
216 if (has_negative != NULL) { in count_acl_elements()
217 *has_negative = false; in count_acl_elements()
229 if (has_negative != NULL) { in count_acl_elements()
230 *has_negative = true; in count_acl_elements()
/dports/dns/bind-tools/bind-9.16.27/lib/isccfg/
H A Daclconf.c209 uint32_t *count, bool *has_negative) { in count_acl_elements() argument
216 if (has_negative != NULL) { in count_acl_elements()
217 *has_negative = false; in count_acl_elements()
229 if (has_negative != NULL) { in count_acl_elements()
230 *has_negative = true; in count_acl_elements()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isccfg/
H A Daclconf.c207 uint32_t *count, bool *has_negative) { in count_acl_elements() argument
214 if (has_negative != NULL) { in count_acl_elements()
215 *has_negative = false; in count_acl_elements()
227 if (has_negative != NULL) { in count_acl_elements()
228 *has_negative = true; in count_acl_elements()
/dports/databases/postgresql10-docs/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c798 bool has_negative = year < 0 || mon < 0 || in EncodeInterval() local
808 bool sql_standard_value = !(has_negative && has_positive) && in EncodeInterval()
815 if (has_negative && sql_standard_value) in EncodeInterval()
827 if (!has_negative && !has_positive) in EncodeInterval()
/dports/databases/postgresql11-client/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c786 bool has_negative = year < 0 || mon < 0 || in EncodeInterval() local
796 bool sql_standard_value = !(has_negative && has_positive) && in EncodeInterval()
803 if (has_negative && sql_standard_value) in EncodeInterval()
815 if (!has_negative && !has_positive) in EncodeInterval()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c798 bool has_negative = year < 0 || mon < 0 || in EncodeInterval() local
808 bool sql_standard_value = !(has_negative && has_positive) && in EncodeInterval()
815 if (has_negative && sql_standard_value) in EncodeInterval()
827 if (!has_negative && !has_positive) in EncodeInterval()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c798 bool has_negative = year < 0 || mon < 0 || in EncodeInterval() local
808 bool sql_standard_value = !(has_negative && has_positive) && in EncodeInterval()
815 if (has_negative && sql_standard_value) in EncodeInterval()
827 if (!has_negative && !has_positive) in EncodeInterval()
/dports/databases/postgresql10-client/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c798 bool has_negative = year < 0 || mon < 0 || in EncodeInterval() local
808 bool sql_standard_value = !(has_negative && has_positive) && in EncodeInterval()
815 if (has_negative && sql_standard_value) in EncodeInterval()
827 if (!has_negative && !has_positive) in EncodeInterval()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c798 bool has_negative = year < 0 || mon < 0 || in EncodeInterval() local
808 bool sql_standard_value = !(has_negative && has_positive) && in EncodeInterval()
815 if (has_negative && sql_standard_value) in EncodeInterval()
827 if (!has_negative && !has_positive) in EncodeInterval()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c798 bool has_negative = year < 0 || mon < 0 || in EncodeInterval() local
808 bool sql_standard_value = !(has_negative && has_positive) && in EncodeInterval()
815 if (has_negative && sql_standard_value) in EncodeInterval()
827 if (!has_negative && !has_positive) in EncodeInterval()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c786 bool has_negative = year < 0 || mon < 0 || in EncodeInterval() local
796 bool sql_standard_value = !(has_negative && has_positive) && in EncodeInterval()
803 if (has_negative && sql_standard_value) in EncodeInterval()
815 if (!has_negative && !has_positive) in EncodeInterval()
/dports/databases/postgresql11-docs/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c786 bool has_negative = year < 0 || mon < 0 || in EncodeInterval() local
796 bool sql_standard_value = !(has_negative && has_positive) && in EncodeInterval()
803 if (has_negative && sql_standard_value) in EncodeInterval()
815 if (!has_negative && !has_positive) in EncodeInterval()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c786 bool has_negative = year < 0 || mon < 0 || in EncodeInterval() local
796 bool sql_standard_value = !(has_negative && has_positive) && in EncodeInterval()
803 if (has_negative && sql_standard_value) in EncodeInterval()
815 if (!has_negative && !has_positive) in EncodeInterval()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c786 bool has_negative = year < 0 || mon < 0 || in EncodeInterval() local
796 bool sql_standard_value = !(has_negative && has_positive) && in EncodeInterval()
803 if (has_negative && sql_standard_value) in EncodeInterval()
815 if (!has_negative && !has_positive) in EncodeInterval()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c786 bool has_negative = year < 0 || mon < 0 || in EncodeInterval() local
796 bool sql_standard_value = !(has_negative && has_positive) && in EncodeInterval()
803 if (has_negative && sql_standard_value) in EncodeInterval()
815 if (!has_negative && !has_positive) in EncodeInterval()
/dports/databases/postgresql11-server/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c786 bool has_negative = year < 0 || mon < 0 ||
796 bool sql_standard_value = !(has_negative && has_positive) &&
803 if (has_negative && sql_standard_value)
815 if (!has_negative && !has_positive)
/dports/databases/postgresql10-server/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c798 bool has_negative = year < 0 || mon < 0 || in EncodeInterval() local
808 bool sql_standard_value = !(has_negative && has_positive) && in EncodeInterval()
815 if (has_negative && sql_standard_value) in EncodeInterval()
827 if (!has_negative && !has_positive) in EncodeInterval()
/dports/databases/postgresql12-client/postgresql-12.9/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c786 bool has_negative = year < 0 || mon < 0 || in EncodeInterval() local
796 bool sql_standard_value = !(has_negative && has_positive) && in EncodeInterval()
803 if (has_negative && sql_standard_value) in EncodeInterval()
815 if (!has_negative && !has_positive) in EncodeInterval()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c786 bool has_negative = year < 0 || mon < 0 || in EncodeInterval() local
796 bool sql_standard_value = !(has_negative && has_positive) && in EncodeInterval()
803 if (has_negative && sql_standard_value) in EncodeInterval()
815 if (!has_negative && !has_positive) in EncodeInterval()
/dports/databases/postgresql14-server/postgresql-14.1/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c786 bool has_negative = year < 0 || mon < 0 || in EncodeInterval() local
796 bool sql_standard_value = !(has_negative && has_positive) && in EncodeInterval()
803 if (has_negative && sql_standard_value) in EncodeInterval()
815 if (!has_negative && !has_positive) in EncodeInterval()
/dports/databases/postgresql14-docs/postgresql-14.1/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c786 bool has_negative = year < 0 || mon < 0 || in EncodeInterval() local
796 bool sql_standard_value = !(has_negative && has_positive) && in EncodeInterval()
803 if (has_negative && sql_standard_value) in EncodeInterval()
815 if (!has_negative && !has_positive) in EncodeInterval()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/interfaces/ecpg/pgtypeslib/
H A Dinterval.c786 bool has_negative = year < 0 || mon < 0 || in EncodeInterval() local
796 bool sql_standard_value = !(has_negative && has_positive) && in EncodeInterval()
803 if (has_negative && sql_standard_value) in EncodeInterval()
815 if (!has_negative && !has_positive) in EncodeInterval()

12345