Home
last modified time | relevance | path

Searched refs:has_high (Results 1 – 25 of 26) 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
127 has_high = high = 0; in vrg_dorange()
129 has_high = 1; in vrg_dorange()
140 if (has_high + has_low == 0) in vrg_dorange()
152 } else if (req->resp_len >= 0 && (high >= req->resp_len || !has_high)) in vrg_dorange()
154 else if (!has_high || req->resp_len < 0) in vrg_dorange()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/lang/ast/fun/
H A Dwrite_block_var_type_def.hpp23 if (bounds.has_low() && bounds.has_high()) in write_block_var_type()
25 if (bounds.has_high()) in write_block_var_type()
/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()
235 if (x.truncation_.has_high()) { in operator ()()
246 if (x.truncation_.has_low() || x.truncation_.has_high()) in operator ()()
H A Dgenerate_validate_var_decl.hpp48 if (bounds.has_high()) { in generate_validate_var_decl()
H A Dwrite_constraints_fn.hpp36 if (btype.bounds().has_low() && btype.bounds().has_high()) { in write_constraints_fn()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/lang/ast/node/
H A Drange.hpp50 bool has_high() const;
H A Drange_def.hpp18 bool range::has_high() const { in has_high() function in stan::lang::range
H A Dsample_def.hpp19 || (truncation_.has_high() 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.cpp1243 bool has_high = false; in read_font() local
1250 has_high = true; in read_font()
1256 if (has_high) break; 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.cpp1234 bool has_high = false; in read_font() local
1241 has_high = true; in read_font()
1247 if (has_high) break; in read_font()
1251 if (has_high && has_low) in read_font()
1255 else if (has_high && !has_low) in read_font()
/dports/audio/mixxx/mixxx-2.3.0/src/waveform/
H A Dwaveform.cpp148 !waveform.signal_filtered().has_high()) { in readByteArray()
/dports/lang/v/v-0.1.29/vlib/v/ast/
H A Dstr.v226 if it.has_high {s = s + ' $it.high'}
H A Dast.v768 has_high bool
/dports/lang/v/v-0.1.29/vlib/v/parser/
H A Dif.v228 has_high: true
H A Dparser.v1075 has_high: true
1080 mut has_high := false
1086 has_high = true
1097 has_high: has_high
/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 ()()
1089 if (s.truncation_.has_high() && 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.pl412 $self->{has_high} ||= !$low && !$latin1;
/dports/lang/perl5.32/perl-5.32.1/regen/
H A Dregcharclass.pl412 $self->{has_high} ||= !$low && !$latin1;
/dports/lang/perl5.34/perl-5.34.0/regen/
H A Dregcharclass.pl474 $self->{has_high} ||= !$low && !$latin1;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/regen/
H A Dregcharclass.pl488 $self->{has_high} ||= !$low && !$latin1;

12