Home
last modified time | relevance | path

Searched refs:thisb (Results 1 – 19 of 19) sorted by relevance

/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dfndnwd.c20 logical thisb, lastn; in fndnwd_() local
189 thisb = *(unsigned char *)&string[n - 1] == blank; in fndnwd_()
194 while(thisb || lastn) { in fndnwd_()
201 lastn = ! thisb; in fndnwd_()
202 thisb = *(unsigned char *)&string[n - 1] == blank; in fndnwd_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dfndnwd.c20 logical thisb, lastn; in fndnwd_() local
189 thisb = *(unsigned char *)&string[n - 1] == blank; in fndnwd_()
194 while(thisb || lastn) { in fndnwd_()
201 lastn = ! thisb; in fndnwd_()
202 thisb = *(unsigned char *)&string[n - 1] == blank; in fndnwd_()
/dports/games/beret/beret-freebsd-ab3c397400be60ce69903389727acf6cdf0a3119/
H A Dphysics.c64 float thisr = thisl+thisw, thisb = thist+thish; in check_thing() local
129 } else if (thisb >= bt && thisb <= bt+bh/2 && in check_thing()
154 thisb >= bt+cornersize && thist <= bb-cornersize && in check_thing()
166 thisb >= bt+cornersize && thist <= bb-cornersize && in check_thing()
212 float thisr = thisl+thisw, thisb = thist+thish; in get_collisions() local
214 int tr = thisr/SPR_SIZE, tb = thisb/SPR_SIZE; in get_collisions()
263 if (thisb >= lvlHeight) { in get_collisions()
288 thisb/SPR_SIZE, nocheck,1); in get_collisions()
290 (thisb-1)/SPR_SIZE, nocheck,1); in get_collisions()
292 (thisb-1)/SPR_SIZE, nocheck,1); in get_collisions()
[all …]
H A Dthing.c2383 float thisr = thisl+thisw, thisb = thist+thish; in collide_sides() local
2396 if (thisb >= lvlHeight) { in collide_sides()
/dports/math/R-cran-igraph/igraph/R/
H A Dcohesive.blocks.R412 thisb <- rep(0, vcount(graph)) functionVar
413 thisb[ myb[[b]] ] <- 1
416 cat(thisb, sep="\r\n ", file=file)
437 thisb <- rep(0, vcount(graph)) functionVar
438 thisb[ myb[[b]] ] <- 1
440 paste("*Vertices", vcount(graph)), thisb)
/dports/graphics/povray36/povray-3.6.1/source/
H A Drender.cpp969 unsigned char *thisr = NULL, *thisg = NULL, *thisb = NULL, *thisa = NULL; in Start_Tracing_Radiosity_Preview() local
1045 thisb = (unsigned char *)POV_MALLOC(opts.Last_Column, "mosaic row buffer"); in Start_Tracing_Radiosity_Preview()
1153 thisb[x] = Blue; in Start_Tracing_Radiosity_Preview()
1188 upb = thisb; in Start_Tracing_Radiosity_Preview()
1189 thisb = temp; in Start_Tracing_Radiosity_Preview()
1242 POV_FREE(thisb); thisb=NULL; in Start_Tracing_Radiosity_Preview()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Drender.cpp1018 unsigned char *thisr = NULL, *thisg = NULL, *thisb = NULL, *thisa = NULL; in Start_Tracing_Radiosity_Preview() local
1110 thisb = (unsigned char *)POV_MALLOC(opts.Last_Column, "mosaic row buffer"); in Start_Tracing_Radiosity_Preview()
1218 thisb[x] = Blue; in Start_Tracing_Radiosity_Preview()
1253 upb = thisb; in Start_Tracing_Radiosity_Preview()
1254 thisb = temp; in Start_Tracing_Radiosity_Preview()
1307 POV_FREE(thisb); thisb=NULL; in Start_Tracing_Radiosity_Preview()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
H A Dxtest46.d3646 alias typeof(this).b thisb;
3665 assert(&b.b == &b.thisb);
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable/
H A Dxtest46.d3650 alias this.b thisb;
3669 assert(&b.b == &b.thisb);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/
H A Dxtest46.d3649 alias this.b thisb;
3668 assert(&b.b == &b.thisb);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/
H A Dxtest46.d3649 alias this.b thisb;
3668 assert(&b.b == &b.thisb);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/runnable/
H A Dxtest46.d3682 alias this.b thisb;
3701 assert(&b.b == &b.thisb);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dxtest46.d3682 alias this.b thisb;
3701 assert(&b.b == &b.thisb);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable/
H A Dxtest46.d3650 alias this.b thisb;
3669 assert(&b.b == &b.thisb);
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dxtest46.d3682 alias this.b thisb;
3701 assert(&b.b == &b.thisb);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable/
H A Dxtest46.d3650 alias this.b thisb;
3669 assert(&b.b == &b.thisb);
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/runnable/
H A Dxtest46.d3649 alias this.b thisb;
3668 assert(&b.b == &b.thisb);
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dxdisp.c15928 struct buffer *thisb = XBUFFER (thisw->contents); in propagate_buffer_redisplay() local
15929 if (thisb->text->redisplay) in propagate_buffer_redisplay()
/dports/editors/emacs/emacs-27.2/src/
H A Dxdisp.c15248 struct buffer *thisb = XBUFFER (thisw->contents); in propagate_buffer_redisplay() local
15249 if (thisb->text->redisplay) in propagate_buffer_redisplay()