Home
last modified time | relevance | path

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

12

/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/cache/
H A Dcache_range.c105 ssize_t low, high, has_low, has_high, t; in vrg_dorange() local
113 has_low = low = 0; in vrg_dorange()
115 has_low = 1; in vrg_dorange()
140 if (has_high + has_low == 0) in vrg_dorange()
143 if (!has_low) { in vrg_dorange()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/lang/generator/
H A Dstatement_visgen.hpp62 if (x.truncation_.has_low() && x.truncation_.has_high()) { in generate_truncation()
86 } else if (!x.truncation_.has_low() && x.truncation_.has_high()) { in generate_truncation()
99 } else if (x.truncation_.has_low() && !x.truncation_.has_high()) { in generate_truncation()
115 if (x.is_discrete() && x.truncation_.has_low()) { in generate_truncation()
226 if (x.truncation_.has_low()) { in operator ()()
237 if (x.truncation_.has_low()) o_ << "else "; in operator ()()
246 if (x.truncation_.has_low() || x.truncation_.has_high()) in operator ()()
H A Dwrite_constraints_fn.hpp36 if (btype.bounds().has_low() && btype.bounds().has_high()) { in write_constraints_fn()
41 } else if (btype.bounds().has_low()) { in write_constraints_fn()
H A Dgenerate_validate_var_decl.hpp37 if (bounds.has_low()) { in generate_validate_var_decl()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/lang/ast/fun/
H A Dwrite_block_var_type_def.hpp21 if (bounds.has_low()) in write_block_var_type()
23 if (bounds.has_low() && bounds.has_high()) in write_block_var_type()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/lang/ast/node/
H A Drange.hpp43 bool has_low() const;
H A Drange_def.hpp14 bool range::has_low() const { in has_low() function in stan::lang::range
H A Dsample_def.hpp17 || (truncation_.has_low() in is_ill_formed()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/lang/ast/type/
H A Ddouble_block_type_def.hpp11 if (bounds.has_low() || bounds.has_high()) in double_block_type()
H A Dvector_block_type_def.hpp12 if (bounds.has_low() || bounds.has_high()) in vector_block_type()
H A Drow_vector_block_type_def.hpp12 if (bounds.has_low() || bounds.has_high()) in row_vector_block_type()
H A Dmatrix_block_type_def.hpp12 if (bounds.has_low() || bounds.has_high()) in matrix_block_type()
H A Dblock_var_type_def.hpp118 if (this->bounds().has_low() || this->bounds().has_high()) in has_def_bounds()
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/ttconv/
H A Dpprdrv_tt.cpp1242 bool has_low = false; in read_font() local
1251 if (has_low) break; in read_font()
1255 has_low = true; in read_font()
1260 if (has_high && has_low) in read_font()
1264 else if (has_high && !has_low) in read_font()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/ttconv/
H A Dpprdrv_tt.cpp1233 bool has_low = false; in read_font() local
1242 if (has_low) break; in read_font()
1246 has_low = true; in read_font()
1251 if (has_high && has_low) in read_font()
1255 else if (has_high && !has_low) in read_font()
/dports/misc/visp/visp-3.4.0/modules/core/src/tools/optimization/
H A DvpLinProg.cpp376 const bool has_low = find_if(l.begin(), l.end(), cmp) != l.end(); in solveLP() local
379 if (has_low == has_up) { in solveLP()
381 if (has_low) in solveLP()
/dports/audio/mixxx/mixxx-2.3.0/src/waveform/
H A Dwaveform.cpp146 !waveform.signal_filtered().has_low() || in readByteArray()
/dports/lang/v/v-0.1.29/vlib/v/ast/
H A Dstr.v225 if it.has_low {s = '$it.low ' + s}
H A Dast.v769 has_low bool
/dports/lang/v/v-0.1.29/vlib/v/parser/
H A Dif.v227 has_low: true
H A Dparser.v1061 mut has_low := true
1063 has_low = false
1098 has_low: has_low
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/lang/grammars/
H A Dsemantic_actions_def.cpp1055 if (s.truncation_.has_low() || s.truncation_.has_high()) { in operator ()()
1078 if (s.truncation_.has_low() && in operator ()()
1103 if (s.truncation_.has_low() && !s.truncation_.has_high()) { in operator ()()
1122 if (!s.truncation_.has_low() && s.truncation_.has_high()) { in operator ()()
1142 if (s.truncation_.has_low() && s.truncation_.has_high()) { in operator ()()
/dports/lang/perl5.30/perl-5.30.3/regen/
H A Dregcharclass.pl411 $self->{has_low} ||= $low && @$low;
/dports/lang/perl5.32/perl-5.32.1/regen/
H A Dregcharclass.pl411 $self->{has_low} ||= $low && @$low;
/dports/lang/perl5.34/perl-5.34.0/regen/
H A Dregcharclass.pl473 $self->{has_low} ||= $low && @$low;

12