Home
last modified time | relevance | path

Searched refs:spc2 (Results 1 – 25 of 46) sorted by relevance

12

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Kernel/Types/
H A Dspace.cpp50 (spc1->min == spc2->min) && in operator ==()
51 (spc1->def == spc2->def) && in operator ==()
52 (spc1->max == spc2->max); in operator ==()
58 (spc1->min != spc2->min) || in operator !=()
60 (spc1->max != spc2->max); in operator !=()
77 spc1->def + spc2->def, in operator +()
78 spc1->max + spc2->max); in operator +()
84 spc1->def - spc2->def, in operator -()
85 spc1->max - spc2->max); in operator -()
99 max (space spc1, space spc2) { in max() argument
[all …]
H A Dspace.hpp40 bool operator == (space spc1, space spc2);
41 bool operator != (space spc1, space spc2);
44 space operator + (space spc1, space spc2);
45 space operator - (space spc1, space spc2);
48 space max (space spc1, space spc2);
/dports/editors/calligra/calligra-3.2.1/filters/sheets/excel/sidewinder/
H A Dobjects.cpp96 const MSO::OfficeArtSpContainer* spc2 = b.anon.get<MSO::OfficeArtSpContainer>(); in applyDrawing() local
97 if(spc2) { in applyDrawing()
99 << "shapeGroup=" << (spc2->shapeGroup?1:0) in applyDrawing()
100 << "deletedshape=" << (spc2->deletedshape?1:0) in applyDrawing()
101 … << "shapePrimaryOptions=" << (spc2->shapePrimaryOptions?1:0) in applyDrawing()
103 … << "shapeTertiaryOptions1=" << (spc2->shapeTertiaryOptions1?1:0) in applyDrawing()
104 << "childAnchor=" << (spc2->childAnchor?1:0) in applyDrawing()
105 << "clientAnchor=" << (spc2->clientAnchor?1:0) in applyDrawing()
106 << "clientData=" << (spc2->clientData?1:0) in applyDrawing()
107 << "clientTextbox=" << (spc2->clientTextbox?1:0) in applyDrawing()
[all …]
/dports/astro/wcslib/wcslib-7.7/C/test/
H A Dtspx.c49 double awav[NSPEC], freq[NSPEC], spc1[NSPEC], spc2[NSPEC], velo[NSPEC], in main() local
149 nFail += closure("afrq", "freq", 0.0, afrqfreq, freqafrq, spc1, spc2); in main()
152 nFail += closure("ener", "freq", 0.0, enerfreq, freqener, spc1, spc2); in main()
155 nFail += closure("wavn", "freq", 0.0, wavnfreq, freqwavn, spc1, spc2); in main()
158 nFail += closure("vrad", "freq", restfrq, vradfreq, freqvrad, spc1, spc2); in main()
161 nFail += closure("wave", "freq", 0.0, wavefreq, freqwave, wave, spc2); in main()
164 nFail += closure("awav", "freq", 0.0, awavfreq, freqawav, awav, spc2); in main()
167 nFail += closure("velo", "freq", restfrq, velofreq, freqvelo, velo, spc2); in main()
170 nFail += closure("vopt", "wave", restwav, voptwave, wavevopt, spc1, spc2); in main()
173 nFail += closure("zopt", "wave", restwav, zoptwave, wavezopt, spc1, spc2); in main()
[all …]
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dspl-cast.cc522 char spc2 = 0; in cast_a_spell() local
589 spc2 = letter_to_index(spc); in cast_a_spell()
733 surge_power(spc2); in your_spells()
753 if (spfl < spell_fail(spc2)) in your_spells()
778 int nastiness = spell_mana(spc2) * spell_mana(spc2) in your_spells()
788 miscast_effect( sptype, spell_mana(spc2), spell_fail(spc2) - spfl, 100 ); in your_spells()
806 if (spc2 != SPELL_NECROMUTATION in your_spells()
824 || spc2 == SPELL_CALL_IMP in your_spells()
827 || spc2 == SPELL_SUMMON_GREATER_DEMON || spc2 == SPELL_HELLFIRE) in your_spells()
835 if (spc2 == SPELL_NECROMUTATION in your_spells()
[all …]
H A Dspl-cast.h38 bool your_spells( int spc2, int powc = 0, bool allow_fail = true );
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fempy/test/
H A Dtest-tupledf.py12 spc2 = lagrange(grid, dimRange=1, order=2) variable
14 test2 = spc2.interpolate(exact[1],name="test")
15 spc = combined( spc1, spc2 )
18 space = product( spc1, spc2, components=["p","s"] )
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1332.c118 double *sp,*spc1,*spc2; /* Pointers to scoef, scoef1 snd scoef2. */ local
196 spc2 = scoef2 + kj*kdim;
202 *sp = (*spc1 + *spc2 - *spnt)*weight;
205 spc2++;
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dpool.c319 void *spc2; /* Pointer to space allocated */ in test_allocate_split() local
345 if(NULL == (spc2 = H5MP_malloc(mp, (size_t)MPOOL_NORMAL_BLOCK))) in test_allocate_split()
372 H5MP_free(mp, spc2); in test_allocate_split()
502 void *spc2; /* Pointer to space allocated */ in test_allocate_new_page() local
562 if(NULL == (spc2 = H5MP_malloc(mp, (size_t)MPOOL_LARGE_BLOCK))) in test_allocate_new_page()
577 H5MP_free(mp, spc2); in test_allocate_new_page()
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dpool.c319 void *spc2; /* Pointer to space allocated */ in test_allocate_split() local
345 if(NULL == (spc2 = H5MP_malloc(mp, (size_t)MPOOL_NORMAL_BLOCK))) in test_allocate_split()
372 H5MP_free(mp, spc2); in test_allocate_split()
502 void *spc2; /* Pointer to space allocated */ in test_allocate_new_page() local
562 if(NULL == (spc2 = H5MP_malloc(mp, (size_t)MPOOL_LARGE_BLOCK))) in test_allocate_new_page()
577 H5MP_free(mp, spc2); in test_allocate_new_page()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Format/
H A Dpage_item.cpp25 page_item_rep::page_item_rep (int tp2, box b2, space spc2, int pen2, in page_item_rep() argument
27 type (tp2), b (b2), spc (spc2), penalty (pen2), in page_item_rep()
/dports/lang/racket/racket-8.3/share/pkgs/preprocessor/
H A Dmzpp.rkt53 [spc2 (and (string? x) (regexp-match #rx"^ *$" x))])
55 (current-spaces (and spc2 (car spc2)))
56 (unless spc2 (display x))
/dports/science/gromacs/gromacs-2021.4/src/testutils/simulationdatabase/
H A Dtip3p5.top7 spc2
H A Dspc216.top8 spc2
H A Dspc2.top25 spc2
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/test/
H A Dfts5dlidx.test44 # document. If it is *also* a multiple of $spc2, a "y" token is also appended.
46 proc do_dlidx_test1 {tn spc1 spc2 nEntry iFirst nStep} {
60 if {($i % $spc2)==0} {
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/test/
H A Dfts5dlidx.test44 # document. If it is *also* a multiple of $spc2, a "y" token is also appended.
46 proc do_dlidx_test1 {tn spc1 spc2 nEntry iFirst nStep} {
60 if {($i % $spc2)==0} {
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dlwp.h448 struct schedstate_percpu *spc2 = &ci2->ci_schedstate; in spc_dlock() local
453 mutex_spin_enter(spc2->spc_mutex); in spc_dlock()
455 mutex_spin_enter(spc2->spc_mutex); in spc_dlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/test/
H A Dfts5dlidx.test44 # document. If it is *also* a multiple of $spc2, a "y" token is also appended.
46 proc do_dlidx_test1 {tn spc1 spc2 nEntry iFirst nStep} {
60 if {($i % $spc2)==0} {
/dports/math/R-cran-sm/sm/R/
H A Dpca.r205 spc2 <- sm.pca(x, Y, h, cor = cor, eval.points = opt$eval.points, functionVar
208 newevec <- spc2$evecs
209 neweval <- t(spc2$evals)
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/test/
H A Ddgcomm.cc246 std::shared_ptr< DiscreteFunctionSpaceType > spc2( new DiscreteFunctionSpaceType(*gp2) ); in createSolution() local
247 std::shared_ptr< DiscreteFunctionType > sol2( new DiscreteFunctionType("sol2", *spc2) ); in createSolution()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Interface/
H A Dedit_graphics.cpp296 array<SI> spc2(1); in set_graphical_object() local
298 spc2[0]=0; in set_graphical_object()
299 bx[n]= concat_box (path (0), bx2, spc2); in set_graphical_object()
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dcairo.c716 double spc, spc2, spc3; in draw_grids() local
782 spc2 = xobjs.pagelist[areawin->page]->snapspace * areawin->vscale; in draw_grids()
783 if (areawin->snapto && spc2 > 8) { in draw_grids()
789 cairo_scale(areawin->cr, spc2, spc2); in draw_grids()
799 for (x = xbegin; x >= 0.; x -= spc2) { in draw_grids()
800 for (y = ybegin; y >= 0.; y -= spc2) { in draw_grids()
/dports/lang/gnu-apl/apl-1.8/src/
H A DDoxy.cc452 int spc2 = 0; in SI_table() local
459 spc2 = e + 1; in SI_table()
464 int spe2 = spc2; in SI_table()
475 " <TD class=code>" << UCS_string(el2, 0, spc2) << CRLF in SI_table()
/dports/math/ngraph/Ngraph-6.3.54-src/x11/
H A Dx11lgndx.c115 double spc2[6]; in LegendGaussDialogPaint() local
195 for (k=0;k<6;k++) spc2[k]=spc[k][j]; in LegendGaussDialogPaint()
196 if (!GRAcurve(GC,spc2,spx[j],spy[j])) break; in LegendGaussDialogPaint()

12