Home
last modified time | relevance | path

Searched +refs:x +refs:sec +refs:range (Results 1 – 25 of 11455) sorted by relevance

12345678910>>...459

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/bench/workgen/runner/runner/
H A Dlatency.py37 for count in range(0, n):
50 for i in range(0, arr.__len__()):
60 for x in range(0, width):
62 for i in range(0, merge):
68 box[y][left + x] = ch
85 sec = t.sec()
88 _latency_preprocess(sec, 4)
89 max_height = max(us.height, ms.height, sec.height)
94 box = [list(' ' * 80) for x in range(height)]
98 _latency_plot(box, ch, 54, 25, sec, 4, scale)
[all …]
/dports/devel/py-iniparse/iniparse-0.5/tests/
H A Dtest_fuzz.py18 for i in range(length):
32 for i in range(num_lines):
34 if x < 0.1:
37 elif x < 0.3:
41 elif x < 0.5:
55 elif x < 0.7:
64 elif x < 0.9:
81 for fuzz_iter in range(num_iter):
93 for i in range(len(l1)):
127 self.assertEqualSorted(c1.options(sec), c2.options(sec))
[all …]
/dports/games/edge/Edge-1.35-source/src/
H A Dp_map.cc108 float range; member
1379 x -= trace.dx * 6.0f / shoot_I.range; in PTR_ShootTraverse()
1477 aim_I.range = distance; in P_AimLineAttack()
1508 shoot_I.range = distance; in P_LineAttack()
1597 aim_I.range = distance; in DoMapTargetAutoAim()
1743 float range; member
1805 if (dist >= bomb_I.range) in PIT_RadiusAttack()
1810 dist = (bomb_I.range - dist) / bomb_I.range; in PIT_RadiusAttack()
1833 bomb_I.range = radius; in P_RadiusAttack()
1846 float r = bomb_I.range; in P_RadiusAttack()
[all …]
H A Dp_enemy.cc96 if (sec->validcount == validcount && sec->soundtraversed <= soundblocks + 1) in RecursiveSound()
100 sec->validcount = validcount; in RecursiveSound()
101 sec->soundtraversed = soundblocks + 1; in RecursiveSound()
102 sec->sound_player = player; in RecursiveSound()
104 for (i = 0; i < sec->linecount; i++) in RecursiveSound()
106 check = sec->lines[i]; in RecursiveSound()
122 if (check->frontsector == sec) in RecursiveSound()
419 bool P_LookForPlayers(mobj_t * actor, angle_t range) in P_LookForPlayers() argument
451 if (range < ANG180) in P_LookForPlayers()
456 if (range <= an && an <= (range * -1)) in P_LookForPlayers()
[all …]
/dports/lang/ptoc/ptoc/
H A Dpaslib.h51 inline signed char abs(signed char x) { return x < 0 ? -x : x; }
52 inline short abs(short x) { return x < 0 ? -x : x; }
53 inline int abs(int x) { return x < 0 ? -x : x; }
72 integer* hour, integer* min, integer* sec);
79 integer& hour, integer& min, integer& sec) in timestamp() argument
81 timestamp(&day, &month, &year, &hour, &min, &sec); in timestamp()
87 #define abs(x) ((x) < 0 ? -(x) : (x)) argument
89 #define sqr(x) ((x)*(x)) argument
92 integer* hour, integer* min, integer* sec);
149 extern "C" unsigned randint(unsigned range);
[all …]
H A Dpaslib.c5 integer* hour, integer* min, integer* sec) in timestamp() argument
18 *sec = tmp->tm_sec; in timestamp()
32 integer round(real x) in round() argument
34 return x >= 0 ? trunc(x + 0.5) : trunc(x - 0.5); in round()
70 unsigned randint(unsigned range) in randint() argument
73 return range ? randseed % range : 0; in randint()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Ddraw_from_triangle.py41 (X, Y) = range(2)
85 for i in range(3):
139 for i in range(3):
157 def sec(x): # secant(x) function
165 if x == 0 or x == pi or x == 2 * pi or x == -2 * pi: # csc(x) is undefined
172 if x == 0 or x == pi or x == 2 * pi or x == -2 * pi: # cot(x) is undefined
310 v_mat = [[0, sec(a_b), sec(a_c)], [sec(a_a), 0, sec(a_c)], [sec(a_a), sec(a_b), 0]]
326 v_mat = [[0, sec(a_b), sec(a_c)], [sec(a_a), 0, sec(a_c)], [sec(a_a), sec(a_b), 0]]
337 for i in range(3):
366 for i in range(3):
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/db-lib/db/private/postgresql/
H A Ddbsystem.rkt178 (3904 int4range 9.2 1 (recv-range 23) (send-range 23))
179 (3926 int8range 9.2 1 (recv-range 20) (send-range 20))
180 (3906 numrange 9.2 1 (recv-range 1700) (send-range 1700))
181 (3908 tsrange 9.2 1 (recv-range 1114) (send-range 1114))
182 (3910 tstzrange 9.2 1 (recv-range 1184) (send-range 1184))
183 (3912 daterange 9.2 1 (recv-range 1082) (send-range 1082))
404 [(min sec) (quotient/remainder sec 60)]
535 (define (recv-range elttype)
665 [sec (+ sec (* min 60))]
695 [sec (- sec (or tz 0))])
[all …]
/dports/textproc/write-good/write-good-1.0.8/node_modules/braces/
H A DREADME.md253 var range = braces.expand('x{a..e}y', {
508 braces x 11,202,303 ops/sec ±1.06% (88 runs sampled)
509 minimatch x 4,816 ops/sec ±0.99% (87 runs sampled)
516 minimatch x 637 ops/sec ±0.84% (88 runs sampled)
536 braces x 9,264,131 ops/sec ±1.12% (88 runs sampled)
537 minimatch x 34,893 ops/sec ±0.87% (87 runs sampled)
543 braces x 9,134,677 ops/sec ±0.95% (88 runs sampled)
550 braces x 8,485,034 ops/sec ±1.28% (89 runs sampled)
551 minimatch x 5,341 ops/sec ±1.17% (87 runs sampled)
557 braces x 9,445,118 ops/sec ±1.32% (84 runs sampled)
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/braces/
H A DREADME.md253 var range = braces.expand('x{a..e}y', {
508 braces x 11,202,303 ops/sec ±1.06% (88 runs sampled)
509 minimatch x 4,816 ops/sec ±0.99% (87 runs sampled)
516 minimatch x 637 ops/sec ±0.84% (88 runs sampled)
536 braces x 9,264,131 ops/sec ±1.12% (88 runs sampled)
537 minimatch x 34,893 ops/sec ±0.87% (87 runs sampled)
543 braces x 9,134,677 ops/sec ±0.95% (88 runs sampled)
550 braces x 8,485,034 ops/sec ±1.28% (89 runs sampled)
551 minimatch x 5,341 ops/sec ±1.17% (87 runs sampled)
557 braces x 9,445,118 ops/sec ±1.32% (84 runs sampled)
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/braces/
H A DREADME.md253 var range = braces.expand('x{a..e}y', {
508 braces x 11,202,303 ops/sec ±1.06% (88 runs sampled)
509 minimatch x 4,816 ops/sec ±0.99% (87 runs sampled)
516 minimatch x 637 ops/sec ±0.84% (88 runs sampled)
536 braces x 9,264,131 ops/sec ±1.12% (88 runs sampled)
537 minimatch x 34,893 ops/sec ±0.87% (87 runs sampled)
543 braces x 9,134,677 ops/sec ±0.95% (88 runs sampled)
550 braces x 8,485,034 ops/sec ±1.28% (89 runs sampled)
551 minimatch x 5,341 ops/sec ±1.17% (87 runs sampled)
557 braces x 9,445,118 ops/sec ±1.32% (84 runs sampled)
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/micromatch/node_modules/braces/
H A DREADME.md253 var range = braces.expand('x{a..e}y', {
508 braces x 11,202,303 ops/sec ±1.06% (88 runs sampled)
509 minimatch x 4,816 ops/sec ±0.99% (87 runs sampled)
516 minimatch x 637 ops/sec ±0.84% (88 runs sampled)
536 braces x 9,264,131 ops/sec ±1.12% (88 runs sampled)
537 minimatch x 34,893 ops/sec ±0.87% (87 runs sampled)
543 braces x 9,134,677 ops/sec ±0.95% (88 runs sampled)
550 braces x 8,485,034 ops/sec ±1.28% (89 runs sampled)
551 minimatch x 5,341 ops/sec ±1.17% (87 runs sampled)
557 braces x 9,445,118 ops/sec ±1.32% (84 runs sampled)
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/braces/
H A DREADME.md253 var range = braces.expand('x{a..e}y', {
508 braces x 11,202,303 ops/sec ±1.06% (88 runs sampled)
509 minimatch x 4,816 ops/sec ±0.99% (87 runs sampled)
516 minimatch x 637 ops/sec ±0.84% (88 runs sampled)
536 braces x 9,264,131 ops/sec ±1.12% (88 runs sampled)
537 minimatch x 34,893 ops/sec ±0.87% (87 runs sampled)
543 braces x 9,134,677 ops/sec ±0.95% (88 runs sampled)
550 braces x 8,485,034 ops/sec ±1.28% (89 runs sampled)
551 minimatch x 5,341 ops/sec ±1.17% (87 runs sampled)
557 braces x 9,445,118 ops/sec ±1.32% (84 runs sampled)
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DHelpViewer.pm185 my ( $self, $mod, $x, $y, $z) = @_;
348 origin => [ $x, $y],
358 $x += $b-> width;
685 my @range = $self-> text_range;
686 return if $range[0] >= $range[1];
687 $offset = $range[0] if $offset < $range[0];
688 $offset = $range[1] if $offset > $range[1];
689 return if $offset < $range[0];
702 ( $range[0], $offset - $range[0]);
833 my $x = $t-> offset;
[all …]
/dports/textproc/write-good/write-good-1.0.8/node_modules/extglob/
H A DREADME.md247 extglob x 2,228,255 ops/sec ±0.98% (89 runs sampled)
248 minimatch x 207,875 ops/sec ±0.61% (91 runs sampled)
253 extglob x 2,205,668 ops/sec ±1.00% (91 runs sampled)
254 minimatch x 311,923 ops/sec ±1.25% (91 runs sampled)
259 extglob x 2,263,877 ops/sec ±0.40% (94 runs sampled)
260 minimatch x 271,372 ops/sec ±1.02% (91 runs sampled)
264 # range-true (56 bytes)
265 extglob x 2,161,891 ops/sec ±0.41% (92 runs sampled)
266 minimatch x 268,265 ops/sec ±1.17% (91 runs sampled)
271 extglob x 2,211,081 ops/sec ±0.49% (92 runs sampled)
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/fast-glob/node_modules/extglob/
H A DREADME.md247 extglob x 2,228,255 ops/sec ±0.98% (89 runs sampled)
248 minimatch x 207,875 ops/sec ±0.61% (91 runs sampled)
253 extglob x 2,205,668 ops/sec ±1.00% (91 runs sampled)
254 minimatch x 311,923 ops/sec ±1.25% (91 runs sampled)
259 extglob x 2,263,877 ops/sec ±0.40% (94 runs sampled)
260 minimatch x 271,372 ops/sec ±1.02% (91 runs sampled)
264 # range-true (56 bytes)
265 extglob x 2,161,891 ops/sec ±0.41% (92 runs sampled)
266 minimatch x 268,265 ops/sec ±1.17% (91 runs sampled)
271 extglob x 2,211,081 ops/sec ±0.49% (92 runs sampled)
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/extglob/
H A DREADME.md247 extglob x 2,228,255 ops/sec ±0.98% (89 runs sampled)
248 minimatch x 207,875 ops/sec ±0.61% (91 runs sampled)
253 extglob x 2,205,668 ops/sec ±1.00% (91 runs sampled)
254 minimatch x 311,923 ops/sec ±1.25% (91 runs sampled)
259 extglob x 2,263,877 ops/sec ±0.40% (94 runs sampled)
260 minimatch x 271,372 ops/sec ±1.02% (91 runs sampled)
264 # range-true (56 bytes)
265 extglob x 2,161,891 ops/sec ±0.41% (92 runs sampled)
266 minimatch x 268,265 ops/sec ±1.17% (91 runs sampled)
271 extglob x 2,211,081 ops/sec ±0.49% (92 runs sampled)
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/extglob/
H A DREADME.md247 extglob x 2,228,255 ops/sec ±0.98% (89 runs sampled)
248 minimatch x 207,875 ops/sec ±0.61% (91 runs sampled)
253 extglob x 2,205,668 ops/sec ±1.00% (91 runs sampled)
254 minimatch x 311,923 ops/sec ±1.25% (91 runs sampled)
259 extglob x 2,263,877 ops/sec ±0.40% (94 runs sampled)
260 minimatch x 271,372 ops/sec ±1.02% (91 runs sampled)
264 # range-true (56 bytes)
265 extglob x 2,161,891 ops/sec ±0.41% (92 runs sampled)
266 minimatch x 268,265 ops/sec ±1.17% (91 runs sampled)
271 extglob x 2,211,081 ops/sec ±0.49% (92 runs sampled)
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/extglob/
H A DREADME.md247 extglob x 2,228,255 ops/sec ±0.98% (89 runs sampled)
248 minimatch x 207,875 ops/sec ±0.61% (91 runs sampled)
253 extglob x 2,205,668 ops/sec ±1.00% (91 runs sampled)
254 minimatch x 311,923 ops/sec ±1.25% (91 runs sampled)
259 extglob x 2,263,877 ops/sec ±0.40% (94 runs sampled)
260 minimatch x 271,372 ops/sec ±1.02% (91 runs sampled)
264 # range-true (56 bytes)
265 extglob x 2,161,891 ops/sec ±0.41% (92 runs sampled)
266 minimatch x 268,265 ops/sec ±1.17% (91 runs sampled)
271 extglob x 2,211,081 ops/sec ±0.49% (92 runs sampled)
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/extglob/
H A DREADME.md247 extglob x 2,228,255 ops/sec ±0.98% (89 runs sampled)
248 minimatch x 207,875 ops/sec ±0.61% (91 runs sampled)
253 extglob x 2,205,668 ops/sec ±1.00% (91 runs sampled)
254 minimatch x 311,923 ops/sec ±1.25% (91 runs sampled)
259 extglob x 2,263,877 ops/sec ±0.40% (94 runs sampled)
260 minimatch x 271,372 ops/sec ±1.02% (91 runs sampled)
264 # range-true (56 bytes)
265 extglob x 2,161,891 ops/sec ±0.41% (92 runs sampled)
266 minimatch x 268,265 ops/sec ±1.17% (91 runs sampled)
271 extglob x 2,211,081 ops/sec ±0.49% (92 runs sampled)
[all …]
/dports/science/dftbplus/dftbplus-19.1/test/prog/dftb+/transport/SiH-chain/
H A D_output47 MinPoissonGrid (x direction)= 0.300000000000000
107 x range= -10.00000 10.00000 F
108 y range= -9.25000 10.75000 F
109 z range= -3.35000 10.40000 F
117 Compute bulk potential ............................... 13.72080 sec
118 Building charge density .............................. 1.080900 sec
119 Solving Poisson equation ............................. 3.466700 sec
124 Computing Hamiltonian shifts ......................... 0.4457000 sec
127 Read bulk potential .................................. 1.664700 sec
128 Building charge density .............................. 0.9430000 sec
[all …]
/dports/science/jstrack/jstrack/extlib/tcllib1.19/inifile/
H A Dini.tcl124 puts $channel "\[$sec\]"
168 lappend com [string trim [string range $line [string length $char] end]]
170 ::set cur [string range $line 1 end-1]
301 _exists $fh $sec
305 foreach x [array names data [_globescape $sec]\000*] {
306 lappend keys [lindex [split $x \000] 1]
316 _exists $fh $sec
320 foreach x [array names data [_globescape $sec]\000*] {
321 lappend r [lindex [split $x \000] 1] $data($x)
348 ::set sec [string trim $sec]
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/inifile/
H A Dini.tcl124 puts $channel "\[$sec\]"
168 lappend com [string trim [string range $line [string length $char] end]]
170 ::set cur [string range $line 1 end-1]
301 _exists $fh $sec
305 foreach x [array names data [_globescape $sec]\000*] {
306 lappend keys [lindex [split $x \000] 1]
316 _exists $fh $sec
320 foreach x [array names data [_globescape $sec]\000*] {
321 lappend r [lindex [split $x \000] 1] $data($x)
348 ::set sec [string trim $sec]
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/inifile/
H A Dini.tcl124 puts $channel "\[$sec\]"
168 lappend com [string trim [string range $line [string length $char] end]]
170 ::set cur [string range $line 1 end-1]
301 _exists $fh $sec
305 foreach x [array names data [_globescape $sec]\000*] {
306 lappend keys [lindex [split $x \000] 1]
316 _exists $fh $sec
320 foreach x [array names data [_globescape $sec]\000*] {
321 lappend r [lindex [split $x \000] 1] $data($x)
348 ::set sec [string trim $sec]
[all …]
/dports/security/helib/HElib-1.3.1/misc/estimator/
H A Dlwe-estimator.sage35 print(f"n,|q|,log2(1/alpha),x=n/log2(1/alpha),security ({hw})", file=csvfile)
37 for n in range(4097, 30000, 2048):
41 # Use more q's at the lower range (=higher-security)
42 qs = it.chain(range(fromLogq+5,fromLogq+50,10),range(fromLogq,toLogq,50))
57 sec = min(math.log2(est["usvp"]["rop"]), math.log2(est["dual"]["rop"]))
58 if sec < 70 or sec > 270:
66 data.append([xx,sec])
73 model(x) = a*x+b
77 title = f"{hw}: sec = {round(line[a],1)}X + {round(line[b],1)}"
78 p = points(data) + plot(model(a=line[a],b=line[b]), (x,minX,maxX), color='black', title=title)
[all …]

12345678910>>...459