Home
last modified time | relevance | path

Searched defs:in_range (Results 1 – 25 of 1167) sorted by relevance

12345678910>>...47

/dports/devel/boost-docs/boost_1_72_0/boost/metaparse/v1/util/
H A Din_range.hpp29 struct in_range : struct
37 struct in_range<LowerBound, UpperBound, boost::mpl::na> struct
39 typedef in_range type;
42 struct apply : in_range<LowerBound, UpperBound, Item> {};
46 struct in_range<LowerBound, boost::mpl::na, boost::mpl::na> struct
48 typedef in_range type;
54 struct apply : in_range<LowerBound, UpperBound, Item> {};
58 struct in_range<boost::mpl::na, boost::mpl::na, boost::mpl::na> struct
60 typedef in_range type;
67 struct apply : in_range<LowerBound, UpperBound, Item> {};
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/metaparse/v1/util/
H A Din_range.hpp29 struct in_range : struct
37 struct in_range<LowerBound, UpperBound, boost::mpl::na> struct
39 typedef in_range type;
42 struct apply : in_range<LowerBound, UpperBound, Item> {};
46 struct in_range<LowerBound, boost::mpl::na, boost::mpl::na> struct
48 typedef in_range type;
54 struct apply : in_range<LowerBound, UpperBound, Item> {};
58 struct in_range<boost::mpl::na, boost::mpl::na, boost::mpl::na> struct
60 typedef in_range type;
67 struct apply : in_range<LowerBound, UpperBound, Item> {};
/dports/lang/gcc10/gcc-10.3.0/libquadmath/
H A Dconfigure31 fi
32
33
34 as_nl='
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 as_echo_n='print -rn --'
49 as_echo_n='printf %s'
56 as_echo_n_body='eval
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/metaparse/v1/util/
H A Din_range.hpp29 struct in_range : struct
37 struct in_range<LowerBound, UpperBound, boost::mpl::na> struct
39 typedef in_range type;
42 struct apply : in_range<LowerBound, UpperBound, Item> {};
46 struct in_range<LowerBound, boost::mpl::na, boost::mpl::na> struct
48 typedef in_range type;
54 struct apply : in_range<LowerBound, UpperBound, Item> {};
58 struct in_range<boost::mpl::na, boost::mpl::na, boost::mpl::na> struct
60 typedef in_range type;
67 struct apply : in_range<LowerBound, UpperBound, Item> {};
/dports/devel/boost-libs/boost_1_72_0/boost/metaparse/v1/util/
H A Din_range.hpp29 struct in_range : struct
37 struct in_range<LowerBound, UpperBound, boost::mpl::na> struct
39 typedef in_range type;
42 struct apply : in_range<LowerBound, UpperBound, Item> {};
46 struct in_range<LowerBound, boost::mpl::na, boost::mpl::na> struct
48 typedef in_range type;
54 struct apply : in_range<LowerBound, UpperBound, Item> {};
58 struct in_range<boost::mpl::na, boost::mpl::na, boost::mpl::na> struct
60 typedef in_range type;
67 struct apply : in_range<LowerBound, UpperBound, Item> {};
/dports/devel/boost-python-libs/boost_1_72_0/boost/metaparse/v1/util/
H A Din_range.hpp29 struct in_range : struct
37 struct in_range<LowerBound, UpperBound, boost::mpl::na> struct
39 typedef in_range type;
42 struct apply : in_range<LowerBound, UpperBound, Item> {};
46 struct in_range<LowerBound, boost::mpl::na, boost::mpl::na> struct
48 typedef in_range type;
54 struct apply : in_range<LowerBound, UpperBound, Item> {};
58 struct in_range<boost::mpl::na, boost::mpl::na, boost::mpl::na> struct
60 typedef in_range type;
67 struct apply : in_range<LowerBound, UpperBound, Item> {};
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/metaparse/v1/util/
H A Din_range.hpp29 struct in_range : struct
37 struct in_range<LowerBound, UpperBound, boost::mpl::na> struct
39 typedef in_range type;
42 struct apply : in_range<LowerBound, UpperBound, Item> {};
46 struct in_range<LowerBound, boost::mpl::na, boost::mpl::na> struct
48 typedef in_range type;
54 struct apply : in_range<LowerBound, UpperBound, Item> {};
58 struct in_range<boost::mpl::na, boost::mpl::na, boost::mpl::na> struct
60 typedef in_range type;
67 struct apply : in_range<LowerBound, UpperBound, Item> {};
/dports/devel/hyperscan/boost_1_75_0/boost/metaparse/v1/util/
H A Din_range.hpp29 struct in_range : struct
37 struct in_range<LowerBound, UpperBound, boost::mpl::na> struct
39 typedef in_range type;
42 struct apply : in_range<LowerBound, UpperBound, Item> {};
46 struct in_range<LowerBound, boost::mpl::na, boost::mpl::na> struct
48 typedef in_range type;
54 struct apply : in_range<LowerBound, UpperBound, Item> {};
58 struct in_range<boost::mpl::na, boost::mpl::na, boost::mpl::na> struct
60 typedef in_range type;
67 struct apply : in_range<LowerBound, UpperBound, Item> {};
/dports/science/siconos/siconos-4.4.0/kernel/src/utils/SiconosAlgebra/
H A DSiconosMatrixSetBlock.cpp339 ublas::matrix_range<DenseMat> in_range(*input_matrix->dense(), in setBlock() local
346 ublas::matrix_range<SymMat> in_range(*input_matrix->sym(), in setBlock() local
353 ublas::matrix_range<SparseMat> in_range(*input_matrix->sparse(), in setBlock() local
360 ublas::matrix_range<IdentityMat> in_range(*input_matrix->identity(), in setBlock() local
377 ublas::matrix_range<DenseMat> in_range(*input_matrix->dense(), in setBlock() local
384 ublas::matrix_range<SymMat> in_range(*input_matrix->sym(), in setBlock() local
391 ublas::matrix_range<SparseMat> in_range(*input_matrix->sparse(), in setBlock() local
398 ublas::matrix_range<IdentityMat> in_range(*input_matrix->identity(), in setBlock() local
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/simd/intrinsic/
H A Dgeneric-cast-pass.rs44 fn in_range(x: i32) -> bool; in in_range() method
47 fn in_range(_: i32) -> bool { true } in in_range() method
50 fn in_range(x: i32) -> bool { -128 <= x && x < 128 } in in_range() method
53 fn in_range(x: i32) -> bool { 0 <= x } in in_range() method
56 fn in_range(x: i32) -> bool { 0 <= x && x < 128 } in in_range() method
60 fn in_range(_: i32) -> bool { true } in in_range() method
64 fn in_range(_: i32) -> bool { true } in in_range() method
/dports/databases/ip4r/ip4r-2.4.1/scripts/
H A Dip4r--2.2--2.4.sql64 CREATE FUNCTION in_range(ip4,ip4,bigint,boolean,boolean) RETURNS boolean AS 'MODULE_PATHNAME','ip4_… function
65 CREATE FUNCTION in_range(ip4,ip4,ip4,boolean,boolean) RETURNS boolean AS 'MODULE_PATHNAME','ip4_in_… function
66 CREATE FUNCTION in_range(ip6,ip6,bigint,boolean,boolean) RETURNS boolean AS 'MODULE_PATHNAME','ip6_… function
67 CREATE FUNCTION in_range(ip6,ip6,ip6,boolean,boolean) RETURNS boolean AS 'MODULE_PATHNAME','ip6_in_… function
/dports/www/moodle310/moodle/admin/mnet/
H A Dtrustedhosts.php27 $in_range = false; variable
31 $in_range = true; variable
/dports/www/moodle311/moodle/admin/mnet/
H A Dtrustedhosts.php27 $in_range = false; variable
31 $in_range = true; variable
/dports/www/moodle39/moodle/admin/mnet/
H A Dtrustedhosts.php27 $in_range = false; variable
31 $in_range = true; variable
/dports/emulators/anese/ANESE-0.9.1/src/common/
H A Dutil.h31 constexpr inline bool in_range(T x, T2 min, T2 max) { return x >= T(min) && x <= T(max); } in in_range() function
33 constexpr inline bool in_range(T x, T2 val) { return x == val; } in in_range() function
/dports/devel/toml11/toml11-3.7.0/toml/
H A Dcombinator.hpp82 struct in_range struct
87 static constexpr char upper = Up;
88 static constexpr char lower = Low;
91 invoke(location& loc) in invoke()
/dports/devel/R-cran-BH/BH/inst/include/boost/xpressive/detail/core/matcher/
H A Drange_matcher.hpp51 bool in_range(Traits const &tr, char_type ch, mpl::false_) const // case-sensitive in in_range() function
56 bool in_range(Traits const &tr, char_type ch, mpl::true_) const // case-insensitive in in_range() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/xpressive/detail/core/matcher/
H A Drange_matcher.hpp51 bool in_range(Traits const &tr, char_type ch, mpl::false_) const // case-sensitive in in_range() function
56 bool in_range(Traits const &tr, char_type ch, mpl::true_) const // case-insensitive in in_range() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/xpressive/detail/core/matcher/
H A Drange_matcher.hpp51 bool in_range(Traits const &tr, char_type ch, mpl::false_) const // case-sensitive in in_range() function
56 bool in_range(Traits const &tr, char_type ch, mpl::true_) const // case-insensitive in in_range() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/xpressive/detail/core/matcher/
H A Drange_matcher.hpp51 bool in_range(Traits const &tr, char_type ch, mpl::false_) const // case-sensitive in in_range() function
56 bool in_range(Traits const &tr, char_type ch, mpl::true_) const // case-insensitive in in_range() function
/dports/databases/percona57-server/boost_1_59_0/boost/xpressive/detail/core/matcher/
H A Drange_matcher.hpp51 bool in_range(Traits const &tr, char_type ch, mpl::false_) const // case-sensitive in in_range() function
56 bool in_range(Traits const &tr, char_type ch, mpl::true_) const // case-insensitive in in_range() function
/dports/databases/xtrabackup/boost_1_59_0/boost/xpressive/detail/core/matcher/
H A Drange_matcher.hpp51 bool in_range(Traits const &tr, char_type ch, mpl::false_) const // case-sensitive in in_range() function
56 bool in_range(Traits const &tr, char_type ch, mpl::true_) const // case-insensitive in in_range() function
/dports/databases/percona57-client/boost_1_59_0/boost/xpressive/detail/core/matcher/
H A Drange_matcher.hpp51 bool in_range(Traits const &tr, char_type ch, mpl::false_) const // case-sensitive in in_range() function
56 bool in_range(Traits const &tr, char_type ch, mpl::true_) const // case-insensitive in in_range() function
/dports/editors/madedit/madedit-0.2.9/xpressive/boost/xpressive/detail/core/matcher/
H A Drange_matcher.hpp51 bool in_range(Traits const &traits, char_type ch, mpl::false_) const // case-sensitive in in_range() function
56 bool in_range(Traits const &traits, char_type ch, mpl::true_) const // case-insensitive in in_range() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/xpressive/detail/core/matcher/
H A Drange_matcher.hpp51 bool in_range(Traits const &tr, char_type ch, mpl::false_) const // case-sensitive in in_range() function
56 bool in_range(Traits const &tr, char_type ch, mpl::true_) const // case-insensitive in in_range() function

12345678910>>...47