Home
last modified time | relevance | path

Searched refs:tics (Results 1 – 25 of 1654) sorted by relevance

12345678910>>...67

/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dnest_time.h214 : tics( tics ) in Limit()
290 : tics( tics ) in Time()
383 return tics != LIM_POS_INF.tics and tics != LIM_NEG_INF.tics; in is_finite()
466 tics = ( tics < 0 ) ? LIM_NEG_INF.tics : LIM_POS_INF.tics; in range()
481 tics += t.tics;
571 return t1.tics == t2.tics;
576 return t1.tics != t2.tics;
581 return t1.tics < t2.tics;
586 return t1.tics > t2.tics;
591 return t1.tics <= t2.tics;
[all …]
H A Dnest_time.cpp69 const tic_t Time::LimitPosInf::tics; member in Time::LimitPosInf
71 const tic_t Time::LimitNegInf::tics; member in Time::LimitNegInf
80 tic_t tics; in compute_max() local
84 tics = Range::TICS_PER_STEP * ( lmax / Range::INF_MARGIN ); in compute_max()
88 tics = tmax / Range::INF_MARGIN; in compute_max()
91 return tics - ( tics % Range::TICS_PER_STEP ); in compute_max()
95 : tics( t ) in Limit()
166 return LIM_POS_INF.tics; in fromstamp()
170 return LIM_NEG_INF.tics; in fromstamp()
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/tools/statistics/
H A DPlot.java150 m_xTics = tics; in setXTics()
175 m_yTics = tics; in setYTics()
475 double tics = 1; in getTics() local
478 while (range / (tics / 2) < maxNumberTics || tics > maxTics) in getTics()
481 if (range / (tics / 2) > maxNumberTics && tics < maxTics) in getTics()
484 if (range / (tics / 2.5) > maxNumberTics && tics < maxTics) in getTics()
491 while (range / tics > maxNumberTics && tics * 2 < maxTics) in getTics()
494 if (range / tics <= maxNumberTics || tics * 2.5 > maxTics) in getTics()
497 if (range / tics <= maxNumberTics || tics * 2 > maxTics) in getTics()
502 return tics; in getTics()
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/demo/
H A Dtics.dem2 # $Id: tics.dem,v 1.15 2005/07/29 07:57:41 mikulik Exp $
4 # demo for tics settings
10 set title "Default tics settings"
16 set title "Different modification of tics settings"
17 set tics scale 3,2 rotate by 45
27 set title "Modification of tics settings (pm3d map with colorbar)"
34 set tics norotate nooffset
44 print "End of tics demo."
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dp_anim.c48 int tics; member
55 int tics; member
108 ad->tics--; in P_AnimateSurfaces()
109 if (ad->tics == 0) in P_AnimateSurfaces()
119 ad->tics = FrameDefs[ad->currentFrameDef].tics; in P_AnimateSurfaces()
120 if (ad->tics > 255) in P_AnimateSurfaces()
122 ad->tics = (ad->tics >> 16) in P_AnimateSurfaces()
123 + P_Random() % ((ad->tics & 0xff00) >> 8); in P_AnimateSurfaces()
434 FrameDefs[fd].tics = sc_Number; in P_InitFTAnims()
446 FrameDefs[fd].tics = (base << 16) + (mod << 8); in P_InitFTAnims()
[all …]
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dp_anim.c48 int tics; member
55 int tics; member
108 ad->tics--; in P_AnimateSurfaces()
109 if (ad->tics == 0) in P_AnimateSurfaces()
119 ad->tics = FrameDefs[ad->currentFrameDef].tics; in P_AnimateSurfaces()
120 if (ad->tics > 255) in P_AnimateSurfaces()
122 ad->tics = (ad->tics >> 16) in P_AnimateSurfaces()
123 + P_Random() % ((ad->tics & 0xff00) >> 8); in P_AnimateSurfaces()
434 FrameDefs[fd].tics = sc_Number; in P_InitFTAnims()
446 FrameDefs[fd].tics = (base << 16) + (mod << 8); in P_InitFTAnims()
[all …]
/dports/games/uhexen/uhexen-0.601/src/
H A Dp_anim.c40 int tics; member
47 int tics; member
101 ad->tics--; in P_AnimateSurfaces()
102 if(ad->tics == 0) in P_AnimateSurfaces()
112 ad->tics = FrameDefs[ad->currentFrameDef].tics; in P_AnimateSurfaces()
113 if(ad->tics > 255) in P_AnimateSurfaces()
115 ad->tics = (ad->tics>>16) in P_AnimateSurfaces()
116 +P_Random()%((ad->tics&0xff00)>>8); in P_AnimateSurfaces()
427 FrameDefs[fd].tics = sc_Number; in P_InitFTAnims()
439 FrameDefs[fd].tics = (base<<16)+(mod<<8); in P_InitFTAnims()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/demo/
H A Dtics.dem1 # demo for tics settings
7 set title "Default tics settings"
13 set title "Different modification of tics settings"
14 set tics scale 3,2 rotate by 45
24 set title "Modified tics settings (pm3d palette with colorbar)"
31 set tics norotate nooffset
41 print "End of tics demo."
/dports/math/gnuplot-lite/gnuplot-5.4.1/demo/
H A Dtics.dem1 # demo for tics settings
7 set title "Default tics settings"
13 set title "Different modification of tics settings"
14 set tics scale 3,2 rotate by 45
24 set title "Modified tics settings (pm3d palette with colorbar)"
31 set tics norotate nooffset
41 print "End of tics demo."
/dports/www/ot-recorder/recorder-0.8.4/contrib/
H A Dot-ping.py52 def pingping(tics): argument
78 "tst" : tics,
99 def check_response(url, tics): argument
111 diff = tics - tst
122 tics = int(time.time()) variable
124 status, msg = pingping(tics)
129 status, msg = check_response('http://127.0.0.1:8083', tics)
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Ds_advsound.c125 musinfo.tics = 30; in MusInfoThinker()
131 if (musinfo.tics < 0 || !musinfo.mapthing) in T_MAPMusic()
136 if (musinfo.tics > 0) in T_MAPMusic()
138 musinfo.tics--; in T_MAPMusic()
142 if (!musinfo.tics && musinfo.lastmapthing != musinfo.mapthing) in T_MAPMusic()
156 musinfo.tics = -1; in T_MAPMusic()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/criterion-plot-0.4.4/src/
H A Daxis.rs21 tics: Option<String>, field
33 tics: None, in default()
138 fn set(&mut self, tics: TicLabels<P, L>) -> &mut Properties { in set()
139 let TicLabels { positions, labels } = tics; in set()
148 self.tics = None in set()
150 self.tics = Some(pairs.join(", ")); in set()
168 if let Some(ref tics) = properties.tics { in script()
169 script.push_str(&format!("({})", tics)) in script()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/criterion-plot-0.4.4/src/
H A Daxis.rs21 tics: Option<String>, field
33 tics: None, in default()
138 fn set(&mut self, tics: TicLabels<P, L>) -> &mut Properties { in set()
139 let TicLabels { positions, labels } = tics; in set()
148 self.tics = None in set()
150 self.tics = Some(pairs.join(", ")); in set()
168 if let Some(ref tics) = properties.tics { in script()
169 script.push_str(&format!("({})", tics)) in script()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/criterion-plot-0.4.4/src/
H A Daxis.rs21 tics: Option<String>, field
33 tics: None, in default()
138 fn set(&mut self, tics: TicLabels<P, L>) -> &mut Properties { in set()
139 let TicLabels { positions, labels } = tics; in set()
148 self.tics = None in set()
150 self.tics = Some(pairs.join(", ")); in set()
168 if let Some(ref tics) = properties.tics { in script()
169 script.push_str(&format!("({})", tics)) in script()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/criterion-plot-0.4.3/src/
H A Daxis.rs21 tics: Option<String>, field
33 tics: None, in default()
138 fn set(&mut self, tics: TicLabels<P, L>) -> &mut Properties { in set()
139 let TicLabels { positions, labels } = tics; in set()
148 self.tics = None in set()
150 self.tics = Some(pairs.join(", ")); in set()
168 if let Some(ref tics) = properties.tics { in script()
169 script.push_str(&format!("({})", tics)) in script()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/criterion-plot-0.4.3/src/
H A Daxis.rs21 tics: Option<String>, field
33 tics: None, in default()
138 fn set(&mut self, tics: TicLabels<P, L>) -> &mut Properties { in set()
139 let TicLabels { positions, labels } = tics; in set()
148 self.tics = None in set()
150 self.tics = Some(pairs.join(", ")); in set()
168 if let Some(ref tics) = properties.tics { in script()
169 script.push_str(&format!("({})", tics)) in script()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/criterion-plot-0.4.3/src/
H A Daxis.rs21 tics: Option<String>, field
33 tics: None, in default()
138 fn set(&mut self, tics: TicLabels<P, L>) -> &mut Properties { in set()
139 let TicLabels { positions, labels } = tics; in set()
148 self.tics = None in set()
150 self.tics = Some(pairs.join(", ")); in set()
168 if let Some(ref tics) = properties.tics { in script()
169 script.push_str(&format!("({})", tics)) in script()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/criterion-plot/src/
H A Daxis.rs21 tics: Option<String>, field
33 tics: None, in default()
138 fn set(&mut self, tics: TicLabels<P, L>) -> &mut Properties { in set()
139 let TicLabels { positions, labels } = tics; in set()
148 self.tics = None in set()
150 self.tics = Some(pairs.join(", ")); in set()
168 if let Some(ref tics) = properties.tics { in script()
169 script.push_str(&format!("({})", tics)) in script()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/criterion-plot-0.4.2/src/
H A Daxis.rs21 tics: Option<String>, field
33 tics: None, in default()
138 fn set(&mut self, tics: TicLabels<P, L>) -> &mut Properties { in set()
139 let TicLabels { positions, labels } = tics; in set()
148 self.tics = None in set()
150 self.tics = Some(pairs.join(", ")); in set()
168 if let Some(ref tics) = properties.tics { in script()
169 script.push_str(&format!("({})", tics)) in script()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/criterion-plot-0.3.1/src/
H A Daxis.rs19 tics: Option<String>, field
31 tics: None, in default()
136 fn set(&mut self, tics: TicLabels<P, L>) -> &mut Properties { in set()
137 let TicLabels { positions, labels } = tics; in set()
146 self.tics = None in set()
148 self.tics = Some(pairs.join(", ")); in set()
166 if let Some(ref tics) = properties.tics { in script()
167 script.push_str(&format!("({})", tics)) in script()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/criterion-plot-0.4.4/src/
H A Daxis.rs21 tics: Option<String>, field
33 tics: None, in default()
138 fn set(&mut self, tics: TicLabels<P, L>) -> &mut Properties { in set()
139 let TicLabels { positions, labels } = tics; in set()
148 self.tics = None in set()
150 self.tics = Some(pairs.join(", ")); in set()
168 if let Some(ref tics) = properties.tics { in script()
169 script.push_str(&format!("({})", tics)) in script()
/dports/textproc/jql/jql-3.0.6/cargo-crates/criterion-plot-0.4.4/src/
H A Daxis.rs21 tics: Option<String>, field
33 tics: None, in default()
138 fn set(&mut self, tics: TicLabels<P, L>) -> &mut Properties { in set()
139 let TicLabels { positions, labels } = tics; in set()
148 self.tics = None in set()
150 self.tics = Some(pairs.join(", ")); in set()
168 if let Some(ref tics) = properties.tics { in script()
169 script.push_str(&format!("({})", tics)) in script()
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/criterion-plot-0.4.3/src/
H A Daxis.rs21 tics: Option<String>, field
33 tics: None, in default()
138 fn set(&mut self, tics: TicLabels<P, L>) -> &mut Properties { in set()
139 let TicLabels { positions, labels } = tics; in set()
148 self.tics = None in set()
150 self.tics = Some(pairs.join(", ")); in set()
168 if let Some(ref tics) = properties.tics { in script()
169 script.push_str(&format!("({})", tics)) in script()
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/criterion-plot-0.4.4/src/
H A Daxis.rs21 tics: Option<String>, field
33 tics: None, in default()
138 fn set(&mut self, tics: TicLabels<P, L>) -> &mut Properties { in set()
139 let TicLabels { positions, labels } = tics; in set()
148 self.tics = None in set()
150 self.tics = Some(pairs.join(", ")); in set()
168 if let Some(ref tics) = properties.tics { in script()
169 script.push_str(&format!("({})", tics)) in script()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Du_musinfo.c63 int tics; member
146 musinfo.tics = 30; in P_MusInfoMobjThinker()
152 if (musinfo.tics < 0 || !musinfo.mapthing) in P_MapMusicThinker()
155 if (musinfo.tics > 0) in P_MapMusicThinker()
156 musinfo.tics--; in P_MapMusicThinker()
175 musinfo.tics = -1; in P_MapMusicThinker()

12345678910>>...67