Home
last modified time | relevance | path

Searched refs:getu (Results 1 – 25 of 61) sorted by relevance

123

/dports/games/openfodder/openfodder-1.6.0/Source/Utils/
H A Dpseudorand.hpp85 …return pMin + static_cast <float> (getu() % RAND_MAX) / (static_cast <float> (RAND_MAX) / (pMax - … in getf()
88 uint16 getu() { in getu() function in cPseudorand
92 uint16 getu(size_t pMin, size_t pMax) { in getu() function in cPseudorand
93 return (uint16)(pMin + (getu() % static_cast<int>(pMax - pMin + 1))); in getu()
/dports/games/openfodder/openfodder-1.6.0/Source/Map/
H A DRandom.cpp133 return mParams.mRandom.getu(pMin, pMax); in getRandomInt()
138 return mParams.mRandom.getu(); in getRandomInt()
155 PosStart.mX = pRadius + (mParams.mRandom.getu() % (mParams.mWidth - pRadius)); in getRandomXYByTileID()
156 PosStart.mY = pRadius + (mParams.mRandom.getu() % (mParams.mHeight - pRadius)); in getRandomXYByTileID()
196 …PosStart.mX = 16 + (pRadius + (mParams.mRandom.getu() % (mParams.mWidth - pRadius))) * TILE_WIDTH_… in getRandomXYByFeatures()
197 …PosStart.mY = 16 + (pRadius + (mParams.mRandom.getu() % (mParams.mHeight - pRadius))) * TILE_HEIGH… in getRandomXYByFeatures()
271 cDiamondSquare DS(PowerOf, mParams.mRandom.getu()); in createDiamondSquare()
/dports/math/freefem++/FreeFem-sources-4.6/plugin/seq/
H A DGeometryQA.cpp578 const int index = vertices.index(j == 0 ? e->getu( ) : e->getv( )); in hRefineQA()
606 const int indexu = vertices.index(e->getu( )), indexv = vertices.index(e->getv( )); in hRefineQA()
695 const int indexw = vertices.index(e->getu( )); in hRefineQA()
697 e->cut(e->getu( ), &vertices[endVertex[indexw] - 1], edges, vertices, metric, in hRefineQA()
753 onBoundary[vertices.index(e.getu( ))] = true; in export_to_Mesh()
800 int i1 = vertices.index(e.getu( )); in export_to_Mesh()
826 onBoundary[vertices.index(e.getu( ))] = true; in export_to_FreeFem()
858 data_out << 1 + vertices.index(e.getu( )) << " " << 1 + vertices.index(e.getv( )) << " " in export_to_FreeFem()
861 data_out << 1 + vertices.index(e.getu( )) << " " << 1 + vertices.index(e.getv( )) << " " << 1 in export_to_FreeFem()
H A DGeometry.hpp105 Vertex const *getu( ) const { return u; } in getu() function in Edge
161 f << R2(*(e.getu( ))) << " " << R2(*(e.getv( ))); in operator <<()
167 f << "{" << R2(*(e.getu( ))) << "," << R2(*(e.getv( ))) << "}"; in operator <<()
325 Z2(vertices.index(edges[i].getu( )), vertices.index(edges[i].getv( ))); in Connectivity()
/dports/japanese/p5-Unicode-Japanese/Unicode-Japanese-0.49/t/
H A Dutf8flag.t26 ok( $string->getu(), "\x{ff10}\x{ff11}\x{ff12}\x{ff19}");
/dports/devel/libreadline-java/libreadline-java-0.8.0/contrib/bsh/
H A DInterpreter.java190 if ( ! ( getu("bsh") instanceof bsh.This ) ) in Interpreter()
477 Object show = getu("bsh.show"); in run()
807 Object getu( String name ) { in getu() method in Interpreter
941 String cwd = (String)getu("bsh.cwd"); in pathToFile()
/dports/devel/bglibs/bglibs-2.04/doc/latex/
H A Dgroup__ibuf.tex53 int \hyperlink{group__ibuf_ga3b3a79dcbd986f2e1d9b39346c17bf4e}{ibuf\+\_\+getu} (\hyperlink{structib…
173 Referenced by ibuf\+\_\+getnetstring(), and ibuf\+\_\+getu().
185 References iobuf\+::errnum, ibuf\+\_\+getc(), ibuf\+\_\+getu(), ibuf\+\_\+read(), io, str\+::len, o…
222 …buf\+: Input Buffer Managemenet@{ibuf\+: Input Buffer Managemenet}!ibuf\+\_\+getu@{ibuf\+\_\+getu}}
223 \index{ibuf\+\_\+getu@{ibuf\+\_\+getu}!ibuf\+: Input Buffer Managemenet@{ibuf\+: Input Buffer Manag…
224 \subsubsection{\texorpdfstring{ibuf\+\_\+getu()}{ibuf\_getu()}}
225 {\footnotesize\ttfamily int ibuf\+\_\+getu (\begin{DoxyParamCaption}\item[{\hyperlink{structibuf}{i…
289 Referenced by ibuf\+\_\+getu().
/dports/math/py-Diofant/Diofant-0.13.0/diofant/combinatorics/
H A Dgenerators.py144 def getu(f, i): function
184 setr(L, i, list((getu(D, i))))
/dports/math/py-sympy/sympy-1.9/sympy/combinatorics/
H A Dgenerators.py138 def getu(f, i): function
178 setr(L, i, list(getu(D, i)))
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/ressources/FMDP/coffee/
H A Dcoffee.dat38 action getu
H A Dcoffee.cost.dat39 action getu
H A Dcoffee3.cost.dat101 action getu
H A Dcoffee2.cost.dat127 action getu
H A Dcoffee2po.dat156 action getu
H A Dcoffee2po2.dat165 action getu
/dports/japanese/tiarra/tiarra-20100212/main/Tiarra/Encoding/
H A DEncode.pm35 sub getu { subroutine
/dports/japanese/p5-Unicode-Japanese/Unicode-Japanese-0.49/lib/Unicode/Japanese/
H A DJA.pod91 utf-8 `文字'列 の取得には getu() メソッドを使います.
220 文字列が必要なら getu() メソッドを使うことをオススメします.
222 =item $str = $s->getu
/dports/math/freefem++/FreeFem-sources-4.6/examples/plugin/
H A DAPk-FreeFemQA.edp26 const int indexu = vertices.index(e->getu()), indexv = vertices.index(e->getv());
/dports/textproc/rnv/rnv-1.7.11/
H A Drnc.c235 static void getu(struct rnc_source *sp) { in getu() function
277 getu(sp); in getv()
281 getu(sp); in getv()
286 getu(sp); in getv()
292 getu(sp); in getv()
/dports/lang/bsh/beanshell-2.1.0/src/bsh/
H A DInterpreter.java864 Object getu( String name ) { in getu() method in Interpreter
1048 String cwd = (String)getu("bsh.cwd"); in pathToFile()
/dports/japanese/p5-Unicode-Japanese/Unicode-Japanese-0.49/lib/Unicode/
H A DJapanese.mlpod122 returns UTF-8 I<byte> string, and the method getu() returns UTF-8 I<character>
127 utf-8 `文字'列 の取得には getu() メソッドを使います.
338 have to use the method getu().
341 文字列が必要なら getu() メソッドを使うことをオススメします.
344 =item $str = $s->getu
/dports/japanese/p5-Unicode-Japanese/Unicode-Japanese-0.49/
H A DChanges130 - new method, getu().
/dports/games/four-in-a-row/four-in-a-row-3.38.1/po/
H A Dis.po89 "Núll er mennskur leikmaður; einn til þrír samsvara getu tölvustýrðsleikmanns."
/dports/science/getdp/getdp-3.4.0-source/contrib/Sparskit/
H A Dunary.f1072 subroutine getu (n,a,ja,ia,ao,jao,iao)
/dports/chinese/scim-tables/scim-tables-0.5.10/tables/ja/
H A DNippon.txt.in3209 getu 月 243
7919 getu 綴 0
12842 getu 囓 0
15210 getu 蘖 0
20866 getu 齧 0

123