Home
last modified time | relevance | path

Searched refs:toint (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/dports/net/mpich2/mpich2-1.5/test/mpi/f90/datatype/
H A Dkinds.f9012 integer (kind=MPI_OFFSET_KIND) oint, toint variable
73 if (range(toint) .ge. 10) then
74 toint = 1
75 do i=1, range(toint)-1
76 toint = toint * 10
78 toint = toint - 1
80 toint = 12345678
98 if (toint .ne. oint) then
100 print *, "Value should be ", toint, " but is ", oint
/dports/net/mpich/mpich-3.4.3/test/mpi/f08/datatype/
H A Dkinds.f9012 integer (kind=MPI_OFFSET_KIND) oint, toint variable
73 if (range(toint) .ge. 10) then
74 toint = 1
75 do i=1, range(toint)-1
76 toint = toint * 10
78 toint = toint - 1
80 toint = 12345678
98 if (toint .ne. oint) then
100 print *, "Value should be ", toint, " but is ", oint
/dports/net/mpich/mpich-3.4.3/test/mpi/f90/datatype/
H A Dkinds.f9012 integer (kind=MPI_OFFSET_KIND) oint, toint variable
73 if (range(toint) .ge. 10) then
74 toint = 1
75 do i=1, range(toint)-1
76 toint = toint * 10
78 toint = toint - 1
80 toint = 12345678
98 if (toint .ne. oint) then
100 print *, "Value should be ", toint, " but is ", oint
/dports/games/golly/golly-3.3-src/gui-common/
H A Dselect.cpp146 *y = seltop.toint(); in GetRect()
206 return ( x >= selleft.toint() && x <= selright.toint() && in ContainsCell()
207 y >= seltop.toint() && y <= selbottom.toint() ); in ContainsCell()
320 if ( !CopyRect(top.toint(), left.toint(), bottom.toint(), right.toint(), in Advance()
361 top.toint(), left.toint(), bottom.toint(), right.toint()) ) { in Advance()
375 CopyAllRect(top.toint(), left.toint(), bottom.toint(), right.toint(), in Advance()
454 if ( !CopyRect(top.toint(), left.toint(), bottom.toint(), right.toint(), in AdvanceOutside()
477 CopyRect(top.toint(), left.toint(), bottom.toint(), right.toint(), in AdvanceOutside()
812 if ( CopyRect(top.toint(), left.toint(), bottom.toint(), right.toint(), in Shrink()
1114 if ( CopyRect(top.toint(), left.toint(), bottom.toint(), right.toint(), in ClearOutside()
[all …]
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxselect.cpp136 *y = seltop.toint(); in GetRect()
196 return ( x >= selleft.toint() && x <= selright.toint() && in ContainsCell()
197 y >= seltop.toint() && y <= selbottom.toint() ); in ContainsCell()
310 if ( !viewptr->CopyRect(top.toint(), left.toint(), bottom.toint(), right.toint(), in Advance()
351 top.toint(), left.toint(), bottom.toint(), right.toint()) ) { in Advance()
365 viewptr->CopyAllRect(top.toint(), left.toint(), bottom.toint(), right.toint(), in Advance()
444 if ( !viewptr->CopyRect(top.toint(), left.toint(), bottom.toint(), right.toint(), in AdvanceOutside()
468 viewptr->CopyRect(top.toint(), left.toint(), bottom.toint(), right.toint(), in AdvanceOutside()
871 if ( viewptr->CopyRect(top.toint(), left.toint(), bottom.toint(), right.toint(), in Shrink()
1193 if ( viewptr->CopyRect(top.toint(), left.toint(), bottom.toint(), right.toint(), in ClearOutside()
[all …]
/dports/games/scourge/scourge/src/
H A Dprojectile.cpp183 if ( !( toint( ssx ) == toint( ex ) && toint( ssy ) == toint( ey ) ) ) calculateAngle( ssx, ssy ); in move()
187 if ( toint( ssx ) < MAP_OFFSET || toint( ssy ) < MAP_OFFSET || in move()
188 toint( ssx ) >= MAP_WIDTH - MAP_OFFSET || in move()
189 toint( ssy ) >= MAP_DEPTH - MAP_OFFSET ) { in move()
344 bool b = SDLHandler::intersects( toint( proj->ex ), toint( proj->ey ), in moveProjectiles()
345 toint( 1 + DELTA ), toint( 1 + DELTA ), in moveProjectiles()
346 toint( proj->target->getX() ), toint( proj->target->getY() ), in moveProjectiles()
351 "proj: (" << toint( proj->ex ) << "," << toint( proj->ey ) << "," << in moveProjectiles()
352 toint( 1 + DELTA ) << "," << toint( 1 + DELTA ) << in moveProjectiles()
353 " and creature: " << toint( proj->target->getX() ) << "," << toint( proj->target->getY() ) << in moveProjectiles()
[all …]
H A Dsession.cpp325 int cx = toint( creature->getX() ); in replaceCreature()
326 int cy = toint( creature->getY() ); in replaceCreature()
327 int cz = toint( creature->getZ() ); in replaceCreature()
353 …getMap()->setCreature( toint( creature->getX() ), toint( creature->getY() ), toint( creature->getZ… in setVisible()
356 …getMap()->removeCreature( toint( creature->getX() ), toint( creature->getY() ), toint( creature->g… in setVisible()
444 …getMap()->removeCreature( toint( creature->getX() ), toint( creature->getY() ), toint( creature->g… in removeCreature()
560 map->removeCreature( toint( creature->getX() ), in creatureDeath()
561 toint( creature->getY() ), in creatureDeath()
567 map->setItem( toint( creature->getX() ), in creatureDeath()
568 toint( creature->getY() ), in creatureDeath()
[all …]
/dports/games/golly/golly-3.3-src/gollybase/
H A Dlifealgo.cpp309 int gl = gridleft.toint(); in JoinTwistedEdges()
310 int gt = gridtop.toint(); in JoinTwistedEdges()
420 int gt = gridtop.toint(); in JoinTwistedAndShiftedEdges()
513 int gt = gridtop.toint(); in JoinShiftedEdges()
623 int gt = gridtop.toint(); in JoinAdjacentEdges()
684 int gt = gridtop.toint(); in JoinEdges()
764 int pt = top.toint(); in CreateBorderCells()
787 int pt = top.toint(); in CreateBorderCells()
833 int pl = left.toint(); in DeleteBorderCells()
834 int pt = top.toint(); in DeleteBorderCells()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/
H A Drint.c10 static const double_t toint = 1/EPS; variable
22 y = x - toint + toint; in rint()
24 y = x + toint - toint; in rint()
H A Drintl.c10 static const long double toint = 1/LDBL_EPSILON; variable
22 y = x - toint + toint; in rintl()
24 y = x + toint - toint; in rintl()
H A Drintf.c12 static const float_t toint = 1/EPS; variable
24 y = x - toint + toint; in rintf()
26 y = x + toint - toint; in rintf()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/math/
H A Drint.c10 static const double_t toint = 1/EPS; variable
22 y = x - toint + toint; in rint()
24 y = x + toint - toint; in rint()
H A Drintl.c10 static const long double toint = 1/LDBL_EPSILON; variable
22 y = x - toint + toint; in rintl()
24 y = x + toint - toint; in rintl()
H A Drintf.c12 static const float_t toint = 1/EPS; variable
24 y = x - toint + toint; in rintf()
26 y = x + toint - toint; in rintf()
/dports/lang/micropython/micropython-1.17/lib/libm_dbl/
H A Drint.c10 static const double_t toint = 1/EPS; variable
22 y = x - toint + toint; in rint()
24 y = x + toint - toint; in rint()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/math/
H A Drint.c10 static const double_t toint = 1/EPS; variable
22 y = x - toint + toint; in rint()
24 y = x + toint - toint; in rint()
H A Drintl.c10 static const long double toint = 1/LDBL_EPSILON; variable
22 y = x - toint + toint; in rintl()
24 y = x + toint - toint; in rintl()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/math/
H A Drintl.c10 static const long double toint = 1/LDBL_EPSILON; variable
22 y = x - toint + toint; in rintl()
24 y = x + toint - toint; in rintl()
H A Drint.c10 static const double_t toint = 1/EPS; variable
22 y = x - toint + toint; in rint()
24 y = x + toint - toint; in rint()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/
H A Drintl.c10 static const long double toint = 1/LDBL_EPSILON; variable
22 y = x - toint + toint; in rintl()
24 y = x + toint - toint; in rintl()
H A Drint.c10 static const double_t toint = 1/EPS; variable
22 y = x - toint + toint; in rint()
24 y = x + toint - toint; in rint()
H A Drintf.c12 static const float_t toint = 1/EPS; variable
24 y = x - toint + toint; in rintf()
26 y = x + toint - toint; in rintf()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/math/
H A Drintl.c10 static const long double toint = 1/LDBL_EPSILON; variable
22 y = x - toint + toint; in rintl()
24 y = x + toint - toint; in rintl()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/math/
H A Drintl.c10 static const long double toint = 1/LDBL_EPSILON; variable
22 y = x - toint + toint; in rintl()
24 y = x + toint - toint; in rintl()
H A Drint.c10 static const double_t toint = 1/EPS; variable
22 y = x - toint + toint; in rint()
24 y = x + toint - toint; in rint()

12345678910>>...30