Home
last modified time | relevance | path

Searched refs:value_t (Results 1 – 25 of 2333) sorted by relevance

12345678910>>...94

/dports/finance/ledger/ledger-3.2.1/test/unit/
H A Dt_value.cc43 value_t v1; in BOOST_FIXTURE_TEST_SUITE()
47 value_t v5(2L); in BOOST_FIXTURE_TEST_SUITE()
79 value_t v1; in BOOST_AUTO_TEST_CASE()
90 value_t v12 = value_t(string("$1")); in BOOST_AUTO_TEST_CASE()
91 value_t v13 = value_t("2 CAD"); in BOOST_AUTO_TEST_CASE()
92 value_t v14 = value_t("comment", true); in BOOST_AUTO_TEST_CASE()
93 value_t v15 = value_t(string("tag"), true); in BOOST_AUTO_TEST_CASE()
118 value_t v1; in BOOST_AUTO_TEST_CASE()
133 value_t v16; in BOOST_AUTO_TEST_CASE()
217 value_t v1; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/nlohmann-json/json-3.10.4/include/nlohmann/detail/iterators/
H A Diter_impl.hpp95 case value_t::object: in iter_impl()
101 case value_t::array: in iter_impl()
107 case value_t::null: in iter_impl()
108 case value_t::string: in iter_impl()
198 case value_t::array:
204 case value_t::null:
248 case value_t::null: in set_end()
287 case value_t::null: in operator *()
331 case value_t::null: in operator ->()
384 case value_t::null: in operator ++()
[all …]
/dports/finance/ledger/ledger-3.2.1/src/
H A Dpy_value.cc50 boost::optional<value_t> py_value_0(const value_t& value) { in py_value_0()
53 boost::optional<value_t> py_value_1(const value_t& value, in py_value_1()
57 boost::optional<value_t> py_value_2(const value_t& value, in py_value_2()
62 boost::optional<value_t> py_value_2d(const value_t& value, in py_value_2d()
99 value_t py_strip_annotations_0(value_t& value) { in py_strip_annotations_0()
102 value_t py_strip_annotations_1(value_t& value, const keep_details_t& keep) { in py_strip_annotations_1()
134 class_< value_t > ("Value") in EXC_TRANSLATOR()
151 .def(init<value_t>()) in EXC_TRANSLATOR()
248 .def("abs", &value_t::abs) in EXC_TRANSLATOR()
279 .def("type", &value_t::type) in EXC_TRANSLATOR()
[all …]
H A Dvalue.h75 class value_t
274 value_t() { in value_t() function
356 ~value_t() { in ~value_t()
365 value_t(const value_t& val) { in value_t() function
369 value_t& operator=(const value_t& val) {
403 value_t& operator+=(const value_t& val);
404 value_t& operator-=(const value_t& val);
405 value_t& operator*=(const value_t& val);
406 value_t& operator/=(const value_t& val);
978 inline value_t& add_or_set_value(value_t& lhs, const T& rhs) { in add_or_set_value()
[all …]
H A Dvalue.cc43 intrusive_ptr<value_t::storage_t> value_t::true_value;
44 intrusive_ptr<value_t::storage_t> value_t::false_value;
46 value_t::storage_t& value_t::storage_t::operator=(const value_t::storage_t& rhs) in operator =()
241 value_t::sequence_t value_t::to_sequence() const in to_sequence()
281 value_t value_t::number() const in number()
312 value_t& value_t::operator+=(const value_t& val) in operator +=()
451 value_t& value_t::operator-=(const value_t& val) in operator -=()
591 value_t& value_t::operator*=(const value_t& val) in operator *=()
673 value_t& value_t::operator/=(const value_t& val) in operator /=()
752 bool value_t::is_equal_to(const value_t& val) const in is_equal_to()
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/include/CoCoA/
H A DSmallFpLogImpl.H63 value_t myNegate(value_t x) const;
64 value_t myAdd(value_t x, value_t y) const;
65 value_t mySub(value_t x, value_t y) const;
66 value_t myMul(value_t x, value_t y) const;
67 value_t myDiv(value_t x, value_t y) const;
68 value_t myPower(value_t x, long n) const;
71 value_t myNormalize(value_t n) const;
72 value_t myHalfNormalize(value_t n) const;
130 inline SmallFpLogImpl::value_t SmallFpLogImpl::myAdd(value_t x, value_t y) const in myAdd()
140 inline SmallFpLogImpl::value_t SmallFpLogImpl::mySub(value_t x, value_t y) const in mySub()
[all …]
H A DSmallFpDoubleImpl.H66 value_t myNegate(value_t x) const;
67 value_t myAdd(value_t x, value_t y) const;
68 value_t mySub(value_t x, value_t y) const;
69 value_t myMul(value_t x, value_t y) const;
70 value_t myDiv(value_t x, value_t y) const;
71 value_t myPower(value_t x, long n) const;
74 value_t myNormalize(value_t n) const;
75 value_t myHalfNormalize(value_t n) const;
87 static value_t ourCalcResidueUPB(value_t p);
132 inline SmallFpDoubleImpl::value_t SmallFpDoubleImpl::myAdd(value_t x, value_t y) const in myAdd()
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/include/CoCoA/
H A DSmallFpLogImpl.H63 value_t myNegate(value_t x) const;
64 value_t myAdd(value_t x, value_t y) const;
65 value_t mySub(value_t x, value_t y) const;
66 value_t myMul(value_t x, value_t y) const;
67 value_t myDiv(value_t x, value_t y) const;
68 value_t myPower(value_t x, long n) const;
71 value_t myNormalize(value_t n) const;
72 value_t myHalfNormalize(value_t n) const;
130 inline SmallFpLogImpl::value_t SmallFpLogImpl::myAdd(value_t x, value_t y) const in myAdd()
140 inline SmallFpLogImpl::value_t SmallFpLogImpl::mySub(value_t x, value_t y) const in mySub()
[all …]
H A DSmallFpDoubleImpl.H66 value_t myNegate(value_t x) const;
67 value_t myAdd(value_t x, value_t y) const;
68 value_t mySub(value_t x, value_t y) const;
69 value_t myMul(value_t x, value_t y) const;
70 value_t myDiv(value_t x, value_t y) const;
71 value_t myPower(value_t x, long n) const;
74 value_t myNormalize(value_t n) const;
75 value_t myHalfNormalize(value_t n) const;
87 static value_t ourCalcResidueUPB(value_t p);
132 inline SmallFpDoubleImpl::value_t SmallFpDoubleImpl::myAdd(value_t x, value_t y) const in myAdd()
[all …]
/dports/math/yices/yices-2.6.2/src/model/
H A Dconcrete_values.h161 value_t val;
198 value_t map;
412 extern value_t vtbl_mk_not(value_table_t *table, value_t v);
492 extern value_t vtbl_mk_map(value_table_t *table, uint32_t n, value_t *a, value_t v);
506 extern value_t vtbl_mk_function(value_table_t *table, type_t tau, uint32_t n, value_t *a, value_t d…
513 extern value_t vtbl_mk_update(value_table_t *table, value_t f, uint32_t n, value_t *a, value_t v);
592 extern value_t vtbl_find_map(value_table_t *table, uint32_t n, value_t *a, value_t v);
596 extern value_t vtbl_find_function(value_table_t *table, type_t tau, uint32_t n, value_t *a, value_t
761 extern value_t vtbl_eval_eq(value_table_t *table, value_t a, value_t b);
768 extern value_t vtbl_eval_array_eq(value_table_t *table, value_t *a, value_t *b, uint32_t n);
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/calc/
H A Devaluator.h40 status_t eval_xor(value_t *value, const expr_t *expr, eval_env_t *env);
41 status_t eval_or(value_t *value, const expr_t *expr, eval_env_t *env);
42 status_t eval_and(value_t *value, const expr_t *expr, eval_env_t *env);
47 status_t eval_cmp(value_t *value, const expr_t *expr, eval_env_t *env);
55 status_t eval_icmp(value_t *value, const expr_t *expr, eval_env_t *env);
63 status_t eval_add(value_t *value, const expr_t *expr, eval_env_t *env);
64 status_t eval_sub(value_t *value, const expr_t *expr, eval_env_t *env);
65 status_t eval_iadd(value_t *value, const expr_t *expr, eval_env_t *env);
68 status_t eval_mul(value_t *value, const expr_t *expr, eval_env_t *env);
69 status_t eval_div(value_t *value, const expr_t *expr, eval_env_t *env);
[all …]
H A Dtypes.h43 typedef struct value_t struct
53 } value_t; argument
59 void init_value(value_t *dst);
67 status_t init_value(value_t *dst, const value_t *src);
75 status_t copy_value(value_t *dst, const value_t *src);
81 void set_value_null(value_t *dst);
131 status_t cast_int(value_t *v);
132 status_t cast_float(value_t *v);
133 status_t cast_bool(value_t *v);
134 status_t cast_string(value_t *v);
[all …]
/dports/graphics/colmap/colmap-3.6/src/util/
H A Dcache.h45 template <typename key_t, typename value_t>
60 const value_t& Get(const key_t& key);
61 value_t& GetMutable(const key_t& key);
94 template <typename key_t, typename value_t>
127 LRUCache<key_t, value_t>::LRUCache( in LRUCache()
151 const value_t& LRUCache<key_t, value_t>::Get(const key_t& key) { in Get()
156 value_t& LRUCache<key_t, value_t>::GetMutable(const key_t& key) { in GetMutable()
168 void LRUCache<key_t, value_t>::Set(const key_t& key, value_t&& value) { in Set()
182 void LRUCache<key_t, value_t>::Pop() { in Pop()
192 void LRUCache<key_t, value_t>::Clear() { in Clear()
[all …]
/dports/devel/toml11/toml11-3.7.0/tests/
H A Dtest_value.cpp731 BOOST_TEST(v1.cast<toml::value_t::array>().at(0).cast<toml::value_t::integer>() == 1); in BOOST_AUTO_TEST_CASE()
732 BOOST_TEST(v1.cast<toml::value_t::array>().at(1).cast<toml::value_t::integer>() == 2); in BOOST_AUTO_TEST_CASE()
733 BOOST_TEST(v1.cast<toml::value_t::array>().at(2).cast<toml::value_t::integer>() == 3); in BOOST_AUTO_TEST_CASE()
734 BOOST_TEST(v1.cast<toml::value_t::array>().at(3).cast<toml::value_t::integer>() == 4); in BOOST_AUTO_TEST_CASE()
735 BOOST_TEST(v1.cast<toml::value_t::array>().at(4).cast<toml::value_t::integer>() == 5); in BOOST_AUTO_TEST_CASE()
747 BOOST_TEST(v2.cast<toml::value_t::array>().at(0).cast<toml::value_t::integer>() == 6); in BOOST_AUTO_TEST_CASE()
748 BOOST_TEST(v2.cast<toml::value_t::array>().at(1).cast<toml::value_t::integer>() == 7); in BOOST_AUTO_TEST_CASE()
749 BOOST_TEST(v2.cast<toml::value_t::array>().at(2).cast<toml::value_t::integer>() == 8); in BOOST_AUTO_TEST_CASE()
750 BOOST_TEST(v2.cast<toml::value_t::array>().at(3).cast<toml::value_t::integer>() == 9); in BOOST_AUTO_TEST_CASE()
751 BOOST_TEST(v2.cast<toml::value_t::array>().at(4).cast<toml::value_t::integer>() == 0); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/include/opencv2/gapi/util/
H A Dany.hpp67 value_t v;
75 template<class value_t>
76 …any(value_t&& arg) : hldr(new holder_impl<typename std::decay<value_t>::type>( std::forward<value… in any()
94 template<class value_t>
97 template<class value_t>
113 template<class value_t>
123 template<class value_t>
133 template<class value_t>
146 template<class value_t>
158 template<class value_t>
[all …]
/dports/devel/nlohmann-json/json-3.10.4/include/nlohmann/detail/
H A Djson_pointer.hpp409 case detail::value_t::null: in get_and_create()
523 case detail::value_t::null: in get_unchecked()
573 case detail::value_t::null: in get_checked()
628 case detail::value_t::null: in get_unchecked()
678 case detail::value_t::null: in get_checked()
860 case detail::value_t::array: in flatten()
879 case detail::value_t::object: in flatten()
897 case detail::value_t::null: in flatten()
898 case detail::value_t::string: in flatten()
899 case detail::value_t::boolean: in flatten()
[all …]
/dports/devel/toml11/toml11-3.7.0/toml/
H A Dvalue.hpp130 template<value_t T>
206 : type_(value_t::empty), in basic_value()
811 : type_(value_t::array), in basic_value()
817 : type_(value_t::array), in basic_value()
838 : type_(value_t::array), in basic_value()
848 : type_(value_t::array), in basic_value()
876 : type_(value_t::array), in basic_value()
1179 template<value_t T>
1188 template<value_t T>
1197 template<value_t T>
[all …]
H A Dtypes.hpp60 enum class value_t : std::uint8_t enum
80 operator<<(std::basic_ostream<charT, traits>& os, value_t t) in operator <<()
84 case value_t::boolean : os << "boolean"; return os; in operator <<()
85 case value_t::integer : os << "integer"; return os; in operator <<()
86 case value_t::floating : os << "floating"; return os; in operator <<()
87 case value_t::string : os << "string"; return os; in operator <<()
88 case value_t::offset_datetime : os << "offset_datetime"; return os; in operator <<()
89 case value_t::local_datetime : os << "local_datetime"; return os; in operator <<()
102 inline std::basic_string<charT, traits, alloc> stringize(value_t t) in stringize()
113 template<value_t V>
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/audio/
H A Dtypes.h39 typedef uint8_t value_t; typedef
51 return static_cast<value_t>(value); in valueFromInt()
91 value_t value = kValueDefault)
110 constexpr value_t value() const { in value()
118 value_t m_value;
123 typedef uint32_t value_t; typedef
157 constexpr value_t value() const { in value()
169 value_t m_value;
183 typedef uint32_t value_t; typedef
203 constexpr value_t value() const { in value()
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DPPMonoidSparse.C205 unique_ptr<value_t> tmp; in myNew()
213 unique_ptr<value_t> tmp; in myNew()
222 unique_ptr<value_t> tmp; in myNew()
237 unique_ptr<value_t> tmp; in myNewIndet()
282 ans.reset(new value_t); in myMul()
328 ans.reset(new value_t); in myDiv()
358 ans.reset(new value_t); in myColon()
387 ans.reset(new value_t); in myGcd()
409 ans.reset(new value_t); in myLcm()
443 ans.reset(new value_t); in myRadical()
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DPPMonoidSparse.C205 unique_ptr<value_t> tmp; in myNew()
213 unique_ptr<value_t> tmp; in myNew()
222 unique_ptr<value_t> tmp; in myNew()
237 unique_ptr<value_t> tmp; in myNewIndet()
282 ans.reset(new value_t); in myMul()
328 ans.reset(new value_t); in myDiv()
358 ans.reset(new value_t); in myColon()
387 ans.reset(new value_t); in myGcd()
409 ans.reset(new value_t); in myLcm()
443 ans.reset(new value_t); in myRadical()
[all …]
/dports/biology/pbbam/pbbam-0.18.0/tools/pbindexdump/src/
H A Djson.hpp575 enum class value_t : uint8_t enum in nlohmann::basic_json
632 json_value(value_t t) in json_value()
956 : m_type(value_t::array) in basic_json()
1268 value_t manual_type = value_t::array) in basic_json()
3637 if (not(m_type == value_t::null or m_type == value_t::array)) in push_back()
3672 if (not(m_type == value_t::null or m_type == value_t::array)) in push_back()
3719 if (not(m_type == value_t::null or m_type == value_t::object)) in push_back()
4057 friend bool operator<(const value_t lhs, const value_t rhs) in operator <()
4071 if (lhs == value_t::discarded or rhs == value_t::discarded) in operator <()
4128 else if (lhs_type == value_t::number_integer and rhs_type == value_t::number_float) in operator ==()
[all …]
/dports/graphics/colmap/colmap-3.6/src/base/
H A Dgraph_cut.h63 template <typename node_t, typename value_t>
73 value_t capacity;
74 value_t residual;
90 const value_t sink_capacity);
94 const value_t capacity, const value_t reverse_capacity);
97 value_t Compute();
114 template <typename node_t, typename value_t>
118 template <typename node_t, typename value_t>
123 template <typename node_t, typename value_t>
128 template <typename node_t, typename value_t>
[all …]
/dports/math/ascent/Ascent-0.7.0/include/ascent/timing/
H A DTiming.h23 template <class value_t>
26 value_t t{};
27 value_t dt{ 0.01 };
28 value_t t_end = std::numeric_limits<value_t>::max();
29 value_t t_delta{};
31 value_t t_previous{};
32 value_t eps = static_cast<value_t>(1.0e-8);
35 SamplerT<value_t> sampler{ t, dt };
47 void base_time_step(const value_t base_dt) in base_time_step()
52 value_t base_time_step() const noexcept in base_time_step()
[all …]
/dports/audio/giada/giada-0.17.1/src/deps/json/doc/examples/
H A Doperator__value_t.cpp19 json::value_t t_null = j_null; in main()
20 json::value_t t_boolean = j_boolean; in main()
21 json::value_t t_number_integer = j_number_integer; in main()
22 json::value_t t_number_unsigned = j_number_unsigned; in main()
23 json::value_t t_number_float = j_number_float; in main()
24 json::value_t t_object = j_object; in main()
25 json::value_t t_array = j_array; in main()
26 json::value_t t_string = j_string; in main()
30 std::cout << (t_null == json::value_t::null) << '\n'; in main()
35 std::cout << (t_object == json::value_t::object) << '\n'; in main()
[all …]

12345678910>>...94