Home
last modified time | relevance | path

Searched refs:lrs (Results 1 – 25 of 1194) sorted by relevance

12345678910>>...48

/dports/www/beehive/beehive-0.4.0/vendor/github.com/wcharczuk/go-chart/
H A Dlinear_regression_series.go29 return lrs.Name
44 return util.Math.MinInt(lrs.GetLimit(), lrs.InnerSeries.Len()-lrs.GetOffset())
57 windowEnd := lrs.GetOffset() + lrs.GetLimit()
72 if lrs.InnerSeries == nil || lrs.InnerSeries.Len() == 0 {
75 if lrs.m == 0 && lrs.b == 0 {
81 y = (lrs.m * lrs.normalize(x)) + lrs.b
87 if lrs.InnerSeries == nil || lrs.InnerSeries.Len() == 0 {
90 if lrs.m == 0 && lrs.b == 0 {
95 y = (lrs.m * lrs.normalize(x)) + lrs.b
100 return (xvalue - lrs.avgx) / lrs.stddevx
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/util/lockfree/
H A Ddeque.hpp219 anchor_.cas(lrs, anchor_pair(lrs.get_left_ptr(), lrs.get_right_ptr(), in stabilize_left()
249 anchor_.cas(lrs, anchor_pair(lrs.get_left_ptr(), lrs.get_right_ptr(), in stabilize_right()
307 anchor_pair lrs = anchor_.lrs(); in push_left() local
317 lrs.get_left_tag(), lrs.get_right_tag() + 1))) in push_left()
364 anchor_pair lrs = anchor_.lrs(); in push_right() local
413 anchor_pair lrs = anchor_.lrs(); in pop_left() local
421 if (lrs.get_left_ptr() == lrs.get_right_ptr()) in pop_left()
447 lrs.get_right_ptr(), lrs.get_left_tag(), in pop_left()
474 anchor_pair lrs = anchor_.lrs(); in pop_right() local
482 if (lrs.get_right_ptr() == lrs.get_left_ptr()) in pop_right()
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/s2/
H A Dpmi2_pmap_parser.c79 int *lrs; in find_lrs() local
116 lrs = 0; in find_lrs()
118 return lrs; in find_lrs()
161 free(lrs); in dump_lrs()
167 int *lrs; in main() local
195 free(lrs); in main()
204 free(lrs); in main()
214 free(lrs); in main()
222 free(lrs); in main()
230 free(lrs); in main()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/s2/
H A Dpmi2_pmap_parser.c79 int *lrs; in find_lrs() local
116 lrs = 0; in find_lrs()
118 return lrs; in find_lrs()
161 free(lrs); in dump_lrs()
167 int *lrs; in main() local
195 free(lrs); in main()
204 free(lrs); in main()
214 free(lrs); in main()
222 free(lrs); in main()
230 free(lrs); in main()
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/cray/
H A Dpmix_cray_pmap_parser.c81 int *lrs; in find_lrs() local
118 lrs = 0; in find_lrs()
120 return lrs; in find_lrs()
163 free(lrs); in dump_lrs()
169 int *lrs; in main() local
197 free(lrs); in main()
206 free(lrs); in main()
216 free(lrs); in main()
224 free(lrs); in main()
232 free(lrs); in main()
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/contrib/perf_tools/
H A Dpmi2_pmap_parser.c82 int *lrs; in find_lrs() local
119 lrs = 0; in find_lrs()
121 return lrs; in find_lrs()
164 free(lrs); in dump_lrs()
170 int *lrs; in main() local
198 free(lrs); in main()
207 free(lrs); in main()
217 free(lrs); in main()
225 free(lrs); in main()
233 free(lrs); in main()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/cray/
H A Dpmix_cray_pmap_parser.c81 int *lrs; in find_lrs() local
118 lrs = 0; in find_lrs()
120 return lrs; in find_lrs()
163 free(lrs); in dump_lrs()
169 int *lrs; in main() local
197 free(lrs); in main()
206 free(lrs); in main()
216 free(lrs); in main()
224 free(lrs); in main()
232 free(lrs); in main()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/contrib/perf_tools/
H A Dpmi2_pmap_parser.c82 int *lrs; in find_lrs() local
119 lrs = 0; in find_lrs()
121 return lrs; in find_lrs()
164 free(lrs); in dump_lrs()
170 int *lrs; in main() local
198 free(lrs); in main()
207 free(lrs); in main()
217 free(lrs); in main()
225 free(lrs); in main()
233 free(lrs); in main()
[all …]
/dports/science/libmsym/libmsym-0.2.3-paper/src/
H A Drsh.c43 if(lrs[l].d != 2*l+1){ in generateRSHRepresentations()
61 int d = lrs[0].d; in rshSymmetryOperationRepresentation()
62 double (*st)[d][d] = lrs[0].t; in rshSymmetryOperationRepresentation()
65 int d = lrs[1].d; in rshSymmetryOperationRepresentation()
66 double (*st)[d][d] = lrs[1].t; in rshSymmetryOperationRepresentation()
81 int d = lrs[l].d; in rshSymmetryOperationRepresentation()
106 int d1 = lrs[1].d, dl = lrs[l-1].d, ol = (dl - 1)/2; in rshRotationP()
107 double (*st1)[d1][d1] = lrs[1].t, (*stl)[dl][dl] = lrs[l-1].t; in rshRotationP()
129 ret = rshRotationP(index, l, 1, 1, m2, lrs) + rshRotationP(index, l, -1, -1, m2, lrs); in rshRotationV()
155 int d = lrs[l].d; in rshRotationRepresentation()
[all …]
/dports/science/v_sim/v_sim-3.8.0/lib/plug-ins/msym/libmsym/src/
H A Drsh.c43 if(lrs[l].d != 2*l+1){ in generateRSHRepresentations()
61 int d = lrs[0].d; in rshSymmetryOperationRepresentation()
62 double (*st)[d][d] = lrs[0].t; in rshSymmetryOperationRepresentation()
65 int d = lrs[1].d; in rshSymmetryOperationRepresentation()
66 double (*st)[d][d] = lrs[1].t; in rshSymmetryOperationRepresentation()
81 int d = lrs[l].d; in rshSymmetryOperationRepresentation()
106 int d1 = lrs[1].d, dl = lrs[l-1].d, ol = (dl - 1)/2; in rshRotationP()
107 double (*st1)[d1][d1] = lrs[1].t, (*stl)[dl][dl] = lrs[l-1].t; in rshRotationP()
129 ret = rshRotationP(index, l, 1, 1, m2, lrs) + rshRotationP(index, l, -1, -1, m2, lrs); in rshRotationV()
155 int d = lrs[l].d; in rshRotationRepresentation()
[all …]
/dports/devel/jsl/jsl-0.3.0/src/
H A Djscntxt.c281 if (lrs) { in js_DestroyContext()
282 while ((lrc = lrs->topChunk) != &lrs->firstChunk) { in js_DestroyContext()
447 if (!lrs) { in js_EnterLocalRootScope()
448 lrs = (JSLocalRootStack *) JS_malloc(cx, sizeof *lrs); in js_EnterLocalRootScope()
449 if (!lrs) in js_EnterLocalRootScope()
453 lrs->topChunk = &lrs->firstChunk; in js_EnterLocalRootScope()
459 mark = js_PushLocalRoot(cx, lrs, INT_TO_JSVAL(lrs->scopeMark)); in js_EnterLocalRootScope()
475 JS_ASSERT(lrs && lrs->rootCount != 0); in js_LeaveLocalRootScope()
476 if (!lrs || lrs->rootCount == 0) in js_LeaveLocalRootScope()
529 JS_ASSERT(lrs && lrs->rootCount); in js_ForgetLocalRoot()
[all …]
/dports/sysutils/p5-Unix-Lsof/Unix-Lsof-0.1.0/t/
H A D20.lsof-result.t32 my $lrs;
34 isa_ok ($lrs,"Unix::Lsof::Result");
37 ok (!$lrs,"object returns false");
46 if ( $lrs->has_errors() ) {
47 my $error = $lrs->errors();
61 $lrs = undef;
81 ok ($lrs, "returns true when it has any output");
83 ok ($lrs->has_errors(),"Reports that it has errors");
162 $lrs = lsof("-p",$$,"-n");
169 $lrs = lsof("-p",$$,"-n",{ tcp_tpi_parse => "part" });
[all …]
H A D30.parse_lsof_output.t29 my $lrs;
31 ok ( $lrs = parse_lsof_output(["p1111\0g22222\0R3333\0carthur\0u42\0Lzaphod\0","f8\0ar\0l \0tREG\0"…
35 ok (exists $lrs->{1111},"Correct process number reported");
37 ok ( $lrs = parse_lsof_output("p1111\0g22222\0R3333\0carthur\0u42\0Lzaphod\0\012f8\0ar\0l \0tREG\0"…
41 ok (exists $lrs->{1111},"Correct process number reported");
45 ok ( $lrs = parse_lsof_output("p1111\0Zerror message\012g22222\0R3333\0cford\0u42\0Lzaphod\0\012f8\…
48 is ($lrs->{1111}->{"command name"},"ford","Correct command name from second line reported");
50 ok ( $lrs = parse_lsof_output("p1111\0Zerror message\0g22222\0R3333\0cford\0u42\0Lzaphod\0\012f8\0a…
52 is ($lrs->{1111}{files}[0]{"inode number"},4242,"Correct inode reported");
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djscntxt.c436 if (lrs) { in js_DestroyContext()
437 while ((lrc = lrs->topChunk) != &lrs->firstChunk) { in js_DestroyContext()
601 if (!lrs) { in js_EnterLocalRootScope()
602 lrs = (JSLocalRootStack *) JS_malloc(cx, sizeof *lrs); in js_EnterLocalRootScope()
603 if (!lrs) in js_EnterLocalRootScope()
607 lrs->topChunk = &lrs->firstChunk; in js_EnterLocalRootScope()
613 mark = js_PushLocalRoot(cx, lrs, INT_TO_JSVAL(lrs->scopeMark)); in js_EnterLocalRootScope()
629 JS_ASSERT(lrs && lrs->rootCount != 0); in js_LeaveLocalRootScopeWithResult()
630 if (!lrs || lrs->rootCount == 0) in js_LeaveLocalRootScopeWithResult()
701 JS_ASSERT(lrs && lrs->rootCount); in js_ForgetLocalRoot()
[all …]
/dports/lang/spidermonkey17/js/src/
H A Djscntxt.c436 if (lrs) { in js_DestroyContext()
437 while ((lrc = lrs->topChunk) != &lrs->firstChunk) { in js_DestroyContext()
601 if (!lrs) { in js_EnterLocalRootScope()
602 lrs = (JSLocalRootStack *) JS_malloc(cx, sizeof *lrs); in js_EnterLocalRootScope()
603 if (!lrs) in js_EnterLocalRootScope()
607 lrs->topChunk = &lrs->firstChunk; in js_EnterLocalRootScope()
613 mark = js_PushLocalRoot(cx, lrs, INT_TO_JSVAL(lrs->scopeMark)); in js_EnterLocalRootScope()
629 JS_ASSERT(lrs && lrs->rootCount != 0); in js_LeaveLocalRootScopeWithResult()
630 if (!lrs || lrs->rootCount == 0) in js_LeaveLocalRootScopeWithResult()
701 JS_ASSERT(lrs && lrs->rootCount); in js_ForgetLocalRoot()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djscntxt.c436 if (lrs) { in js_DestroyContext()
437 while ((lrc = lrs->topChunk) != &lrs->firstChunk) { in js_DestroyContext()
601 if (!lrs) { in js_EnterLocalRootScope()
602 lrs = (JSLocalRootStack *) JS_malloc(cx, sizeof *lrs); in js_EnterLocalRootScope()
603 if (!lrs) in js_EnterLocalRootScope()
607 lrs->topChunk = &lrs->firstChunk; in js_EnterLocalRootScope()
613 mark = js_PushLocalRoot(cx, lrs, INT_TO_JSVAL(lrs->scopeMark)); in js_EnterLocalRootScope()
629 JS_ASSERT(lrs && lrs->rootCount != 0); in js_LeaveLocalRootScopeWithResult()
630 if (!lrs || lrs->rootCount == 0) in js_LeaveLocalRootScopeWithResult()
701 JS_ASSERT(lrs && lrs->rootCount); in js_ForgetLocalRoot()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djscntxt.c436 if (lrs) { in js_DestroyContext()
437 while ((lrc = lrs->topChunk) != &lrs->firstChunk) { in js_DestroyContext()
601 if (!lrs) { in js_EnterLocalRootScope()
602 lrs = (JSLocalRootStack *) JS_malloc(cx, sizeof *lrs); in js_EnterLocalRootScope()
603 if (!lrs) in js_EnterLocalRootScope()
607 lrs->topChunk = &lrs->firstChunk; in js_EnterLocalRootScope()
613 mark = js_PushLocalRoot(cx, lrs, INT_TO_JSVAL(lrs->scopeMark)); in js_EnterLocalRootScope()
629 JS_ASSERT(lrs && lrs->rootCount != 0); in js_LeaveLocalRootScopeWithResult()
630 if (!lrs || lrs->rootCount == 0) in js_LeaveLocalRootScopeWithResult()
701 JS_ASSERT(lrs && lrs->rootCount); in js_ForgetLocalRoot()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djscntxt.c436 if (lrs) { in js_DestroyContext()
437 while ((lrc = lrs->topChunk) != &lrs->firstChunk) { in js_DestroyContext()
601 if (!lrs) { in js_EnterLocalRootScope()
602 lrs = (JSLocalRootStack *) JS_malloc(cx, sizeof *lrs); in js_EnterLocalRootScope()
603 if (!lrs) in js_EnterLocalRootScope()
607 lrs->topChunk = &lrs->firstChunk; in js_EnterLocalRootScope()
613 mark = js_PushLocalRoot(cx, lrs, INT_TO_JSVAL(lrs->scopeMark)); in js_EnterLocalRootScope()
629 JS_ASSERT(lrs && lrs->rootCount != 0); in js_LeaveLocalRootScopeWithResult()
630 if (!lrs || lrs->rootCount == 0) in js_LeaveLocalRootScopeWithResult()
701 JS_ASSERT(lrs && lrs->rootCount); in js_ForgetLocalRoot()
[all …]
/dports/textproc/p5-Tree-Suffix/Tree-Suffix-0.22/t/
H A D04_lrs.t7 my @lrs = $tree->lrs;
8 is_deeply([sort @lrs], [qw(astring stringy)], 'lrs');
10 @lrs = $tree->lrs(0, 5);
12 [sort @lrs],
14 'lrs(min, max)'
/dports/math/polymake/polymake-4.5/bundled/lrs/apps/polytope/rules/
H A Dlrs_ch.rules20 rule lrs.convex_hull.primal: FACETS, LINEAR_SPAN : RAYS | INPUT_RAYS {
39 # lrs redundancy checks
40 # lrs cannot detect generators of the lineality space in INPUT_RAYS
42 rule lrs.convex_hull.redund: POINTED, RAYS, LINEAR_SPAN : INPUT_RAYS, LINEALITY_SPACE {
48 # lrs cannot detect implicit equalities among INEQUALITIES
50 rule lrs.convex_hull.redund: FACETS, LINEALITY_SPACE : INEQUALITIES, LINEAR_SPAN {
60 rule lrs.convex_hull.cone.count: N_FACETS : RAYS | INPUT_RAYS {
73 rule lrs.convex_hull.count: N_FACETS : RAYS | INPUT_RAYS {
78 override : SUPER::lrs.convex_hull.cone.count;
85 override : SUPER::lrs.convex_hull.cone.count;
[all …]
/dports/math/elpa/elpa-2019.05.002/src/elpa1/
H A Delpa_multiply_a_b.F90207 lrs = 1 ! 1st local row number for broadcast
212 if (lrs<=lre) then
213 nvals = lre-lrs+1
218 lrs_save(n) = lrs
243 lrs = lrs_save(n)
245 if (lrs<=lre) then
246 nvals = lre-lrs+1
247 aux_mat(lrs:lre,nstor) = aux_bc(n_aux_bc+1:n_aux_bc+nvals)
257 lrs = 1 ! 1st local row number for multiply
276 if (lrs<=lre) then
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/DSPSpy/tests/
H A Daccelerator_loop_test.ds49 lrs $AC0.M, @ACSAH
50 lrs $AC0.L, @ACSAL
53 lrs $AC1.M, @ACEAH
54 lrs $AC1.L, @ACEAL
56 lrs $AX0.H, @ACCAH
57 lrs $AX0.L, @ACCAL
58 lrs $AX1.H, @ACCAH
59 lrs $AX1.L, @ACCAL
61 lrs $AX1.H, @ACCAH
62 lrs $AX1.L, @ACCAL
/dports/math/vinci/vinci-1.0.5/
H A Dvinci.c86 *lrs = FALSE; in existing_programmes()
91 { *lrs = TRUE; in existing_programmes()
134 if (lrs) in method_proposal()
160 if (lrs) in method_proposal()
165 if (lrs && ext != REAL_T) in method_proposal()
172 if (lrs) in method_proposal()
174 if (lrs && ext != REAL_T) in method_proposal()
212 if (lrs && ext != NONE) in method_test()
224 if (!lrs && ext == NONE) in method_test()
291 if (lrs && ine != NONE) in method_test()
[all …]
/dports/math/lrslib/lrslib-071a/
H A Dmakefile11 default: lrs
53 lrs: ${LRSOBJ} target
57 ln -s -f lrs redund
63 lrs.o: lrs.c
64 $(CC) ${CFLAGS} -DMA -DB128 -c -o lrs.o lrs.c
66 lrs64.o: lrs.c
67 $(CC) ${CFLAGS} -DMA -c -o lrs64.o lrs.c
154 $(CC) -Wall -O3 -o lrs lrs.c lrslib.c lrsdriver.c lrsmp.c
192 SHLIBBIN=lrs-shared lrsnash-shared
209 lrs-shared: ${SHLINK} lrs.o
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/docs/DSP/
H A Dunlockmemcard.ds45 lrs $AC1.L, @CMBL
70 lrs $AC1.M, @CMBL
82 lrs $AC1.L, @CMBL
84 lrs $AC1.L, @CMBL
86 lrs $AC1.L, @CMBL
98 lrs $AX0.L, @CMBL
102 lrs $AX1.L, @CMBL
104 lrs $AX1.H, @CMBL
111 lrs $AC1.M, @DMBH
117 lrs $AC1.M, @CMBH
[all …]

12345678910>>...48