Home
last modified time | relevance | path

Searched refs:nS (Results 101 – 125 of 1192) sorted by relevance

12345678910>>...48

/dports/games/scummvm/scummvm-2.5.1/engines/sludge/
H A Dvariable.cpp566 VariableStack *nS = new VariableStack; in loadStack() local
567 if (!checkNew(nS)) in loadStack()
569 nS->thisVar.load(stream); in loadStack()
571 *last = nS; in loadStack()
573 nS->next = NULL; in loadStack()
574 (*changeMe) = nS; in loadStack()
575 changeMe = &(nS->next); in loadStack()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/saves/
H A DIcon.cpp22 int16 nS; member
152 m_pTexCoords[i].nS = static_cast<float>(fileVertexAttrib.nS) / 4096.0f; in ReadVertices()
/dports/mail/qpopper/qpopper4.1.0/mmangle/
H A Dcharmangle.c340 int nS = 6; in CharMangler() local
346 Unicode_to_Utf8 ( unicode, szBuf, &nS ); in CharMangler()
347 hm.m_pfOut ( hm.m_pvOut, (char *)szBuf, nS ); in CharMangler()
/dports/math/py-gym/gym-0.21.0/gym/envs/toy_text/
H A Dfrozen_lake.py104 nS = nrow * ncol
109 P = {s: {a: [] for a in range(nA)} for s in range(nS)}
150 super(FrozenLakeEnv, self).__init__(nS, nA, P, isd)
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/bitmap/
H A Dbmpfast.cxx228 int nS = rSrc.GetRed(); in ImplBlendPixels() local
229 nR = nS + (((nR - nS) * nAlphaVal) >> nAlphaShift); in ImplBlendPixels()
232 nS = rSrc.GetGreen(); in ImplBlendPixels()
233 nG = nS + (((nG - nS) * nAlphaVal) >> nAlphaShift); in ImplBlendPixels()
236 nS = rSrc.GetBlue(); in ImplBlendPixels()
237 nB = nS + (((nB - nS) * nAlphaVal) >> nAlphaShift); in ImplBlendPixels()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Deditdoc.cxx232 pNew = new EditCharAttribColor( static_cast<const SvxColorItem&>(rNew), nS, nE ); in MakeCharAttrib()
239 pNew = new EditCharAttribFont( static_cast<const SvxFontItem&>(rNew), nS, nE ); in MakeCharAttrib()
258 pNew = new EditCharAttribWeight( static_cast<const SvxWeightItem&>(rNew), nS, nE ); in MakeCharAttrib()
290 pNew = new EditCharAttribItalic( static_cast<const SvxPostureItem&>(rNew), nS, nE ); in MakeCharAttrib()
295 pNew = new EditCharAttribOutline( static_cast<const SvxContourItem&>(rNew), nS, nE ); in MakeCharAttrib()
300 pNew = new EditCharAttribShadow( static_cast<const SvxShadowedItem&>(rNew), nS, nE ); in MakeCharAttrib()
315 pNew = new EditCharAttribKerning( static_cast<const SvxKerningItem&>(rNew), nS, nE ); in MakeCharAttrib()
330 pNew = new EditCharAttribCaseMap( static_cast<const SvxCaseMapItem&>(rNew), nS, nE ); in MakeCharAttrib()
340 pNew = new EditCharAttribTab( static_cast<const SfxVoidItem&>(rNew), nS ); in MakeCharAttrib()
345 pNew = new EditCharAttribLineBreak( static_cast<const SfxVoidItem&>(rNew), nS ); in MakeCharAttrib()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Deditdoc.cxx235 pNew = new EditCharAttribColor( static_cast<const SvxColorItem&>(rNew), nS, nE ); in MakeCharAttrib()
242 pNew = new EditCharAttribFont( static_cast<const SvxFontItem&>(rNew), nS, nE ); in MakeCharAttrib()
261 pNew = new EditCharAttribWeight( static_cast<const SvxWeightItem&>(rNew), nS, nE ); in MakeCharAttrib()
293 pNew = new EditCharAttribItalic( static_cast<const SvxPostureItem&>(rNew), nS, nE ); in MakeCharAttrib()
298 pNew = new EditCharAttribOutline( static_cast<const SvxContourItem&>(rNew), nS, nE ); in MakeCharAttrib()
303 pNew = new EditCharAttribShadow( static_cast<const SvxShadowedItem&>(rNew), nS, nE ); in MakeCharAttrib()
318 pNew = new EditCharAttribKerning( static_cast<const SvxKerningItem&>(rNew), nS, nE ); in MakeCharAttrib()
333 pNew = new EditCharAttribCaseMap( static_cast<const SvxCaseMapItem&>(rNew), nS, nE ); in MakeCharAttrib()
343 pNew = new EditCharAttribTab( static_cast<const SfxVoidItem&>(rNew), nS ); in MakeCharAttrib()
348 pNew = new EditCharAttribLineBreak( static_cast<const SfxVoidItem&>(rNew), nS ); in MakeCharAttrib()
[all …]
/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A Dwfx.c171 gint nS; in readBasisFromWFX() local
237 for(nS = 0;nS<nShells; nS++) in readBasisFromWFX()
239 gint iAtoms = numAtoms[nS]-1; in readBasisFromWFX()
241 kOrb = nS; in readBasisFromWFX()
245 temp[kOrb].Gtf[j].Ex = primitiveExponents[nS]; in readBasisFromWFX()
247 setLxyz(primitiveTypes[nS], temp[kOrb].Gtf[j].l); in readBasisFromWFX()
/dports/math/freefem++/FreeFem-sources-4.6/examples/3d/
H A Dcrack-3d.edp12 int[int] nS=[ ns,-ns ];
13 func bord = C(nC)+Ss(nS);
/dports/www/sogo/SOGo-5.4.0/SoObjects/Appointments/Latvian.lproj/
H A DLocalizable.strings35 …%{Description}" = "%{Organizer} %{SentByText} ielūdza Jūs uz %{Summary}.\n\nSākums: %{StartDate}\n…
36 …%{Description}" = "%{Organizer} %{SentByText} ielūdza Jūs uz %{Summary}.\n\nSākums: %{StartDate} %…
41 = "%{Organizer} %{SentByText} atcēla notikumu: %{Summary}.\n\nSākums: %{StartDate}\nBeigas: %{EndDa…
43 = "%{Organizer} %{SentByText} atcēla notikumu: %{Summary}.\n\nSākums: %{StartDate} %{StartTime}\nBe…
/dports/www/sogo-activesync/SOGo-5.4.0/SoObjects/Appointments/Latvian.lproj/
H A DLocalizable.strings35 …%{Description}" = "%{Organizer} %{SentByText} ielūdza Jūs uz %{Summary}.\n\nSākums: %{StartDate}\n…
36 …%{Description}" = "%{Organizer} %{SentByText} ielūdza Jūs uz %{Summary}.\n\nSākums: %{StartDate} %…
41 = "%{Organizer} %{SentByText} atcēla notikumu: %{Summary}.\n\nSākums: %{StartDate}\nBeigas: %{EndDa…
43 = "%{Organizer} %{SentByText} atcēla notikumu: %{Summary}.\n\nSākums: %{StartDate} %{StartTime}\nBe…
/dports/audio/afsp/AFsp-v8r2/libtsp/AF/header/
H A DAFrdEShead.c238 int ncID, ncIDX, k, nS, Found, Lw, Nr; in AF_getGeneric() local
271 nS = ncIDX + 10; in AF_getGeneric()
274 p = STstrstrNM (buff, sstr, Nbuff, nS); in AF_getGeneric()
293 p += nS; /* Point to values */ in AF_getGeneric()
/dports/www/sogo2/SOGo-2.4.1/SoObjects/Appointments/Latvian.lproj/
H A DLocalizable.strings35 …%{Description}" = "%{Organizer} %{SentByText} ielūdza Jūs uz %{Summary}.\n\nSākums: %{StartDate}\n…
36 …%{Description}" = "%{Organizer} %{SentByText} ielūdza Jūs uz %{Summary}.\n\nSākums: %{StartDate} %…
41 = "%{Organizer} %{SentByText} atcēla notikumu: %{Summary}.\n\nSākums: %{StartDate}\nBeigas: %{EndDa…
43 = "%{Organizer} %{SentByText} atcēla notikumu: %{Summary}.\n\nSākums: %{StartDate} %{StartTime}\nBe…
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/inc/
H A Dsbstdobj.hxx84 void SetSize( sal_uInt16 nS ) { nSize = nS; } in SetSize() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dtool.h45 #define MAKE_STAMP(nF,nS) ((nS&0x0F)+((nF&0x7F)*16)) argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/inc/
H A Dsbstdobj.hxx89 void SetSize( sal_uInt16 nS ) { nSize = nS; } in SetSize() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dtool.h44 #define MAKE_STAMP(nF,nS) ((nS&0x0F)+((nF&0x7F)*16)) argument
/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3dLSS.c343 int nS ; float *ss , *oo , *fv , sum ; int nvec , iv ; in main() local
593 nS = imS->ny ; Sar = MRI_FLOAT_PTR(imS) ; in main()
616 ADN_nvals , nS , in main()
617 ADN_ntt , nS , in main()
621 for( kk=0 ; kk < nS ; kk++ ){ in main()
640 for( kk=0 ; kk < nS ; kk++ ){ in main()
/dports/graphics/nurbs++/nurbs++-3.0.11/nurbs/
H A DhnurbsS_sp.cpp309 void HNurbsSurfaceSP<T,N>::copy(const HNurbsSurface<T,N>& nS){ in copy() argument
311 levelP = nS.nextLevel() ; in copy()
313 NurbsSurface<T,N>::operator=(nS) ; in copy()
314 this->rU = nS.rU ; in copy()
315 this->rV = nS.rV ; in copy()
316 this->offset = nS.offset ; in copy()
H A DnurbsS.cpp213 P = nS.P ; in operator =()
214 U = nS.U ; in operator =()
215 V = nS.V ; in operator =()
2364 nS = *this ; in refineKnotU()
2393 nS.P(k-p-1,col) = nS.P(k-p,col) ; in refineKnotU()
2399 nS.P(ind-1,col) = nS.P(ind,col) ; in refineKnotU()
2403 nS.P(ind-1,col) = alpha*nS.P(ind-1,col) + (1.0-alpha)*nS.P(ind,col) ; in refineKnotU()
2408 *this = nS ; in refineKnotU()
2464 nS.P(row,k-p-1) = nS.P(row,k-p) ; in refineKnotV()
2470 nS.P(row,ind-1) = nS.P(row,ind) ; in refineKnotV()
[all …]
H A DhnurbsS_sp.h73 virtual void copy(const HNurbsSurface<T,N>& nS) ;
113 inline HNurbsSurfaceSP<T,N>::HNurbsSurfaceSP(const NurbsSurface<T,N>& nS) : HNurbsSurface<T,N>(nS)… in HNurbsSurfaceSP() argument
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clangd/
H A Dcompletion.test5 …///main.cpp","languageId":"cpp","version":1,"text":"struct S { int a; };\nint main() {\nS().\n}"}}}
25 …/main.cpp","version":2},"contentChanges":[{"text":"struct S { int b; };\nint main() {\nS().\n}"}]}}
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/
H A DPredicateSuite.scala174 val nS = HashSet[Any]() + 1 + 2 + null constant
181 checkEvaluation(InSet(two, nS), true)
183 checkEvaluation(InSet(three, nS), null)
185 checkEvaluation(InSet(nl, nS), null)
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/main/
H A DDrawModelWrapper.cxx187 for( sal_Int32 nS = nSubCount; nS--; ) in clearMainDrawPage() local
189 if( xChartRoot->getByIndex( nS ) >>= xShape ) in clearMainDrawPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Ddocsort.hxx52 sal_uInt16 nS, sal_uInt16 nT, SwMovedBoxes& rMovedList, SwUndoSort* pUD);
54 sal_uInt16 nS, sal_uInt16 nT, SwMovedBoxes& rMovedList, SwUndoSort* pUD);

12345678910>>...48