Home
last modified time | relevance | path

Searched refs:r_type (Results 1 – 25 of 3346) sorted by relevance

12345678910>>...134

/dports/math/piranha/piranha-0.11/tests/
H A Drational_function_01.cpp555 checker(r_type{} + r_type{}, r_type{}); in operator ()()
556 checker(r_type{} + r_type{x, y}, r_type{x, y}); in operator ()()
557 checker(r_type{x, y} + r_type{}, r_type{x, y}); in operator ()()
656 checker(r_type{} - r_type{}, r_type{}); in operator ()()
657 checker(r_type{} - r_type{x, y}, -r_type{x, y}); in operator ()()
658 checker(r_type{x, y} - r_type{}, r_type{x, y}); in operator ()()
757 checker(r_type{} * r_type{}, r_type{}); in operator ()()
758 checker(r_type{} * r_type{x, y}, r_type{}); in operator ()()
759 checker(r_type{x, y} * r_type{}, r_type{}); in operator ()()
760 checker(r_type{1} * r_type{x, y}, r_type{x, y}); in operator ()()
[all …]
H A Drational_function_02.cpp59 using r_type = rational_function<Key>; in operator ()() typedef
61 r_type x{"x"}, y{"y"}; in operator ()()
79 using r_type = rational_function<Key>; in operator ()() typedef
80 r_type x{"x"}, y{"y"}, z{"z"}; in operator ()()
104 r_type x{"x"}, y{"y"}, z{"z"}; in operator ()()
105 r_type::register_custom_derivative("x", [](const r_type &) { return r_type{42}; }); in operator ()() argument
115 r_type::register_custom_derivative("x", [&x](const r_type &r) { in operator ()()
142 r_type x{"x"}, y{"y"}, z{"z"}; in operator ()()
170 r_type x{"x"}, y{"y"}, z{"z"}; in operator ()()
226 r_type x{"x"}, y{"y"}, ret; in operator ()()
[all …]
H A Drational_function_03.cpp70 using r_type = rational_function<Key>; in operator ()() typedef
88 r_type x{"x"}, y{"y"}; in operator ()()
120 using r_type = rational_function<Key>; in operator ()() typedef
121 using p_type = typename r_type::p_type; in operator ()()
129 BOOST_CHECK((has_msgpack_convert<r_type>::value)); in operator ()()
130 BOOST_CHECK((has_msgpack_convert<r_type &>::value)); in operator ()()
132 BOOST_CHECK((!has_msgpack_convert<r_type const>::value)); in operator ()()
133 r_type x{"x"}, y{"y"}; in operator ()()
146 r_type retval; in operator ()()
158 r_type retval; in operator ()()
[all …]
/dports/math/py-piranha/piranha-0.11/tests/
H A Drational_function_01.cpp555 checker(r_type{} + r_type{}, r_type{}); in operator ()()
556 checker(r_type{} + r_type{x, y}, r_type{x, y}); in operator ()()
557 checker(r_type{x, y} + r_type{}, r_type{x, y}); in operator ()()
656 checker(r_type{} - r_type{}, r_type{}); in operator ()()
657 checker(r_type{} - r_type{x, y}, -r_type{x, y}); in operator ()()
658 checker(r_type{x, y} - r_type{}, r_type{x, y}); in operator ()()
757 checker(r_type{} * r_type{}, r_type{}); in operator ()()
758 checker(r_type{} * r_type{x, y}, r_type{}); in operator ()()
759 checker(r_type{x, y} * r_type{}, r_type{}); in operator ()()
760 checker(r_type{1} * r_type{x, y}, r_type{x, y}); in operator ()()
[all …]
H A Drational_function_02.cpp59 using r_type = rational_function<Key>; in operator ()() typedef
61 r_type x{"x"}, y{"y"}; in operator ()()
79 using r_type = rational_function<Key>; in operator ()() typedef
80 r_type x{"x"}, y{"y"}, z{"z"}; in operator ()()
104 r_type x{"x"}, y{"y"}, z{"z"}; in operator ()()
105 r_type::register_custom_derivative("x", [](const r_type &) { return r_type{42}; }); in operator ()() argument
115 r_type::register_custom_derivative("x", [&x](const r_type &r) { in operator ()()
142 r_type x{"x"}, y{"y"}, z{"z"}; in operator ()()
170 r_type x{"x"}, y{"y"}, z{"z"}; in operator ()()
226 r_type x{"x"}, y{"y"}, ret; in operator ()()
[all …]
H A Drational_function_03.cpp70 using r_type = rational_function<Key>; in operator ()() typedef
88 r_type x{"x"}, y{"y"}; in operator ()()
120 using r_type = rational_function<Key>; in operator ()() typedef
121 using p_type = typename r_type::p_type; in operator ()()
129 BOOST_CHECK((has_msgpack_convert<r_type>::value)); in operator ()()
130 BOOST_CHECK((has_msgpack_convert<r_type &>::value)); in operator ()()
132 BOOST_CHECK((!has_msgpack_convert<r_type const>::value)); in operator ()()
133 r_type x{"x"}, y{"y"}; in operator ()()
146 r_type retval; in operator ()()
158 r_type retval; in operator ()()
[all …]
/dports/devel/godot/godot-3.2.3-stable/platform/android/api/
H A Djava_class_wrapper.h82 r_type = Variant::NIL; in _convert_to_variant_type()
91 r_type = Variant::INT; in _convert_to_variant_type()
96 r_type = Variant::INT; in _convert_to_variant_type()
101 r_type = Variant::INT; in _convert_to_variant_type()
106 r_type = Variant::INT; in _convert_to_variant_type()
111 r_type = Variant::INT; in _convert_to_variant_type()
116 r_type = Variant::REAL; in _convert_to_variant_type()
121 r_type = Variant::REAL; in _convert_to_variant_type()
137 r_type = Variant::POOL_INT_ARRAY; in _convert_to_variant_type()
141 r_type = Variant::POOL_INT_ARRAY; in _convert_to_variant_type()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/platform/android/api/
H A Djava_class_wrapper.h82 r_type = Variant::NIL; in _convert_to_variant_type()
91 r_type = Variant::INT; in _convert_to_variant_type()
96 r_type = Variant::INT; in _convert_to_variant_type()
101 r_type = Variant::INT; in _convert_to_variant_type()
106 r_type = Variant::INT; in _convert_to_variant_type()
111 r_type = Variant::INT; in _convert_to_variant_type()
116 r_type = Variant::REAL; in _convert_to_variant_type()
121 r_type = Variant::REAL; in _convert_to_variant_type()
137 r_type = Variant::POOL_INT_ARRAY; in _convert_to_variant_type()
141 r_type = Variant::POOL_INT_ARRAY; in _convert_to_variant_type()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/android/
H A Djava_class_wrapper.h75 r_type = Variant::NIL; in _convert_to_variant_type()
84 r_type = Variant::INT; in _convert_to_variant_type()
89 r_type = Variant::INT; in _convert_to_variant_type()
94 r_type = Variant::INT; in _convert_to_variant_type()
99 r_type = Variant::INT; in _convert_to_variant_type()
104 r_type = Variant::INT; in _convert_to_variant_type()
109 r_type = Variant::REAL; in _convert_to_variant_type()
114 r_type = Variant::REAL; in _convert_to_variant_type()
122 r_type = Variant::RAW_ARRAY; in _convert_to_variant_type()
126 r_type = Variant::RAW_ARRAY; in _convert_to_variant_type()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/platform/android/
H A Djava_class_wrapper.h75 r_type = Variant::NIL; in _convert_to_variant_type()
84 r_type = Variant::INT; in _convert_to_variant_type()
89 r_type = Variant::INT; in _convert_to_variant_type()
94 r_type = Variant::INT; in _convert_to_variant_type()
99 r_type = Variant::INT; in _convert_to_variant_type()
104 r_type = Variant::INT; in _convert_to_variant_type()
109 r_type = Variant::REAL; in _convert_to_variant_type()
114 r_type = Variant::REAL; in _convert_to_variant_type()
122 r_type = Variant::RAW_ARRAY; in _convert_to_variant_type()
126 r_type = Variant::RAW_ARRAY; in _convert_to_variant_type()
[all …]
/dports/devel/yasm/yasm-1.3.0/modules/objfmts/macho/tests/gas64/
H A Dgas-macho64.asm3 # r_type= X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
7 # r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
11 # r_type=X86_64_RELOC_GOT_LOAD, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
15 # r_type=X86_64_RELOC_GOT, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
19 # r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
23 # r_type= X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
27 # r_type= X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
35 # r_type=X86_64_RELOC_UNSIGNED,r_length=3, r_extern=1,r_pcrel=0, r_symbolnum=_foo
39 # r_type=X86_64_RELOC_UNSIGNED,r_length=3,r_extern=1,r_pcrel=0,r_symbolnum=_foo
44 # r_type=X86_64_RELOC_UNSIGNED,r_length=3,r_extern=1, r_pcrel=0,r_symbolnum=_foo
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/attributestags/
H A Durls.go9 func replaceURL(c *gophercloud.ServiceClient, r_type string, id string) string {
10 return c.ServiceURL(r_type, id, tagsPath)
13 func listURL(c *gophercloud.ServiceClient, r_type string, id string) string {
14 return c.ServiceURL(r_type, id, tagsPath)
17 func deleteAllURL(c *gophercloud.ServiceClient, r_type string, id string) string {
18 return c.ServiceURL(r_type, id, tagsPath)
21 func addURL(c *gophercloud.ServiceClient, r_type string, id string, tag string) string {
22 return c.ServiceURL(r_type, id, tagsPath, tag)
25 func deleteURL(c *gophercloud.ServiceClient, r_type string, id string, tag string) string {
26 return c.ServiceURL(r_type, id, tagsPath, tag)
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/attributestags/
H A Durls.go9 func replaceURL(c *gophercloud.ServiceClient, r_type string, id string) string {
10 return c.ServiceURL(r_type, id, tagsPath)
13 func listURL(c *gophercloud.ServiceClient, r_type string, id string) string {
14 return c.ServiceURL(r_type, id, tagsPath)
17 func deleteAllURL(c *gophercloud.ServiceClient, r_type string, id string) string {
18 return c.ServiceURL(r_type, id, tagsPath)
21 func addURL(c *gophercloud.ServiceClient, r_type string, id string, tag string) string {
22 return c.ServiceURL(r_type, id, tagsPath, tag)
25 func deleteURL(c *gophercloud.ServiceClient, r_type string, id string, tag string) string {
26 return c.ServiceURL(r_type, id, tagsPath, tag)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/attributestags/
H A Durls.go9 func replaceURL(c *gophercloud.ServiceClient, r_type string, id string) string {
10 return c.ServiceURL(r_type, id, tagsPath)
13 func listURL(c *gophercloud.ServiceClient, r_type string, id string) string {
14 return c.ServiceURL(r_type, id, tagsPath)
17 func deleteAllURL(c *gophercloud.ServiceClient, r_type string, id string) string {
18 return c.ServiceURL(r_type, id, tagsPath)
21 func addURL(c *gophercloud.ServiceClient, r_type string, id string, tag string) string {
22 return c.ServiceURL(r_type, id, tagsPath, tag)
25 func deleteURL(c *gophercloud.ServiceClient, r_type string, id string, tag string) string {
26 return c.ServiceURL(r_type, id, tagsPath, tag)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/attributestags/
H A Durls.go9 func replaceURL(c *gophercloud.ServiceClient, r_type string, id string) string {
10 return c.ServiceURL(r_type, id, tagsPath)
13 func listURL(c *gophercloud.ServiceClient, r_type string, id string) string {
14 return c.ServiceURL(r_type, id, tagsPath)
17 func deleteAllURL(c *gophercloud.ServiceClient, r_type string, id string) string {
18 return c.ServiceURL(r_type, id, tagsPath)
21 func addURL(c *gophercloud.ServiceClient, r_type string, id string, tag string) string {
22 return c.ServiceURL(r_type, id, tagsPath, tag)
25 func deleteURL(c *gophercloud.ServiceClient, r_type string, id string, tag string) string {
26 return c.ServiceURL(r_type, id, tagsPath, tag)
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/attributestags/
H A Durls.go9 func replaceURL(c *gophercloud.ServiceClient, r_type string, id string) string {
10 return c.ServiceURL(r_type, id, tagsPath)
13 func listURL(c *gophercloud.ServiceClient, r_type string, id string) string {
14 return c.ServiceURL(r_type, id, tagsPath)
17 func deleteAllURL(c *gophercloud.ServiceClient, r_type string, id string) string {
18 return c.ServiceURL(r_type, id, tagsPath)
21 func addURL(c *gophercloud.ServiceClient, r_type string, id string, tag string) string {
22 return c.ServiceURL(r_type, id, tagsPath, tag)
25 func deleteURL(c *gophercloud.ServiceClient, r_type string, id string, tag string) string {
26 return c.ServiceURL(r_type, id, tagsPath, tag)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/attributestags/
H A Durls.go9 func replaceURL(c *gophercloud.ServiceClient, r_type string, id string) string {
10 return c.ServiceURL(r_type, id, tagsPath)
13 func listURL(c *gophercloud.ServiceClient, r_type string, id string) string {
14 return c.ServiceURL(r_type, id, tagsPath)
17 func deleteAllURL(c *gophercloud.ServiceClient, r_type string, id string) string {
18 return c.ServiceURL(r_type, id, tagsPath)
21 func addURL(c *gophercloud.ServiceClient, r_type string, id string, tag string) string {
22 return c.ServiceURL(r_type, id, tagsPath, tag)
25 func deleteURL(c *gophercloud.ServiceClient, r_type string, id string, tag string) string {
26 return c.ServiceURL(r_type, id, tagsPath, tag)
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/attributestags/
H A Durls.go9 func replaceURL(c *gophercloud.ServiceClient, r_type string, id string) string {
10 return c.ServiceURL(r_type, id, tagsPath)
13 func listURL(c *gophercloud.ServiceClient, r_type string, id string) string {
14 return c.ServiceURL(r_type, id, tagsPath)
17 func deleteAllURL(c *gophercloud.ServiceClient, r_type string, id string) string {
18 return c.ServiceURL(r_type, id, tagsPath)
21 func addURL(c *gophercloud.ServiceClient, r_type string, id string, tag string) string {
22 return c.ServiceURL(r_type, id, tagsPath, tag)
25 func deleteURL(c *gophercloud.ServiceClient, r_type string, id string, tag string) string {
26 return c.ServiceURL(r_type, id, tagsPath, tag)
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/object-0.27.1/src/read/elf/
H A Drelocation.rs254 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
258 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
263 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
268 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
281 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
298 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
302 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
308 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
313 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
317 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/object-0.27.1/src/read/elf/
H A Drelocation.rs254 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
258 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
263 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
268 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
281 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
298 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
302 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
308 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
313 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
317 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/object-0.27.1/src/read/elf/
H A Drelocation.rs254 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
258 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
263 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
268 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
281 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
298 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
302 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
308 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
313 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
317 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/object-0.28.1/src/read/elf/
H A Drelocation.rs254 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
258 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
263 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
268 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
281 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
298 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
302 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
308 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
313 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
317 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
[all …]
/dports/shells/nsh/nsh-0.4.2/cargo-crates/object-0.25.3/src/read/elf/
H A Drelocation.rs254 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
258 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
263 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
268 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
281 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
298 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
302 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
308 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
313 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
317 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
[all …]
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/object-0.27.1/src/read/elf/
H A Drelocation.rs254 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
258 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
263 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
268 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
281 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
298 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
302 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
308 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
313 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
317 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/object-0.25.3/src/read/elf/
H A Drelocation.rs254 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
258 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
263 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
268 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
281 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
298 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
302 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
308 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
313 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
317 r_type => (RelocationKind::Elf(r_type), 0), in parse_relocation()
[all …]

12345678910>>...134