Home
last modified time | relevance | path

Searched refs:abs_sub (Results 1 – 25 of 625) sorted by relevance

12345678910>>...25

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dmap_extras.cpp1107 m.points_in_rectangle( { 1, 1, abs_sub.z }, { SEEX * 2 - 2, SEEY * 2 - 2, abs_sub.z } ); in mx_portal()
1227 m.add_splatter_trail( fd_blood, { 17, 6, abs_sub.z }, { 19, 3, abs_sub.z } ); in mx_minefield()
1230 { 17, 5, abs_sub.z } ); in mx_minefield()
1315 m.add_splatter_trail( fd_blood, { 9, 15, abs_sub.z }, { 11, 18, abs_sub.z } ); in mx_minefield()
1316 m.add_splatter_trail( fd_blood, { 11, 18, abs_sub.z }, { 11, 21, abs_sub.z } ); in mx_minefield()
1555 m.add_splatter_trail( fd_blood, { 14, 5, abs_sub.z }, { 17, 5, abs_sub.z } ); in mx_minefield()
1558 { 15, 5, abs_sub.z } ); in mx_minefield()
1788 if( abs_sub.z <= 0 ) { in mx_portal_in()
2678 m.add_splatter_trail( fd_blood, { 16, 3, abs_sub.z }, { 23, 1, abs_sub.z } ); in mx_mayhem()
2690 m.add_splatter_trail( fd_blood, { 16, 8, abs_sub.z }, { 16, 12, abs_sub.z } ); in mx_mayhem()
[all …]
H A Dmap.h482 return passable( tripoint( p, abs_sub.z ) ); in passable()
683 return name( tripoint( p, abs_sub.z ) ); in name()
693 return has_furn( tripoint( p, abs_sub.z ) ); in has_furn()
697 return furn( tripoint( p, abs_sub.z ) ); in furn()
716 return ter( tripoint( p, abs_sub.z ) ); in ter()
748 return tername( tripoint( p, abs_sub.z ) ); in tername()
1073 return i_at( tripoint( p, abs_sub.z ) ); in i_at()
1078 i_clear( tripoint( p, abs_sub.z ) ); in i_clear()
1088 i_rem( tripoint( p, abs_sub.z ), it ); in i_rem()
1686 tripoint abs_sub; variable
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dmap_extras.cpp1107 m.points_in_rectangle( { 1, 1, abs_sub.z }, { SEEX * 2 - 2, SEEY * 2 - 2, abs_sub.z } ); in mx_portal()
1227 m.add_splatter_trail( fd_blood, { 17, 6, abs_sub.z }, { 19, 3, abs_sub.z } ); in mx_minefield()
1230 { 17, 5, abs_sub.z } ); in mx_minefield()
1315 m.add_splatter_trail( fd_blood, { 9, 15, abs_sub.z }, { 11, 18, abs_sub.z } ); in mx_minefield()
1316 m.add_splatter_trail( fd_blood, { 11, 18, abs_sub.z }, { 11, 21, abs_sub.z } ); in mx_minefield()
1555 m.add_splatter_trail( fd_blood, { 14, 5, abs_sub.z }, { 17, 5, abs_sub.z } ); in mx_minefield()
1558 { 15, 5, abs_sub.z } ); in mx_minefield()
1788 if( abs_sub.z <= 0 ) { in mx_portal_in()
2678 m.add_splatter_trail( fd_blood, { 16, 3, abs_sub.z }, { 23, 1, abs_sub.z } ); in mx_mayhem()
2690 m.add_splatter_trail( fd_blood, { 16, 8, abs_sub.z }, { 16, 12, abs_sub.z } ); in mx_mayhem()
[all …]
H A Dmap.h482 return passable( tripoint( p, abs_sub.z ) ); in passable()
683 return name( tripoint( p, abs_sub.z ) ); in name()
693 return has_furn( tripoint( p, abs_sub.z ) ); in has_furn()
697 return furn( tripoint( p, abs_sub.z ) ); in furn()
716 return ter( tripoint( p, abs_sub.z ) ); in ter()
748 return tername( tripoint( p, abs_sub.z ) ); in tername()
1073 return i_at( tripoint( p, abs_sub.z ) ); in i_at()
1078 i_clear( tripoint( p, abs_sub.z ) ); in i_clear()
1088 i_rem( tripoint( p, abs_sub.z ), it ); in i_rem()
1686 tripoint abs_sub; variable
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/num-traits-0.1.41/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
85 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
86 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
115 fn abs_sub(&self, other: &$t) -> $t {
116 <$t>::abs_sub(*self, *other)
158 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
159 x.abs_sub(&y) in abs_sub()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/num-traits-0.2.12/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/num-traits-0.2.14/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/num-traits-0.2.14/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/misc/broot/broot-1.7.0/cargo-crates/num-traits-0.2.14/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/num-traits-0.2.14/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/num-traits-0.2.14/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/num-traits-0.2.12/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/num-traits-0.2.14/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/num-traits-0.2.14/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/num-traits-0.2.14/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/games/genact/genact-0.10.0/cargo-crates/num-traits-0.2.12/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/num-traits-0.2.14/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/num-traits-0.2.14/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/num-traits-0.2.14/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/security/suricata/suricata-6.0.4/rust/vendor/num-traits/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/devel/grex/grex-1.3.0/cargo-crates/num-traits-0.2.14/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/num-traits-0.2.14/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/num-traits-0.2.10/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/num-traits-0.2.6/src/
H A Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
53 fn abs_sub(&self, other: &$t) -> $t {
90 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
91 Wrapping(self.0.abs_sub(&other.0)) in abs_sub()
123 fn abs_sub(&self, other: &$t) -> $t {
174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
175 x.abs_sub(&y) in abs_sub()

12345678910>>...25